* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffed9b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e4d0c;
}
a {
	color: #46290c;
	text-decoration: none;
}
.container {
	width: 752px;
	margin: auto;
	position: relative;
	background-color:#f2d844;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	padding-right: 13px;
	padding-left: 13px;
	padding-bottom: 22px;
}
.toplinks {
	padding-right: 6px;
	float: right;
	height: 18px;
	padding-top: 70px;
	font-size: 10px;
}
.nav {
	width: 753px;
	height: 20px;
	position: relative;
	background-image: url(nav.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #fff3a2;
	font-size: 13px;
	text-align: center;
	padding-top: 3px;
}
a.navlink {
	color: #fff3a2;
}
a.navlink:hover {
	color: #46290c;
}
a.footlink {
	color: #f1d04f;
}
a.footlink:hover {
	color: #46290c;
}
.contentleft {
	width: 475px;
	position: relative;
	padding-left: 18px;
	padding-top: 50px;
	float: left;
	padding-bottom: 50px;
}
.contentright {
	width: 245px;
	position: relative;
	padding-top: 35px;
	float: right;
}
.contentright2 {
	width: 245px;
	position: relative;
	padding-top: 12px;
	float: right;
}
.contentright3 {
	width: 245px;
	position: relative;
	padding-top: 12px;
	float: right;
}
.footer {
	width: 753px;
	position: relative;
	margin-top: 18px;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	height: 48px;
	font-size: 10px;
	color: #f1d04f;
	padding-top: 14px;
	text-align: center;
}

.headertitle {font-weight:bold; color:#000000; font-size:25px; font-family:verdana;}