@charset "utf-8";

body {
	background-color:#554f42;
	font-size:0.8em;
	line-height:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	background-position: 0px 0px;
}


div#pagewrapper {
	margin:auto;
	width:780px;
}


#homebg {
	background-image: url(images/homepage_bg.jpg);
	background-repeat: no-repeat;
	width:780px;
	height: 642px;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	}

#menu {
	margin-left: 210px;
	margin-top: 15px;
	padding-top: 128px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer  {
	width:780px;
	height: 165px;
	background:#F9F5BF;
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 0px;
	margin-top:0px;
	font-size: 0.9em;
	text-align: left;
	line-height: 1em;
	background-image: url(images/footer2.gif);
	background-repeat: no-repeat;
	color: #000000;
	font-weight: 600;
	}


a:link {
	color: #660000;
	text-decoration: none;
	padding: 0;
	text-align: left;
	font-weight:500;
}
a:visited {
	color: #660000;
	text-decoration: none;
	padding: 0;
	text-align: center;
	font-weight:500;
}

a:active {
	color: #B00000;
	text-decoration: none;
	text-align: center;
	font-weight:600;
}

a:hover {
	color: #FF6633;
	text-decoration: none;
	padding: 0;
	text-align: center;
	font-weight: bold;
}


