body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 1em;
	padding: 0;
}

#header {
	background: #c40000 url(../img/header.png) no-repeat scroll bottom left;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 154px;
	margin: 0px;
}

#home {
	color: #FFBF55;
	font: small-caps bold 3.125em/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 40px 120px 0px 120px;
	margin: 0px 0px 0px 0px;
}

#home a {
	color: #FFBF55;
	text-decoration: none;
}

#home A:hover {
	color: #0000FF;
	text-decoration: none;
}

#mainmenu {
	background: transparent url(../img/transparency10.png) no-repeat;
	height: 32px;
	width: 100%;
	position:absolute;
	left: 0px;
	top: 122px;
}


#mainmenu ul {
	float: right;
	padding: 3px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	font: small-caps bold 24px "Century Gothic", sans-serif;
}

#mainmenu li {
	padding-right: 15px;
	float: left;
}

#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #0000FF;
	text-decoration: none;
}

#lowerlogo {
	background: transparent url(../img/middle.png) no-repeat;
	height: 27px;
	width: 100%;
	position:absolute;
	left: 0px;
	top: 154px;
}

#content {
	margin-top: 190px;
	margin-left: 10%;
	margin-right: 10%;
}

#content #small {
	font-size: 0.7em; 
}

#content a {
	color: #96002A;
}

#content a:hover {
	color: #0000FF;
}