@CHARSET "UTF-8";

body{
	
	background-color:		#FFF;
	background-image:		url('../images/bg.png');
	background-repeat:		repeat-x;
	background-position:	 0 -150px;
	
	
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				80%
}

h1{
	float: right;
	font-size:				2.2em;
	color:					#CCC;
	margin:					-80px 0 0 0;
}

h2{
	font-size:				1.6em;
	color:					#CCC;
}

a:hover{
	text-decoration:		underline;
}

#main{
	position:				relative;
	width:					800px;
	height:					100%;
	margin:					170px auto 0 auto;
}

#header{
	position:				absolute;
	top:					0;
	left:					0;
	width:					200px;
	height:					400px;
}

#menu{
	position:				absolute;
	top:					20px;
	left:					90px;
	width:					550px;
	height:					20px;
}
#menu li{
	float:					left;
	margin:					1px 3px 1px 3px;

	font-size:				1.0em;
}

#menu li a{
	color:					#000066;
}
