@charset "UTF-8";
/* CSS Document */



body{
	background-color:#fff;
	text-align: center;
	margin-right:400px;
}


#wrapper{
width: 1000px;
margin: 0 auto;
}


#header{
width: 1000px;
height: 120px;
background-image: url(images/black_bg.jpg);
background-repeat:no-repeat;
}

#contentArea {
	width:500px;
float:left;
}

#header img{
border:0;	
}

#links_holder {
	text-align:center;
}
#links_holder img{
	border:0;
}
#logo{
	margin-left: 90px;
	float:left;
}

#topNav{
	float: right;
	margin-right:40px;
	color:#fff;
	height:47px;
	margin-top: 33px;
}



#subNav{
margin-left: 100px;
float:left;
color: #fff;
float:right;
margin-right:40px;
margin-top: 40px;
}


.clearFloat{
	clear: both;
}


#navcontainer
{
margin-right:50px;
padding:0;
height: 22px;
font: 11px Verdana, sans-serif;
width: 50%;
list-style-type: none;
float:right;
}
#line  {
border-bottom: 1px solid #fff;
padding:-60px;	
}
#navlist li
{
float: left;
margin: 50;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: #6e6e6e;
color: #c7c7c7;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #000;
border-bottom: 3px solid #fff;
cursor: pointer;
background: #eee;

}

#navlist li a#current, #navlist li a#current:link
{
color: #ffffff;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #fff;
background: #bebebe;
color:#000;
}

#imgLarge{
	float:left;
	width: 600px;
	margin: 0 0 0 50px;
	color: #000;
}

#thumbs{
width: 300px;
float:right;
margin-right:0;
}

.thumbNail{
	float:center;
	width: 60px;
	height:46px;
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 12px;
	margin-left: 6px;
}

.thumbNail a img{
border: 1px solid #000;
}

.thumbNail a img:hover{
border: 1px solid #fff;
}

.img-rollover img
body p {
	text-align: left;
}
.arial_text a {
	text-align: left;
}

