/* CSS Document */

body {
	margin: 11px 0 0 0;
	padding: 0;
	background:#3d0000 url(images/topimg.jpg) repeat-x;
	font-family:Arial;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

#header {
	width: 810px;
	height: 226px;
	margin-top: 11;
	margin: 0 auto;
	background:url(images/header.jpg) no-repeat center;
	
}
#menu {
	width: 800px;
	height: 40px;
	padding-top:4px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	background:url(images/newhomebutton.gif) center no-repeat;
	display: block;
	float: left;
	width: 150px;
	height: 28px;
	padding: 3px 0px 0px 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size:18px;
	font-weight: bold;
	color:#000000;
}

#menu a:hover {
	background:url(images/newhomebutton2.gif) center no-repeat;
}

#menu .active a {
	background:url(images/newhomebutton2.gif) center no-repeat;
	color:#000000;
}

#content {
	width: 800px;
	margin: 0 auto;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	border-left: solid 2px #000000;
	border-right: solid 2px #000000;
	border-top: solid 2px #000000;
	border-bottom: solid 2px #000000;

}

#colOne {
	float:left;
	width: 550px;
	padding-right:20px;
	text-align:justify;
	


}

#colTwo {
	float:left;
	width: 200px;
	font-weight:normal;
}


#content h2 {
	height: 20px;
	background:url(images/headerbackground.jpg);
	margin-bottom: 20px;
	padding: 6px 0px 4px 0px;
	letter-spacing: normal;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	color:#000000;
}

#content h3 {
margin-bottom:1px;
font-size:14px;
color:#FFFFFF;
text-decoration:underline;
}

#content h4 {
margin-bottom:1px;
font-size:12px;
color:#FFFFFF;
}


#footer {
height: 150px;
background:url(images/bottomimg5.jpg) repeat-x;
}

#footerText {
	height: 50;
	text-align: center;
	font-size:x-small;
	font-family:Arial;
	text-transform:uppercase;
	padding-top:1px;
}
