@charset "UTF-8";

/* BODY STYLES */

html {
	height: 100%;
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 400;
	font-style: normal;
	font-family: 'Cormorant Garamond', serif;
}
img { border: 0 none; -ms-interpolation-mode: bicubic; }
body { border: 0px; height: 100%; margin: 0px; padding: 0px; background-color: #250a3a; text-align: center; }
td { background: transparent; border: 0px; margin: 0px; padding: 0px; }
p { margin-bottom: 1em; margin-top: 0em; }
form { margin:0; padding: 0; }

/* LINK STYLES */
a:link { color: #9e1f63; text-decoration: none; padding-top: 1px; }
a:visited { color: #9e1f63; text-decoration: none; }
a:hover { text-decoration: underline; color: #5fc9e1;}
a:active { color: #9e1f63; text-decoration: none; }
a.white { color: #ffffff; }
a.red { color: #8F4039; }

/* DIV STYLES */
#logo {  padding-left: 50px; padding-right: 50px; padding-bottom: 5px; padding-top: 5px; }
#linkbar { padding-left: 50px; padding-right: 50px;  font-size: 14px; padding-top: 10px; padding-bottom: 10px; align: center; background-color:#302f31; }
#content {  }
#gallery { padding-left: 50px; padding-right: 50px; }
#photo { padding-left: 50px; padding-right: 50px; align: center; }
#dark { background-color: #202022; padding-left: 50px; padding-right: 50px; vertical-align: top; padding-bottom: 5px; padding-top: 5px; }
#light {  padding-left: 50px; padding-right: 50px; background-color:#302f31; width:100%; vertical-align: top; padding-bottom: 20px; padding-top: 20px;}
#menu { padding-left: 50px; padding-right: 50px;  padding-top: 20px; padding-bottom: 20px; line-height: 40px; font-size: 24px; vertical-align: top; background-image:url('/static/img/menu_background.jpg'); background-repeat: repeat-x; background-position: left; }
#copyright {  padding-left: 50px; padding-right: 50px; padding-bottom: 20px; padding-top: 10px; }
#banner { width: 100%; padding-left: 50px; }
#wrapper { width: 1082px; }

/* TABLE STYLES */

/* TEXT CLASSES */
.text_large_class { font-size: 24px;  }
.text_medium_class { font-size: 18px;  }
.text_small_class { font-size: 10px;  }

