body {
	background-image: url("images/mainback.png");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #39F;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, sans;
	color: #FFF;
	font-size: 14px;
}
body, #header {
	padding: 0px;
}
#header {
	height: 152px;
	width: 910px;
	display: block;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 5px;
}
#header h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
#header p {
	margin-top: 2px;
}
#main {
	color: #000;
	width: 742px;
	padding: 0px;
	margin-left: 5px;
	font-family: Tahoma, Arial, sans;
	font-size: 12px;
	margin-bottom: 180px;
}
#menu {
	position: fixed;
	bottom: 0px;
	height: 50px;
	display: block;
	width: 100%;
	border-top: 2px solid #009;
	background-color: #036;
	padding-top: 5px;
	padding-left: 5px;
}
#adfloat {
	position: fixed;
	display: block;
	width: 738px;
	bottom: 57px;
	height: 100px;
	padding: 0px 5px;
	background-color: #FFF;
}
a {
	color: #00F;
	font-weight: bold;
}
#menu a, #header a {
	color: #FC0;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover, #header a:hover {
	text-decoration: underline;
}
h1, h2, h3 { color: #000066; }