body {
	background:#CDCDCD;
}
#wrapper{
	margin:auto;
	width:900px;
}
#navbar {
	margin:0;
	padding:5px;
	background:#BFBFBF;
	height:50px;
	border-radius:4px;
	border:#878787 solid 1px;
}
#navbar li {
	list-style:none;
	float:left;
	margin:2px;
	min-width:100px;
	text-align:center;
	font-size:24px;
	padding:8px;
	border-left:#494848 solid 1px;
	border-right:#494848 solid 1px;
	
}

#navbar li a{
	text-decoration:none;
	color:black;
}

#navbar li a:hover{
	color:#636363;
	text-shadow:1px 1px 1px #B7B7B7;
}

#content {
	margin-top:30px;
	width:100%;
	border-radius:4px;
	border:#878787 solid 1px;
	background:#F0EFEF;
	min-height:800px;
}

#footer{
	
}