*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #991b26;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #991b26;
}

body {
	background: #FCFD5A url(images3/back_all.jpg) repeat-x;
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}


#content
{

	width: 1152px;
	text-align: left;
    margin: 0 auto;
}


#header {
	height: 525px;
	text-align: left;
	background: #ffffff url(images3/top1.gif) repeat-x;		
}

#menu
{
width: 952px;
height: 102px;
padding-left: 200px;
background: url(images3/buttons.jpg) no-repeat center;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 245px;
	height: 27px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #893F0C;
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
	padding-top: 40px;
}

#menu a:hover {
	width: 245px;
    height: 27px;
	padding-top: 40px;
	color: #ff0000;
	text-decoration: underline;
}


#logo {
background: url(images3/header.jpg) no-repeat;
width: 1152px;
height: 423px;
text-align:  right;
}


#logo a {
	text-decoration: none;
	text-transform: none;
	font-style: italic;
	font-size: 45px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 19px;
color: #ffffff;
}


#main
{
padding-top: 60px;
width: 800px;
margin: 0 auto;
padding-left: 20px;
}

#left
{
	width: 228px;
}

#left H3
{
width: 228px;
height: 38px;
font-size: 20px;
font-weight: bold;
padding-left: 25px;
padding-top: 25px;
text-transform: uppercase;
color: #893F0C;
background: url(images3/title.jpg) no-repeat;
}

#left H4
{
color: #893F0C;
font-size: 16px;
}


#left ul {
	list-style: none;
	
}

#left li {
	background: #ffffff;
	border-left: 1px solid #974F10;
	border-right: 1px solid #974F10;
	border-bottom: 1px solid #974F10;
}

#left li ul {
	border: 0px;
	margin-left: 40px;
	margin-bottom: 10px;

}

#left li li {
	padding: 4px 20px;
    background: url(images3/small.gif) no-repeat left;
	border: 0px;
}

#left a {
	color: #893F0C;
}
#left a:visited {
	color: #893F0C;
}

#center
{
float: center;
width: 770px;
padding-right: 10px;
}

#right
{
float: right;
width: 530px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 15px;
	color: #893F0C;
}

#right a
{
color: #893F0C;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 19px;
	color: #893F0C;
}
.date {
	text-align: right;
	color: #893F0C;
	font-size: 14px;
}

.date a {
	color: #893F0C;
}



#footer {
	clear: both;
	padding-top: 40px;
	background: #ffffff url(images3/footer.gif) repeat-x;
    height: 62px;
}

#footer p {
	margin: 0;
	font-size: 12px;
	text-align: center;
	color: #595959;

}

#footer a {
	color: #595959;
}
.m1  {
	background: url(images3/title_back.gif) no-repeat;
	padding-top: 20px;
}



/* ####### LIGHT BOX ########### */


#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/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; 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: #717171; }