/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	height: 749px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#topbanner {
	height: 207px;
	width: 900px;
}

#menu {
	text-decoration: none;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 41px;
}


/*Footer*/

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 13px;
	margin-bottom: 2px;
	margin-top: 3px;
	margin-right: 8px;
	color: #bea54e;
}

#footer a:link {
	color: #e7ce77;
	text-decoration: none;
}

#footer a:hover {
	color: #c8ae55;
	text-decoration: underline;
}

#footer a:visited {
	color: #e7ce77;
}
