/* CSS Document */
div {border:0px red solid}
body {
	background-color: #e0ad60;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color: #333333;
	line-height: 18px;
}
.fancy img{margin-right:10px;border:0px}
.homehdr {

	font-family: Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #666666;
	line-height: 18px;
}

#main{
	width: 946px;
	background: #eee9e5 url(/images/main_bg_shade.jpg);
	background-repeat:repeat;
	
}

#header {
	width: 920px;
	height: 301px;

}

h4 {color: #666666}

#mainnav {
	width: 920px;
	height: 48px;
	background-image:url(../images/buttons_bg.gif);
	
}
#content {
	width: 880px;
	background-color: #eee9e5;
	padding: 20px;
	text-align: left;
	min-height: 360px;
}
#footer {
	width: 900px;
	padding:10px;
	background: none;
}
#footer a{
color: #ffffff;
}
#footer a:hover{
color: #dddddd;
}

.rightshade{
	float:right;
	
}
#addLinks {
	width:480px	
}

.leftshade{
	float:left;
}
#nav {
  margin: 0;
  padding: 0;
  background-image: url(../images/buttons_bg2.gif);
  list-style-type: none; 
  height: 48px;   
  float: left; /* Contain floated list items */
}
#nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#nav a {
  float: left;
  padding: 0 20px;
  color: #FFF;
  	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
  text-decoration: none;
  line-height: 4;
  text-align: center;
  border-right: 1px solid #8a8a8a;
}
#nav a:hover {
  background: #8a8a8a;
}
#body_about #nav_wad a, #body_gallery #nav_gal a, #body_surfboards #nav_sur a, #body_licensing #nav_lic a, #body_contact #nav_con a, #body_news #nav_news a,, #body_links #nav_lin a {
  background: #8a8a8a;
  font-weight: bold;
}

#rt_nav {
  margin: 0;
  padding: 0;
  list-style-type: none; 
  height: 48px;   
  float: right; /* Contain floated list items */
}
#rt_nav li {
  margin: 0;
  padding: 0;
  float: left;
}
#rt_nav a {
  float: left;
  padding: 0 20px;
  color: #FFF;
  	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
  text-decoration: none;
  line-height: 4;
  text-align: center;
}
#rt_nav a:hover {
  background-image: url(../images/buttons_bg2.gif);
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
