body {
	margin:0;
	padding:0;
	font-family:"arial", arial;
	font-weight: bold
	color: #000;
	background-attachment: fixed;
background-image: url("dusk.gif");
  
	font-size:100%;
}

/* Structure */



#main {
	width:740px;
	margin:0 auto;
	padding:0;
 background-image: url("bckgrnd.jpg"); 
	border-right: 1px solid #C46288;
	border-left: 1px solid #C46288;
}

#top-nav {
	width: 720px;
	margin: 0 auto 5px auto;
	font-size: 0.85em;
	font-weight: bold;
	color: #FDDBAB;
	text-align: center;
	vertical-align: bottom;
	line-height: 1.125em;
	padding:10px 10px 5px 10px;
	background: transparent;
}

#content {
	float: left;
	padding-right: 190px;
	font-size: 1.em;
	font-weight: bold;
	color: #CC6600;
	width: 735px;
	text-align: left;
	padding: 5px 0px 15px 5px;
	 background-image: url("bckgrnd.jpg");
	background-color: transparent;
}

<style type="text/css">



.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: darkred;
padding: 6px 1px 2px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 2px solid darkred; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: blue;
}

</style>


#footer {
	font-size: 0.75em;
	color: #000;
	padding: 0 0 10px 0;
	text-align: center;
	clear: both;
	background-color: transparent;
}

/* Link Styles */



/* Other Styles */

#header {
	padding:0;
	width: 738px;
	margin:0 auto;
	height:118px;
	background: white url('images/headerc.gif') no-repeat top left;
	clear: left;
}

#header h1 { 
	background: transparent; 
	padding: 20px 0 0 0;
	margin: 0 0 0 160px;
	height: 40px;
	color: #66003B;
	font-size: 2.0em;
	text-align: left;
	border-style: none;
	
}

hr {
	width: 100%;
	height: 0px;
	text-align: center;
	border-color:  #FDDBAB;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
}

h1 {
	color: #FF9966;
	font-size: 1.3em;
	text-align: left;
	margin: 0 5px 10px 20px;
	padding: 10px 10px 1px 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #FF9966;
	background-color: transparent;
	
}

h2 {
	color: #CC6600;
	font-size: 1.3em;
	text-align: center;
	margin: 0 5px 10px 20px;
	padding: 10px 10px 1px 0;
	border-width: 0 0 0px 0;
	border-style: solid;
	border-color: #FF9966;
	background-color: transparent;
	
}
p {
	padding: 5px 5px 5px 20px;
	margin: 0;
	line-height: 1.3em;
}






.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

/* Images */

img.centered {
display:block;
margin-left:auto;
margin-right:auto;
border:1px solid #FFFF99;
padding:4px;
}

img.alignright {
float: right;
border:1px solid #FFFF99;
margin:4px 0 3px 7px;
padding:4px;
}

img.alignleft {
float: left;
border:1px solid #FFFF99;
margin:4px 7px 3px 0;
padding:4px;
}

/* IE hack */
* html #content { height: 1%; }
* html #widecontent { height: 650px; }