@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#def3d4;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper{
	width:800px;
	height:100%;
	background-color:#FFF;
	margin:auto;
}

#header{
	height:200px;
	width:800px;
	float:left;
	margin-bottom:10px;
}

#menu{
	width:200px;
	float:left;
}

#menu a{
	
	text-decoration:none;
	font-weight:bold;
	color:#666;
}

#menu ul{
	list-style:none;

}

#menu ul li{
	margin-bottom:10px;
}

#content{
	width:525px;
	margin-left:75px;
	float:left;
}

H1{
	font-size:16px;
}

p{
	font-size:12px;
}

#footer{
	width:800px;
	float:left;
	font-size:12px;
	text-align:center;
	margin-top:20px;
	color:#999;
}

#footer a{
	color:#21be0f;
	text-decoration:none;
}

.clear{
	clear:both;
}
