* {
	margin : 0;
	padding : 0;
	list-style-type : circle;
	
	font-family : Times New Roman;
	font-size : 8pt;
	color : #6F5851;
}

body{
	background : #01071A;
	scrollbar-face-color: #01071A; 
	scrollbar-highlight-color: #01071A; 
	scrollbar-shadow-color: #AA8A78; 
	scrollbar-3dlight-color: #AA8A78; 
	scrollbar-arrow-color: #AA8A78; 
	scrollbar-track-color: #01071A; 
	scrollbar-darkshadow-color: #01071A; 
}

A{
	text-decoration : none;
	font-weight : bold;
	color : #AA8A78;
	cursor : crosshair;
}

A:hover{
	color : #C5B5B5;
}

A img{
	border : 1px solid black;
	margin : 0;
}

img{
	border : 0;
}

#frame{
	width : 550px;
	height : 680px;
	display : block;
	margin : 5px auto 0 auto;
	padding : 0;
	border : 0;
}


#content p{
	text-align : left;
}

#top{
	background : url(../img/top3.jpg) no-repeat;
	width : 549px;
	height : 290px;
	border : 0;
	display : block;	
}

#main{
	width : 539px;
	height : 376px;
	
	padding : 5px;
	margin : 2px 0 0 0;
	overflow : auto;
	border : 0;
	
	position : absolute;
			
	background-color : #01071A;
	
}

#statics{
		width : 538px;
		height : 40px;
		display : block;
		
		background : #01071A;
		border : 0;
		margin : 3px 0 0 0;
		
		float : right;
}

#statics p{
		font-size : 7,5pt;
		text-align : center;
}

#statics a{
		font-size : 7,5pt;
}
