body {
	background-image: url(../images/global/banner.jpg);
	background-repeat: no-repeat;
	background-color: #660000;
	color:#FFFFFF;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #660000;
}
h2 {
	text-transform: capitalize;
	color: #000000;
}
h3 {
	color: #000000;
}
h5 {
	color: #660000;
}
/* design containers */

#wrapper {
	width: 850px;
	margin-top: 0px;
	padding: 0px;
	top: 0px;
	left: 15px;
	overflow: visible;
	position: absolute;
	height: auto;
}
#wrapper #banner {
	border: medium inset #C00B0A;
	width: 850px;
	height: 115px;
	top: 5px;
	left: 10px;
	position: absolute;
	background-image: url(../images/global/banner.jpg);
	background-repeat: no-repeat;
}
#wrapper #navigation{
	top: 80px;
	width: 830px;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	overflow: visible;
	height: 25px;
	font-weight: bolder;
}
#wrapper #navigation a:link {
	color: #FFFF99;
}	
#wrapper #navigation a:visited {
	color: #FFCC99;
}
#wrapper #navigation a:hover {
	color: #FFCC00;
}
#wrapper #navigation a:active {
	color: #FFFF99;
}				
#wrapper #main{
	position: absolute;
	top: 147px;
	width: 840px;
	left: 0px;
	overflow: visible;
}
