body{
	font-family: Verdana;
	width: 800px;
	margin: auto;
	margin-top: 15px;
	background: #eee;
	margin-bottom: 20px;
}

#head{
	font-size: 30px;
	display: block;
	background: #242424;
	color: #fff;
	padding: 15px 10px;
}

#menu{
	border: dashed 0px #777;
	width: 165px;
	float: left;
	line-height: 150%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 12px;
	color: #fff;
	background: #242424;
}

li.sub{
	padding-left: 20px;
	font-size: 13px;
}


#menu ul{
	list-style: none;
	margin-left: -40px;
}

#menu a{
	display: block;
	color: #fff;
	padding: 0.2em;
	text-decoration: none;
}

#menu a:hover{
	color: #fff;
	background: #206B73;
}


#content {
	text-align: left;
	color: #333;
	width: 800px;
	background: #242424;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#content h1{
	height: 100%;
	border-bottom: 1px solid #333;
	margin-right: 10px;
}

#realcontent{
	min-height: 400px;
	margin-left: 184px;
	background: #eee;
	padding: 10px;
}

#realcontent a{
	color: #333;
	text-decoration: none;
	border-bottom: 1px dashed #333;
}

