body {
	margin: 0;
	background: #000000;
	font-family: arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #FEFEFE;
	-webkit-text-size-adjust: none
}

html				{ overflow-y: scroll }
table				{ border-collapse: collapse }

a					{ font-size: 12px; font-weight: normal; text-decoration: underline }
a:link				{ color: #FFFFFF }
a:active			{ color: #FFFFFF; text-decoration: underline }
a:visited			{ color: #FFFFFF }
a:hover				{ color: #FFFFFF; text-decoration: underline }


h1					{ font-size: 16px; font-weight: normal; color: #ca9bc6; margin-top: 0; padding-top: 0 }
h2					{ font-size: 16px; font-weight: normal; color: #ca9bc6 }
.small				{ font-size: 10px }

.clr1				{ clear: both; height: 15px }
.clr2				{ clear: both; height: 1px; overflow:hidden }
.clr3				{ clear: both; height: 30px }

#container			{ width: 876px; margin: 10px auto 0 auto }
#header				{ width: 876px; height: 190px; background: url('/images/header.jpg') no-repeat }
#navigation			{ clear: both; width: 876px; text-align: center; padding-top: 15px }
#navigation a		{ font-size: 16px; font-weight: normal; text-decoration: none; color: #ca9bc6; padding: 0 12px 0 12px }
#main				{ width: 875px; margin-top: 40px }
.left				{ float: left; width: 404px; text-align: justify }
.right				{ float: left; width: 438px; margin-left: 33px; text-align: justify }
#copyright			{ width: 876px; margin-top: 10px; color: #666666; text-align: center }
#copyright a		{ color: #666666; text-decoration: none }

#gallery			{ float: right; width: 678px; height: 460px; overflow-x:scroll; overflow-y:hidden }
#gallery_links 		{ width: 195px; float: left; font-size: 12px; color: #92caff }

