body { 
	background-image: url(media/bg2.gif);
	background-position: center;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 18px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; }
	
a, a:active { 
	color: #9B8894;
	text-decoration: none; }
	
a:hover { 
	color: #9B8894;
	text-decoration: none;
	border-bottom: 1px dotted #1C122E; }
	
a:visited { 
	color: #9B8894;
	text-decoration: none; }
	
img { 
	border: 0; }
	
h1 { 
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0; }
	
h2 { 
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 7px 0; }
	
h3 { 
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 7px 0; }
	
#container { 
	width: 700px;
	margin: 0 auto 0;
	padding: 0;
	text-align: left; }
	
#header {
	width: 700px;
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
#nav {
	float: left;
	width: 700px;
	background-color: #EEE;
	padding: 0;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE; }

#navright { 
	width: auto;
	float: right;
	padding-right: 5px;
	color: #666;
	font-size: 10px;
	line-height: 14px; }

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none; }

#nav ul li {
	display: inline;
	padding: 0;
	margin: 0; }

#nav ul li a {
	background: #1C122E;
	border-right: 1px solid #EEE;
	padding: 10px 40px 5px 10px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	float: left;
	width: auto;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #555; }

#nav ul li a:hover {
	color: #fff;
	background: #A18B8E;
	border-bottom: 0; }

#nav a:active {
	background: #A18B8E;
	color: #fff; }

#main { 
	background-image: url(media/gradientbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 700px;
	height: 488px; }
	
#left {
	width: 429px;
	padding: 10px;
	float: left; }
	
#leadcontent { 
	border-bottom: 1px dotted #514345; }
	
#right { 
	margin: 0 0 0 449px;
	padding: 10px;
	border-left: 1px dotted #514345; }
	
#right ul { 
	margin: 0;
	padding: 0 0 10px 11px;
	list-style-type: none; }
	
#right li.links { 
	margin: 0;
	padding: 0 0 0 1px;
	list-style-type: none; }
	
#right li.linkdescs { 
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none; }
	
#footer { 
	clear: both;
	width: 700px;
	border-top: 1px dotted #514345;
	text-align: center; }
	
form { 
	margin: 0;
	padding: 0;
}
fieldset { 
	border: none;
}
input, textarea, select {
	font-family: Tahoma, Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #1C122E;
	border-top:    #514345 1px inset;  
	border-left:   #514345 1px inset;  
	border-bottom: #514345 1px outset;  
	border-right:  #514345 1px outset;  }  

.submit, .reset { 
	font-family: Tahoma, Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF; 
	text-transform: uppercase;
	background-color: #1C122E; 
	border-top:    #514345 1px inset;  
	border-left:   #514345 1px inset;  
	border-bottom: #514345 1px outset;  
	border-right:  #514345 1px outset;  }
	
/* Lightbox CSS */

#lightbox {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #eee; }
	
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em; }	
	
#lightboxCaption { float: left; }

#keyboardMsg { float: right; }

#lightbox img { border: none; } 

#overlay img { border: none; }

#overlay { background-image: url(overlay.png); }

* html #overlay { 
	background-color: #000;
	background-color: transparent; }
	
/* End Lightbox CSS */


