body 
{
	background-color: #000000;
	margin-top: -5px;
	margin-left: -10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(img/main/bg.jpg);
}

#top 
{
	height: 60px;
	background-color: #232323;
	width: 761px;
	background-image: url(img/main/top.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	position: fixed;
	margin-top: -5px;
	margin-left: 10px;
}

#top h1 {
display: none;
}

#nav 
{
	color: #ffffff; 
	width: 200px;
	position: fixed;
	float: left;
	margin-left: 10px;
	margin-top: 60px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 15px;
	padding: 5px;
}

a 
{
	color: #C9994C; 
	text-decoration: none;
}

#nav .white 	  { color: #000000; }
#nav .white:hover { color: #ffffff; }
#nav a:hover 	  { color: #ffffff; }
#nav ul 	  { list-style: none; }
#nav li 	  { background: url(img/main/bullet.jpg) left center no-repeat;}
#nav li:hover 	  { 
	background: url(img/main/bulletwhite.jpg) left center no-repeat; }
#nav .sel 	  { 
	background: url(img/main/bulletwhite.jpg) left center no-repeat; }

#wrapper 
{
	background-color: #000000;
	color: #ffffff;
	width: 520px;
	margin-left: 220px;
	margin-top: 10px;
} 

#content 
{
	color: #ffffff; 
	padding-top: 20px; 
	width: 530px;
}

#footer 
{
	padding-left: 10px;
	margin: auto;
	text-align: center;
	font-size: 10pt;
	margin-top: -20px;
}

#footer a { color: #C9994C; }
#footer a:hover { color: #ffffff; }

#text { 
	float: left;
	background-color: #252525;
	background-image: url(img/main/round.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	width: 520px;
	font-size: 9pt;
	padding-bottom: 10px;
	border-bottom: solid 1px #333333;
	border-right: solid 1px #333332;
	margin-top: 55px;
}
#text a     { color: #C9994C; }
#text img   { padding-left: 5px; }

#thumbs     { margin: auto; width: 560px; margin-top: 10px; }
#thumbs img { padding-right: 5px; margin: auto; padding-top: 10px;}

.white    { color: #ffffff; }
.title 	  { color: #C9994C; font-size: 14pt; padding-left: 5px; }
.subtitle { color: #C9994C; font-size: 15px; font-weight: bold; }
.bigtext { font-size: 20px; margin-left: auto; margin-right: auto; } 
.bigtext2 { font-size: 20px; text-align: center; color: #C9994C; } 
img 	  { border: 0px; } 