* {
	margin: 0;
	padding: 0;
}
html {
	background: #777 url(imgs/bg.jpg) no-repeat 50% 0;
	color: #000;
	font: 12px Arial, sans-serif;
} 
body {
	width: 1024px;
	text-align: center;
	margin: 12px auto;
}
#header {
	background: #ddd;
	color: #777;
	width: 400px;
	height: 150px;
	float: left;
}
#header h1 {
	margin: 24px;
}
#menu {
	background: #fff;
	width: 574px;
	height: 50px;
	font-size: 15px;
	float: left;
	/*border-top: 90px solid #777;*/
	margin-top: 90px;
	padding-top: 10px;
}
#menu ul li {
	list-style: none;
	display: block;
	float: left;
	width: 188px;
}
#menu ul li#here {
	font-weight: bold;
}
#menu ul li a {
	color: #000;
	text-decoration: none;
	display: block;
}

#menu ul li a:hover {
	font-weight: bold;
	color: #777;
}
#menu ul span {
	font-size: 12px;
	font-style: italic;
	display: block;
	font-weight: normal;
}
#content {
	clear: both;
	background: #fff;
	width: 800px;
	text-align: justify;
	margin: 0 0 0 174px;
	padding: 12px 0 24px 0;
	height: 330px;
	overflow: auto;
}

#content a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}
#content a:hover {
	border-bottom: 2px solid #aaa;
}
#content dl {
	margin: 6px 24px 6px 36px;
}
#content dl dt {
	margin: 9px 24px 3px 3px;
	font-weight: bold;
}
#content h2,
#content h3 {
	color: #777;
	margin: 18px 12px 6px 24px;
}
#content p {
	margin: 6px 24px;
}
#content ul {
	margin: 6px 24px 6px 48px;
}
#content ul li {
	list-style: circle;
	margin: 6px;
}
#content ul li span {
	font-size: 125%;
	font-variant: small-caps;
}
#footer {
	width: 200px;
	margin: -20px 0 0 822px;
	padding: 1px;
	background: #e4340b;
}