<style type="text/css">
html{
	margin:0;
	padding:0;
}

body{
	margin:0;
	padding:0;
	height: auto;
	background:white;
	background-repeat:no-repeat;
	background-position:center center;
	font-family:Arial, Helvetica, Sans-serif;
	text-align:left;
}

a:link, a:visited{
	text-decoration:underline;	
	color:#336699;
}

a:hover{
	text-decoration: none;
}

.upperclass{
	width:800px;
	margin:0 auto;
}

.mainbox {
	width:800px;
	margin:0 auto 0 auto;
	border: 5px outset black;
	border-radius:9px;
}

.navbackground {
	background-color:#484D46;
}

.banner { 
	background-image: url('http://grahamsteinruck.com/wp-content/uploads/2011/02/grahamdesign.jpg'); <!---to change the header image put change this URL--->
	width: auto;
	height:200px;
}

.table {
	display: table;   /* Allows the centering to work */
	margin: 0 auto;
}

.loop {
	padding: 15px 15px 15px 15px;
	background:white;
}

.posts{
	border:5px outset black;
	border-radius:9px;
	background-color:999999;
	padding: 15px 15px 15px 15px;
}

.footer {
	padding:5px 0px 20px 0px;
	margin:0;
	height: 32px;
	width:800px;
	color:white;
	background-color:black;
	text-align:center;
}

something{
	background-color:black;
	height:30px;
}

/* Begin Dynamic Wordpress Menu Style */
 ul#nav {
   list-style-type : none;
   text-align : center;
   margin : 0;
   padding: 0;
   
 }

 ul#nav a, ul#nav a.rss {
   background-color : ;
   padding : 5px 15px 5px 15px;
   margin : 0 auto 0 auto;
   width : auto;
   height : auto;
   color : black;
   font-weight : bold;
   font-style : normal;
   text-decoration : none;
   text-align : center;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;
   min-width : 800px;
   list-style : none;
   display : inline;
 }

 ul#nav li {
   margin-left : 0 auto 0 auto;
 }

 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color : #669900;
   color : #fff;
 }

 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : #669900 url(images/rss_on.jpg) no-repeat 2px 2px;
 }

 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : #2E2E2E;
   color : #fff;
   cursor : default;
   text-align : left;
 }
<!---color pallate:  brown #d3d3a7    9e9e55--->
</style>