body
{
	font-size: 14px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	background:#660000;
       text-align:center;
}
* {
      margin:0;
}
p{
	margin-bottom:1em;
}
#globalnav
{
	background-color: #600;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #300;
}


#globalnav li
{
	display: inline;
	margin: 0;
	padding: 4px;
	border-right: 1px solid #700;
	border-left: 1px solid #300;
}

#globalnav li a{
	color: #fff;
	font-weight: bold;
}


#header
{
    background:#000000;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;

	background-position:top center;
	height: 110px;
}

#header img
{
	padding-right: 5px;
	float: left;
}
#subhead{
	padding:5px;
}

<style type="text/css">
<!--
	A:link { text-decoration: none; color: #3366FF }
	A:visited { text-decoration: none; color: #3399FF }
	A:hover { text-decoration: none; color:red }
-->
</style>

#feature IMG{
	float:left;
	padding-right:6px;
}
#container{
	width:					750px;
	margin:					0 auto 0 auto;
	padding:				0 0 0 6px;
	background-color:		#FFF;
	text-align:				left;
	background-image:		url(../images/ds_left.png);
	background-repeat:		repeat-y;
	background-position:	left top;
	border:					none;
}
#container2{
	margin:					0;
	padding:				5px 11px 0 5px;
	background-color:		#FFF;
	background-image:		url(../images/ds_right.png);
	background-repeat:		repeat-y;
	background-position:	right top;
	border:					none;
}
#content
{
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px;
}

#footer
{
	color: #333;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 90%;
	border-top: 1px solid #ccc;
}