@charset "utf-8";

/**************************************** general ****************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	background-color: #FFFFFF;
	background-repeat: repeat;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	
	
	
}

/**************************************** layout all *************************************/

#wrap{
	width:800px;
	}
	
		
	
#left{
	margin-top: 50px;
	position:absolute;
	margin-left: 50px;
	height: 850px;
	width: 150px;	
	}
	
	

	
#main{
	top: -8px;
	position:absolute;
	margin-left: 180px;
	height: 500px;
	width: 700px;
	left: 50px;
}


	
#bottom{
	top: 600px;
	position:absolute;
	margin-left: 240px;
	height: 45px;
	width: 700px;
	left: 50px;
	
	}
	
#header {
	width: 686px;
	position: relative;
	margin-right: 12px;
	margin-bottom: 4px;
	margin-left: 10px;
}
#header2 {
	width: 686px;
	position: absolute;
	top: 30px;
	left: 160px;
	
}


#content {
	height:19px;
	width:480px;
	margin-top: 4px;
	margin-left: 195px;
}



/**************************************** links ****************************************/
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color:  #999999;
	text-decoration: none;
}
a:hover {
	color: #cccccc;
	text-decoration: none;
}
a:active {
	color: #cccccc;
	text-decoration: none;
}
