* {
	margin : 0;
	padding : 0;
	list-style-type : circle;
	
	font-family : Verdana;
	font-size : 8pt;
	color : #647141;
	cursor : crosshair;
}

body{
	background : #0e000e;
	scrollbar-face-color: #1B4959; 
	scrollbar-highlight-color: #6a5135; 
	scrollbar-shadow-color: #6a5135; 
	scrollbar-3dlight-color: #321610; 
	scrollbar-arrow-color: #6a5135; 
	scrollbar-track-color: #321610; 
	scrollbar-darkshadow-color: #321610; 
}

A{
	text-decoration : none;
	font-weight : bold;
	color : #5F5F47;
}

A:hover{
	text-decoration : underline;
}

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

img{
	border : 1px solid black;
}

#frame{
	width : 710px;
	height : 1300px;
	margin : 10px 0 0 110px;
	border : 1px solid #0A0F09;
}

#top{
	background : url(../img/layout5.jpg) no-repeat;
	width : 681px;
	height : 341px;
	display : block;
	float : left;
	margin : 5px 0 0 8px;
	border : 2px solid #1F1F0D;
}

#content{
	width : 690px;
	height : 580px;
	margin : 355px 0 0 7px !important; margin : 5px 0 0 6px;
	border : 0;
}

#main{
	width : 480px;
	height : 900px;
	
	display : block;
	padding : 10px;
	overflow : auto;
	position : absolute;
	margin : 0 0 0 190px;
	
	float : left;
	border : 2px solid #1F1F0D;
}
