body{
margin:0;
padding:0;
line-height: 1.5em;
background: #000000;
}

b{font-size: 110%;}
em{color: #9A0909;}
p{font-size: 14px; font-family: Tahoma; color: #ffffff;}
a:link {color: #FFFFFF;}
a:visited {color: #FFFFFF;}
a:hover {text decoration: underline; color: #9A0909; font-weight: bold;}
p.large {font-size:150%; font-family: Tahoma; color: #ffffff;}



#topsection{
background: #343434;
background-image: url('logo4b.jpg');
background-repeat: no-repeat;
height: 90px; /*Height of top section*/

}

#contentwrapper{
float: left;
width: 100%;
background-image: url('img2.jpg');
background-repeat: repeat-x;
}

#contentcolumn{
margin-left: 350px; /*Set left margin to LeftColumnWidth*/
background: #000000;
background-image: url('img2.jpg');
background-repeat: repeat-x;
}

#leftcolumn{
float: left;
width: 250px; /*Width of left column*/
height: 500px;
margin-left: -100%;
background: #000000;
margin-top: 25px;
}
#leftcolumn_1{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col.jpg');
margin-top: 25px;
}

#leftcolumn_2{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col2a.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}

#leftcolumn_3{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col3a.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}

#leftcolumn_4{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('4a.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}
#leftcolumn_5{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col5a.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}
#leftcolumn_6{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col6a.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}
#leftcolumn_7{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col7.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}
#leftcolumn_8{
float: left;
width: 250px; /*Width of left column*/
height: 800px;
margin-left: -100%;
background: #000000;
background-image: url('col8a.jpg');
background-repeat: no-repeat;
margin-top: 25px;
}

#footer{
clear: left;
width: 100%;
background: #FFFFFF;
background-image: url('img3.jpg');
background-repeat: repeat-x;
color: #000000;
text-align: center;
padding: 4px 0;
font-family: Arial,Sans-Serif;
font-size: 12px;
font-color: #494949;
}

#footer a{
color: #9a0909;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.underlinemenu{
font-weight: bold;
width: 100%;
font-size: 12px;

}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #FFFFFF;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #9A0909;
}
.ul 
{
list-style-image: none
font-size: 12px;
font-color: #9A0909;
font-family: Arial, Sans-Serif;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;background: url(../images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;right;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 */ 
table
{
width:100%;
}
th
{
height:175px;
}
td {text-align: center; padding-top: 15px;
}
	
