

body {
  text-align: center;
  background:#000000;
  
  }
  
#container-wrapper {
	background:url(../images/header-rp.jpg) repeat-x;
	height:90px;
}  
#container {
  margin: 0 auto;
  width: 780px;
  text-align: left;
  }

#header{background: url(../images/chuckwalla_logo.jpg) no-repeat;
height:90px;
}


#main{
	background:url(../images/flag-bg.jpg) no-repeat;
	height:663px;
	}
	
ul#nav {
padding:208px 0 0 113px;
}
	

ul#nav ul{
list-style-type: none;

	
}


ul#nav li {
display: inline;
float:left;
padding-left:20px;
}



ul#nav li a {
color:#000000;
font-size:14px;
text-decoration:none;
font-weight:800;
font-family:Arial, Helvetica, sans-serif;
	}
	
	ul#nav li a:hover {
text-decoration: underline;
	}
	
.border{
padding-left:20px;
}	
	
