body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 20px;
}

img { 
	border:0 
}

a:link, a:visited {
	color: #B6BFE2;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}

#mainframe {
	position: absolute;
	height: 600px;
	width: 955px;
	left: 50%;
	margin-left: -477px;
	top: 50%;
	margin-top: -300px;
	background-color: #000000;
	border: 1px solid #777777;
}

#contentFrame {
	width: 943px;
	height: 465px;	
	margin:auto;
	overflow:auto;
}

#menu {
	margin-left:26px
}

#thumbnailFrame {
	display: block;
	float: left;
	width: 200px;
	height: 400px;
	overflow: auto;
	
}

#imageFrame {
	float:left;
	width: 600px;
	height: 430px;
	margin-left:71px;
	/*text-align:center;*/

}

#imageArea {
	font-size: 10px;
	line-height: normal;
}

#imageHolder {
	width: auto;
	text-align: left;

}

.thumbnail {
	background-image:url(/images/thumbnail_bg.gif); 
	background-repeat:no-repeat;
	width:92px; 
	margin-left: auto; 
	margin-right: auto;
	margin-top:12px; 
	margin-bottom:12px;
	text-align:center;
}

#textArea {
	width:800px;
	height:400px;
	margin-left:70px;
	margin-top:30px;
	overflow:auto;
}




