@charset "utf-8";
#container {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#body {
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 950px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#headbuttons {
	height: 30px;
	width: 418px;
	left: 214px;
	top: 80px;
	position: relative;
	text-align: center;
	font-size: 15px;
}
#footer {
	background-image: url(images/footer.png);
	float: left;
	height: 38px;
	width: 950px;
	text-align: center;
	font-size: 9px;
}
#flashbody {
	float: left;
	height: 400px;
	width: 300px;
	margin-left: 20px;
}
#maincontent {
	float: right;
	height: auto;
	width: 580px;
	margin-right: 40px;
	margin-bottom: 20px;
}
#container #footer #footerlinks {
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#header {
	background-image: url(images/header.png);
	float: left;
	height: 128px;
	width: 950px;
}
a:link {
	color: #7C4E3C;
	text-decoration: underline;
}
a:hover {
	color: #E3AC2A;
	text-decoration: none;
}
a {
	font-weight: bold;
}
body {
	background-image: url(images/bg.gif);
}

