html, body	{
	margin:0px;
	padding:0px;
	height:100%;
	background-color:#000000;
}

body	{
	background-image:url(background.jpg);
	background-repeat:repeat-x;
	background-position:top;
    font-family:Arial, Helvetica, sans-serif;
	
}

a:link {
	color:#990000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #999999;
}
a:active {
	color: #000000;
}

h1 {font-size:14px;
	color:#990000;
	}
h2 {font-size:11px;
	padding-left:20px;
	padding-right:45px;
	color:#990000;
	}
h3 {font-size:13px;
    padding-left:20px;
	padding-right:45px;
    color:#990000;}
h4 {font-size:12px;
    padding-left:20px;
	color:#990000;
	padding-top:5px;}
h5 {font-size:9px;
	color:#990000;
	padding-right:45px;
	 padding-left:20px;}
h6 {font-size:12px;
	color:#990000;}
p  {font-size:12px;
    padding-left:20px;
	padding-right:45px;
	margin-right:15px;
	font-color:#000000;
	text-align:justify;}
li {font-size:12px; 
    font-weight: bold; 
	padding-left: 5px;}
ul {padding-left:30px;
    padding-right:20px;}

#wholePageContainer	{
	margin:0px auto;
	padding-left:0px;
	width:800px;
	background-image:url(../images/body_slice.png);
	background-repeat: repeat-y;
	
}

#header	{
	position:relative;
	clear:all;
	width:800px;
	height:64px;
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	background-color:#000000;
	
}

#ContentContainer	{
	position:relative;
	clear:both;
	height:100%;
	background-image:url(../images/content_container.png);
	background-repeat: no-repeat;
	}


#navs {
width:213px;
height:100%;

}

#leftSide	{
	float:left;
	width:216px;	
	height:466px;
	padding-left:32px;
	background-image:url(../images/left_side_navs.png);
	background-repeat:no-repeat;
}

#contentarea	{
	position:relative;  
	height:auto;
	float:right;
	width:552px;
	padding-top:50px;
	font-size:9px;
	background-image:url(../images/body.png);
	background-repeat:no-repeat;
	color:#000000;
}

#rightSide p { 
font-size:12px;
color:#000066;
align:justify;
}

#rightSide a:link {
	color:#12171B;
}
#rightSide a:visited {
	color: #000066;
}
#rightSide a:hover {
	color: #666666;
}
#rightSide a:active {
	color: #cccccc;
}
	
#footer	{
	clear:both;
	height:80px;
	width:800px;
    background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	
}	

#footer p {
padding-top:30px;
text-align:center;
font-size:10px;
color:#ffffff;

}


#table p
{font-size:12px;
    padding-left:5px;
	padding-right:10px;
	font-color:#ffffff;
}




#footer a:link {
	color:#990000;
}
#footer a:visited {
	color: #cccccc;
}
#footer a:hover {
	color: #999999;
}
#footer a:active {
	color: #000000;
}

#bottomcontent
{clear:both;
width:750px;
	text-align:center;
	font-size:9px;
	font-color:#000000;
	width:750px;
	height:41px;
	}
	
#table	ul {
list-style-image:url(bullet.gif);
list-style-position:outside;
font-color:#000000

}


#table li {font-size:12px; font-weight: bold; padding-left: 5px; list-style-position:outside;
}

#table ul {list-style-image:url(bullet.gif);
           list-style-position:outside;
           padding-left:15px;
           padding-right:5px;
		   list-style-position:outside;
		   font-color:#000000;}	

#PicRight {float:right; margin-left:10px; margin-right: 50px; margin-top: 10px; margin-bottom: 10px;
}

#PicRight2 {float:right; margin-left: 10px; margin-right: 180px; margin-top: 5px; margin-bottom: 0px;
}

#PicLeft {float:left; margin-left: 20px; margin-right: 25px; margin-top: 5px; margin-bottom: 3px;
}

#PicLeft2 {float:left; margin-left: 230px; margin-right: 25px; margin-top: 5px; margin-bottom: 3px;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 400;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	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: transparent url(../images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


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

#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
