* {
	margin : 0;
	padding : 0;
	list-style-type : circle;
	
	font-family : Verdana;
	font-size : 7pt;
	color : #85542b;
}

body{
	background : black;
	scrollbar-face-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #AA1111; 
	scrollbar-3dlight-color: #AA1111; 
	scrollbar-arrow-color: #AA1111; 
	scrollbar-track-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
}

A{
	text-decoration : none;
	font-weight : bold;
	color : #9a0101;
	cursor : crosshair;
}

A:hover{
	color : #000000;
}

A img{
	border : 1px solid black;
	margin : 0;
}

img{
	border : 1px solid black;
}

#frame{
	width : 600px;
	height : 690px;
	display : block;
	margin : 0;
	padding : 0;
	border : 0;
}


#content p{
	text-align : left;
}

#top{
	background : url(../img/top3.jpg) no-repeat;
	width : 518px;
	height : 295px;
	display : block;
	float : left;	
	margin : 1px 0 0 50px;
	
	border : 0;
}

#statics{
		width : 518px;
		height : 50px;
		display : block;
		
		background-color : #000000;
		border : 0;
		margin : 5px 0 5px 50px;
		
		float : left;
}

#statics p{
		font-size : 8pt;
		text-align : left;
}

#statics a{
		font-size : 8pt;
}

#main{
	width : 518px;
	height : 328px;
	
	padding : 0;
	margin : 0 0 0 50px;
	overflow : auto;
	float : left;
	
	border : 0;
	background-color : #000000;
	
}

em.b{
	font-family : Georgia;
	text-decoration : none;
	font-weight : bold;
	font-size : 7pt;
	color : #af9c5a;
}
	
em.c{
	font-family : Georgia;
	text-decoration : none;
	font-style : italic;
	font-size : 7pt;
	color : #af9c5a;
}




