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

body{
	background: #333;
}

p{

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

.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;
}
.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: 900px;
	height: 30px;
	position: absolute;
	top:10px;
	left:0px;
	background-color: #999999;
	border: thin solid #fff;
	
}

#navGroup{
	position: absolute;
	top: 3px;
	left: 200px;
}

#navNumbers{
	position: absolute;
	top: 10px;
	left: 500px;
	letter-spacing: .5em;
	color: #ffffff; 

}


#navNumbers a:link, #navNumbers a:visited, #navNumbers a:active  {
	font-family: Helvetica, Aerial, sans-serif; 
	font-size: 8.5pt; 
	color: #c0c0c0;
	text-decoration: none;

}

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


#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:640px;
	position: absolute;
	top:40px;
	left: 260px;
	height: 448px;
	background-color: #999999;
	border: thin solid #fff

	
}

#imageGallery{
	padding-left: 20px;
	padding-right: 20px;
}

