body {
	margin: 0 0 0 0;
	background-color: #404663;
	}
	
/* ------------------------------------------------------------ */
/* text */
	
h1 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana;
	font-size:17px;
	color: #E3F6E6;
	}
	
h2 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana;
	font-size:15px;
	color: #E3F6E6;
	padding: 10px 0 0 0;
	}
	
h3 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana;
	font-size:13px;
	color: #E3F6E6;
	padding: 10px 0 0 0;
	}
	
p{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	}
	
td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	}
	
#footer p {
	font-size: 11px;
	color: #E3F6E6;
	}
	
#footer a {
	font-size: 11px;
	}
	
a {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #99CCFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #B8E1BF;
	}

.quote {
	color: #E3F6E6;
	}
	
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	list-style-image: url(../images/nav_dot_on.gif);
	text-align:left;
	}
	
#content ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:12px;
	text-align:left;
	}
	
#content ol li {
	margin-bottom: 16px;
	}
	
#terms {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:9px;
	}
	
	
/* ------------------------------------------------------------ */
/* layout */

#nav {
	position: absolute;
	left: 20px;
	top: 167px;
	width: 150px;
	}
	
#content {
	position: absolute;
	left: 202px;
	top: 172px;
	width: 550px;
	} 
	
#footer {
	margin: 80px 0 20px 0;
	}
	
/* ------------------------------------------------------------ */
/* navigation styles */
	
#nav ul {
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align:left;
	}
	
#nav ul li {
	display: block;
	padding: 0;
	margin: 0;
	}
	
#nav ul li a { 
	text-align:left;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	display: block;
	height: 1em;
	padding: 0 0 0 15px;
	margin: 0 0 0 0;
	text-decoration: none;
	background-image:  url(../images/nav_dot_off.gif);
	background-repeat: no-repeat;
	background-position: left center; 
	}
	
#nav ul li a:hover { 
	background-image:  url(../images/nav_dot_on.gif);
	background-repeat: no-repeat;
	background-position: left center; 
	}
	
/*------------------------------------------------------------------------*/
/* table styles */

#content table {
	width: 100%;
	border: 1px solid #D1514E;
	/*border-collapse: collapse;
	border-spacing: 0;*/
	background-color: #4B516F;
	}
	
#content td {
	padding: 8px;
	background-color: #363A53;
	border: 4px solid #4B516F;
	}
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/content/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/content/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*------------------------------------------------------------------------*/
/* twitter styles */

#twitter_div li {
color:white;
list-style-image:url(../images/nav_dot_off.gif);
list-style-type:none;
text-align:left;
width:550px;
margin-left: -25px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
}