* {
margin:0;
padding:0;
}

body
{ 
background: url(../images/headerbg.jpg) repeat-x top #ecdfbe;
}

ul#nav {
height:220px;
width:647px;
margin:0 auto;
list-style:none;
background:url(../images/headermiddle.jpg) no-repeat top;
}

ul#nav li {
display: inline;
font-size:12px;
}

ul#nav li a {
display: block;
width: 101px;
float: left;
margin-top: 145px;
color:white;
font-weight:bold;
font-family:helvetica;
text-decoration:none;
text-align:center;
}

ul#nav li a:hover, ul#nav li a:active {
color:yellow;
}

#contentwrap {

width:1150px;
margin:0 auto;
}

#contentleft {

float:left;
width:240px;
height:500px;
margin-bottom:20px;
}

#content1 {

float:left;
font-family:helvetica;
color:black;
width:640px;
padding:10px 10px 20px 10px;
}

#contentright {

float:right;
width:240px;
height:500px;
margin-bottom:20px;
}


#footer {
clear:both;
border-top:2px solid red;
font-size:10px;
font-family:arial;
height:40px;
background:#330100;
color:white;
padding:10px 0 10px 0;
text-align:center;
}
