@charset "UTF-8";
/* CSS Document */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	background-color:#181A17;
	color:#FFFFFF; 
	margin:0;
	padding:0;
	min-width:800px;
	border: 0;
	font-weight:normal;
	}	

img {
	margin:0;
	padding:0;
	border:0;
	}
	
#mainwrapper {
	width:800px;
	padding:0;
	border:0;
	margin:30px auto;
	background-image:url(images/shadow.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#masthead {
	position:relative;
	width:785px;
	}
#content {
	width:434px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:2em;
	color:#CCCCCC;
	font-size:12px;
	margin:0;
	padding: 5px 15px;
	border:0;
	background-color:#292825;
	float:left;
	border-right:1px solid #666;
	}

#gallery_wrapper {
	width:434px;
	position:relative;
}	
#content_right td {
	padding-bottom:10px;
	padding-right:10px;
	}

#content_gallery {
	width:434px;
	height:460px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:2em;
	color:#CCCCCC;
	font-size:12px;
	margin:0;
	padding: 5px 15px;
	border:0;
	background-color:#292825;
	float:left;
	border-right:1px solid #666;
	}
#content_gallery p {
	margin-bottom:12px;
	}
#content_gallery h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#65684B;
	border-bottom: 1px solid #666666;
	padding:0;
	margin:5px 0;
	}
	
#content p {
	margin-bottom:12px;
	}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#65684B;
	border-bottom: 1px solid #666666;
	padding:0;
	margin:5px 0;
	}
#content a {
	color:#CCCCCC;
	}
#content a:hover {
	color:#65684B;
	}
	
#content_right {
	font-family:Arial, Helvetica, sans-serif;
	width:320px;
	margin:0;
	padding:0 0 15px 0;
	border:0;
	float:left;
	color:#CCCCCC;
}
#content_right a {
	color:#CCCCCC;
	}
#content_right a:hover {
	color:#65684B;
	}
#content_right h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	margin:15px 15px 5px 15px;
	color:#65684b;
	text-transform:uppercase;
	}
#content_right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin:3px 15px;
	color:#999999;
	}

#navbar {
	height: 30px;
	  padding: 0;
	  background: #65684b;
	  border-bottom: 1px solid #CCCCCC;
	  border-top: 1px solid #CCCCCC;
	  font-family:Arial, Helvetica, sans-serif;
	  font-size:11px;
	  text-transform:uppercase;
	  width: 785px;
	  margin: 0 auto;
	  float:left;
  }
  
#navbar li {
	float: left; 
	padding-left:20px;
	list-style:none;
}
#navbar li a {
	display: block;
	padding: 0.75em;
 	text-transform: uppercase;
	color: #28291D;
	text-decoration:none;
	font-weight:normal;
	}

#navbar a:hover {
color:#FFFFFF;
}

#footer {
	  background: #3E3d38;
	  border-top: 1px solid #666;
	  width: 785px;
	  height:30px;
	  margin: 0 auto;
	  float:left;
	  font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}
	
#footer p {
	float:right;
	margin-top:10px;
	margin-right:15px;
	}	
	
#footer img {
	float:left;
	margin:10px;
	}
#footer_bottom {
	background-color:#292825;
	height:15px;
	width:785px;
	float:left;
	border-top: 1px solid #666;
	}
	
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	}