body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bg1_01.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;

}
img{
border:none;
}
a{
text-decoration:none;
color:#ffffff;
}
a:hover{
color:#E53A1E;
}
h3{
color:#E53A1E;
font-weight:normal;
font-size:11px;
margin-bottom:0;
padding-bottom:0;
}
.empasis{
color:#E53A1E;
}
.top {
	margin-top: 65px;
	margin-left: 551px;
}
.nav {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #000000;
	background-image: url(images/navbg_06.jpg);
	background-repeat: no-repeat;
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.nav ul{
	list-style-type:none;
	padding:0;
	margin:0;
	width:775px;
	text-align:right;
}
.nav li{
	display:inline;
	padding:0 8px 2px 8px;
	margin:0;
	border-right:solid 1px #E53A1E;
	position:relative;
	z-index:200;
}
.nav li ul{
width:220px;
	display:none;
	position:absolute;
	left:0;
	top:1.3em;
	text-align:left;
	background-color:#000000;
	padding:8px 0px 0px 0px;
	border-bottom:solid 1px #333333;
	border-top:none;
}
.nav li:hover ul{
display:block;
filter:alpha(opacity=80); 
-moz-opacity: 0.80;
}
.nav li ul li{
	border-right:none;
	padding:0;
	/*display:block;
	border-left:solid 1px #1a1a1a;
	border-right:solid 1px #1a1a1a;*/
}
.nav li ul li a{
	border-right:none;
	padding:2px 5px 6px 8px;
	display:block;
	border-left:solid 1px #333333;
	border-right:solid 1px #333333;
	
}
.nav li ul li a:hover{
	background-color:#ffffff;
	color:#FF2400;
}
.main{
width:785px;
position:relative;
margin-top:30px;
}
.content{
float:left;
position:relative;
margin-left:67px;
width:381px;
}
.contentGallery{
position:relative;
margin-left:67px;
width:681px;
}

.content h1,.contentGallery h1{
	font-family: "Trebuchet MS", "Trebuchet", Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#9f9f9f;
	padding:0px;
	margin:0px;
}
.content p,.contentGallery p{
padding:0;
margin:0 0 12px 0;
}
.content .date, .contentGallery .date,{
padding:0;
margin:0;
color:#E53A1E;
}
.bibliographyContent{
float:left;
position:relative;
margin-left:67px;
width:700px;
}
.galleryMain .contentGallery{
position:relative;
padding-top:24px;
padding-bottom:24px;
margin:0;
}
/*-------------------------------------------gallery stuff below---------------------------------
------------------------------------------------------------------------------------------------*/
.gallery{
float:left;
margin-left:35px;
position:relative;
left:0;
top:0;
width:290px;
}
.galleryMain{
margin-left:67px;
position:relative;
left:0;
top:0;
width:696px;
}

#thumbholder{
width:696px;
height:58px;
border:solid 1px #111111;
position:relative;
overflow:hidden;
text-align:center;
margin-top:19px;
}
.gallery #thumbholder{
width:290px;
height:58px;
border:solid 1px #111111;
position:relative;
overflow:hidden;
text-align:center;
margin-top:19px;
}
#thumbs{
/*width:638px;
height:60px;
width:600px;*/
margin:0 auto;
position:relative;
left:0px;
cursor: pointer;
cursor: hand;
}
.thumb{
float:left;
margin:0;
padding:0px;
width:58px;
height:58px;
overflow:hidden;
position:relative;
text-align:left;
}
.thumb img{
display:block;
position:absolute;
width:58px;
height:58px;
overflow:hidden;
}

.imgholder{
width:58px;
height:58px;
margin:0px;
background-color:#000000;
/*border:solid 1px #000000;*/
border:none;
float:left;
position:relative;
overflow:hidden;
z-index:10;
}
.imgholder img{
position:relative;
top:0;
left:0;
display:block;
z-index:12;
/*margin:5px;
border:solid 1px #cccccc;*/
}
.imgholder img:hover{
}
.clearer{
clear:both;
}
#largeImage{
	position:relative;
	left:0px;
	width:290px;
	height:290px;
	border: solid 1px #111111;
	overflow:hidden;
	background-image: url(images/loadingimage2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.galleryMain #largeImage{
	position:relative;
	left:0px;
	width:696px;
	height:320px;
	border: solid 1px #111111;
	overflow:hidden;
	background-image: url(images/loadingimage2.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#largeImage img{
position:relative;
top:0;
left:0;
display:block;
}
#previous{
float:left;
}
#next{
float:right;
}