body {
	width: 800px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	text-align: center;
	background-color: #d8d8d8;
	}

h1, h2, h3 {
	font-family: verdana, arial, tahoma, helvetica, sans-serif;  
	color: #3265A1;
	background: transparent;
	margin: 0;
	}

p {
	font-family: verdana, arial, tahoma, helvetica, sans-serif;
	color: #000;
	background: transparent;
	}

	a		{ color: #fff; background: transparent; text-decoration: none;} 
	a:link		{ color: #fff; background: transparent; } 
	a:visited	{ color: #fff; background: transparent; } 
	a:active	{ color: #fff; background: transparent; } 
	a:hover	{ color: #ccc; background: transparent; text-decoration: underline; }

#header {
	float: left;
	width: 800px;
	text-align: left;
	color: #000;
	height: 30px;
	}

.hidden-navigation {
	width: 1px;
	position: absolute;
	left: -9999px;
	}


#title h1 {
	display:none;
	}

#container {
	color: #000;
	border-top: 20px solid #000;
	border-right: 20px solid #000;
	border-left: 20px solid #000;
	border-bottom: 0px solid #000;
	background: #fff;
	float: left;
	width: 800px;
	text-align: left;
	}

h2.section {
	margin-top: 10px;
	font-size: 13px;
	background: transparent;
	color: #3265A1;
	border-bottom: 1px dashed #000;
	}

h3.section {
	margin-top: 10px;
	margin-bottom: -10px;
	font-size: 13px;
	background: transparent;
	color: #3265A1;
	}
	

#content {
	float: left;
	width: 600px;
	padding: 10px;
	background: transparent;
	color: #000;
	}


h2.subject {
	font: 13px verdana, arial, tahoma, helvetica, sans-serif;
	font-weight: bold;
	background: transparent;
	padding: 6px;
	color: #3265A1;
	}
	
	
h3.subject {
	font: 13px verdana, arial, tahoma, helvetica, sans-serif;
	font-weight: bold;
	background: transparent;
	padding-top: 6px;
	color: #3265A1;
	}



#content p {
	width: 760px;
	font-size: 11px;  
	text-align:justify;
        padding: 6px;
	margin: 0 0 12px 0;
	}

#content p ul {
	list-style: none;
	font-size: 10px;  
	text-align:justify;
	margin: 0 0 12px 10px;
	}

#content p li {
	font-size: 10px;  
	text-align:justify;
	margin: 0 0 12px 10px;
	}

#rightimage {

	width: 400px;
	font-size: 11px;  
	text-align:justify;
	}

#footer {
	float: left;
	width: 800px;
	margin-bottom: 0;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	font-size: .7em;
	background-color: #000;
	color: #fff;
	}


#primarynav{
	background-color: #000;
	font-size: .7em;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 0 0;
	border-bottom: 1px solid #000;
	padding: 5px 5px 5px 10px;
	text-align:left;
	}


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

#primarynav li{
	display:inline;
	margin: 0 15px 0 0;}
	
#content ul li a{
	font-size: 10px;
	padding: 0 0 20px 0;
	color: #fff; 
	background: transparent; 
	text-decoration: none;
	}

#content ul li a:hover{
	color: #56568F;
	background: transparent;
	text-decoration: underline; 
	}
	
#content ul {
	list-style:none;
	margin: 10px 0 0 0;
	}
	
	
#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: 100%; 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(http://www.littleladymedia.co.uk/oxygen/test/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.littleladymedia.co.uk/oxygen/test/images/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; }
