body {
	background-color: #F9AB25;
	background-image: url(bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E2A2E;
	margin: 0;
}

a {
	color: #2E2A2E;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {font-size: 14px}

#mainnav {
	width: 597px;
	height: 44px;
	mpadding: 10px 0 0 0;
	background-image: url(nav-bck.gif);
	background-repeat: no-repeat;
}
#mainnav a {
	color: #FFF;
	padding: 10px 29px 0 29px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#mainnav a:hover {color: #F9AB25}

#maincon {
	background: #FFF;
	vertical-align: top;
	width: 597px;
}

#maincon p { padding: 0 30px 0 35px; margin: 0 0 12px 0}
#maincon h1 { padding: 0 0 0 35px; margin: 0 0 12px 0; font-weight: bold}
#footer {
	height: 54px;
	width: 597px;
	padding: 4px 30px 0 0;
	text-align: right;
	color: #F8A52F;
	font-size: 11px;
	margin: 0;
	background-image: url(foot-back.gif);
	background-repeat: repeat-x;
}
#counter {
	position: absolute;
	right: 380px;
}

