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

body{
	background: #333;
}

.type{
	font-family: Helvetica, Aerial, sans-serif; 
	font-size: 8.5pt; 
	color: #c0c0c0; 
	text-decoration: none; 
	font-weight: normal; 
	line-height:17px;}

#wrapper{
position: relative;

}

#content {
	width: 900px;
	height: auto;
}

#box{
	position: absolute;
    left: 50%;
   	top: 50%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: -450px;
	margin-top: 50px;



}
#content2{
	position:absolute;
	top: 15px;
	background-color: #999999;
	font-family: Helvetica, Aerial, sans-serif; 
	font-size: 8.5pt; 
	color: #c0c0c0; 
	text-decoration: none; 
	font-weight: normal; 
	line-height:17px;
	text-align:left;
	height: 500px;
	}
	
#header {
	position: absolute;
	left: 460px;
	width: 500px;
	height: 30px;
	
}

#header a img {
	border: none;

}

.mainTitle  { 
	font-family: Helvetica, Aerial, sans-serif; 
	font-size: 8.5pt; 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	line-height:24px;
	text-align:right;
	
	}
#homeNav{
	width: 882px;
	height: 30px;
	position: absolute;
	top:10px;
	left:0px;
	background-color: #999999;
	}
	
#sideNav{
	position: absolute;
	top:40px;
	left:0px;
	width: 129px;
	height: 448px;
	background-color: #999999;
	border: thin solid #fff;
	
}
#thumbNav{
	width: 130px;
	position: absolute; 
	top:40px;
	left:130px;
	height: 448px;
	background-color: #999999;
	border: thin solid #fff

}
#gallery{
	width:622px;
	position: absolute;
	top:40px;
	left: 260px;
	height: 448px;
	border: thin solid #fff;
	background-color: #666666;
	list-style: none;
	display: block;
}
