#header {
	background-color: #000000;
	height: 150px;
	width: 100%;
	background-image: url(images/background/header_bg.jpg);
	background-repeat: repeat-x;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
#menu {
	background-color: #000000;
	height: 30px;
	width: 100%;
	padding: 0px;
}
#middle {
	background-color: #CCCCCC;
	width: 100%;
	padding: 10px;
	clear: both;
}
#footer {
	background-color: #000000;
	padding: 0px;
	height: 250px;
	width: 100%;
	float: left;
	margin: 0px;
}
#subcontent {
	float: left;
	width: 10%;
	background-color: #CCCCCC;
}
#maincontent {
	float: left;
	width: 90%;
	background-color: #CCCCCC;
}
h1 {
	font-family: "Hemi Head 426";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

