/* CSS Document */

body {
	padding: 0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background: #FF0000;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#layout {
	margin: 0 auto;
	width: 922px;
	background: #FFFFFF url(images/nav_bg_fixed.jpg) repeat-y;
}

#masthead {
	height: 204px;
	background: url(images/header.jpg);
}

#leftbox {
	float: left;
	width: 161px;
	background: url(images/nav_bg_fixed.jpg) repeat-y;
}

#navbar {
	margin: 0px;
	width: 161px;
}

#mainbox {
	float: right;
	width: 760px;
}

#maincontent {
	margin: 0px 20px 20px 20px;
	font-size: 0.9em;
}

.clearit {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
}

#footer {
	clear: both;
	font-size: 0.7em;
	height: 84px;
	text-align: center;
	background: url(images/footer.jpg);
}

