body {
	margin:9px 9px 0 9px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size: 12px;
}
#header {
	position: absolute;
	height: 120px;
	width: 770px;
	left: 10px;
	top: 10px;
}
#sidebar {
	position: absolute;
	width: 120px;
	left: 10px;
	top: 140px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CC0000;
	height: 400px;
	padding-right: 5px;
}
#MainBody {
	position: absolute;
	width: 630px;
	top: 140px;
	left: 140px;
	padding-left: 10px;
	padding-bottom: 50px;
}
#HomeBody {
	position: absolute;
	width: 630px;
	top: 140px;
	left: 140px;
	padding-left: 10px;
	padding-bottom: 50px;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	height: 480px;
	padding-top: 20px;
}
h1 {
	font-size: 20px;
	padding-left: 2px;
	color: #CC0000;
	text-decoration: underline;
}
h2 {
	font-size: 18px;
	color: #FF9900;
}
img {
	border: 0;
}