* {
	margin : 0;
	padding : 0;
	list-style-type : circle;
	
	font-family : Georgia;
	font-size : 8pt;
	color : #ffd71f;
}

body{
	background : #140606;
}

A{
	text-decoration : none;
	font-size : 16pt;
	font-weight : bold;
	color : #a8b6c7;
}

A:hover{
	text-decoration : none;
	font-style : italic;
	color : #ce3f60;
}

A img{
	border : 0;
	margin : 5px;
}

img{
	border : 0;
}

#frame{
	width : 1000px;
	height : 800px;
	display : block;
	padding : 0;
	margin : 0 0 0 150px;
	border : 0;
}

#content p{
	text-align : left;
}

#top{
	background : url(../img/top2.jpg) no-repeat;
	width : 820px;
	height : 768px;
	border : 0;
	margin : 10px 0 0 50px;
	display : block;	
}

#main{
	height : 600px;
	width : 350px;
	padding : 5px;
	margin : -620px 0 0 40px;
	overflow : auto;
	border : 0;
	position : absolute;
	float : left;			
}

#bottom{
	height : 150px;
	width : 310px;
	padding : 5px;
	margin : 90px 0 0 20px;
	overflow : auto;
	border : 0;
	position : absolute;
	float : left;			
}