/* Structure
----------------------------------------------- */

img { border: none; }

body { margin: 0px; background-color: #000000; }

.content { width: 750px; margin: 0px auto; text-align: left; padding: 0px 15px;}
.header, .top, .bottom, .footer { width: 100%; }
h1, h2, h3, h4 { margin: 0px; padding-bottom: 10px; }

.header { 
	background-color: #FFFFFF; 
	color:#333333; 
	width: 100%; 
	font-family:Georgia, Times Roman, Times, Serif; 
	font-size:20px;
	font-style:normal; 
	line-height:10px;
	height: 30px; 
	text-align: right;
	padding-top: 20px ; 
	color: #BBB;
}

.top { 
	width: 100%; 
	background-color: #FFF; 
	color:#333333; 
	font-family:Georgia, Times Roman, Times, Serif; 
	font-size:12px;
	font-style:normal; 
	
}
.bottom { 
	width: 100%; 
	padding-top: 50px; 
	background: #000000 url('/images/blackbg.png') top center repeat-x;
	color:#EEEEEE; 
	font-family:Georgia, Times Roman, Times, Serif; 
	font-size:12px;
	font-style:normal; 
	line-height:10px;
	min-height: 300px; 
}

.footer {
	margin-top: 15px; 
	background-color: #000000;
	color:#BBBBBB; 
	font-family:Georgia, Times Roman, Times, Serif; 
	font-size:10px;
	font-style:normal; 
	line-height:10px;
	text-align: center; 
	clear: both; 
}

.nav { width: 300px; float: right; text-align: right; background-color: #FFF; font-size: 12px; }
.nav ul { margin: 0px; padding: 0px; }
.nav ul li { list-style: none; display: inline; padding-left: 15px; }
.nav ul li a { color: #888888; text-decoration: none; }
.nav ul li a:hover { color: #DDDDDD; text-decoration: underline; }

.rightcol { float: right; width: 287px; margin-top: -27px; margin-bottom: 10px; }
.rightcol div#mainpic { }
.rightcol div#mainpicdescr { padding-top: 10px; font-size: 120%; color: #AAA; text-align: center; line-height:14px; }
.rightcol div#mainpicdescr div.title { font-weight: bold; font-size: 105%; }

.leftcol { width: 430px; }

.thumbnails { position: relative; }
.thumbnail, .bigframe, .frame { background-color: #000000; border: #555 solid 1px; padding: 3px; }
.thumbnail { float: left; width: 50px; margin-right: 10px; margin-bottom: 10px; }
.bigframe { width: 287px; }

.credits { color: #BBB; text-align: center; font-size: 80%; }

ul {margin: 0px;}

/* Links
----------------------------------------------- */

a {

text-decoration:none; 
color:#83714A; 
font-style:normal; 
font-weight:bold
}



a:hover {
color:#83714A; 
text-decoration:underline;
}



a.down {

text-decoration:underline; 
color:#83714A; 
font-style:normal; 
font-weight:bold
}





p {
margin-right:35px;
margin-top:19px;
margin-left:35px;
}




		
		
.dim { color: #333; text-align: center; display: inline; }