* {
	color: #000000;
	font: 8pt Verdana, serif;
}
body {
	background: #EDEDED url(../images/background.gif) repeat-x;
	margin: 0px;
	padding: 0px;
}
#body {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	overflow: auto;
	width: 768px;
}
#content {
	float: right;
	padding: 0px 20px 20px 10px;
	width: 558px;
}
#content h1 {
	font-size: 150%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#content strong {
	font-weight: bold;
}
#footer {
	clear: both;
	margin-top: 20px;
	text-align: right;
}
#header {
	background: url(../images/header.gif);
	height: 41px;
	padding: 180px 20px 0px 20px;
	text-align: right;
}
#header a {
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
}
#header a:hover {
	color: #999999;
}
#left {
	float: left;
	padding: 0px 10px 20px 20px;
	width: 150px;
}
#main {
	margin: auto;
	width: 768px;
}
