body {
	
	background:fixed;
	background-image: url(http://www.wardhowes.com/images/bg_wardhowes.jpg);
	background-repeat: repeat-x;
	background-color: #b1785a;
}	
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: ddcc99;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* page layout */
#pagelayout{
	border:none;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-spacing:0px;
	bottom:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	}
	
#blackback {
	background-color: #b1785a;
	width: 103px;
	height: 100%;
	background-image:url(http://www.wardhowes.com/images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	vertical-align: top;
	background-color:#000000;
}

#bottomnavbar {
	color:#FFFFFF;
	font:"Times New Roman", Times, serif;
	font-size:14px;
	}

#divider{
	width:30px;
}

#navbar {
		
	vertical-align:top;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px
	}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index:100;
	width: 100%; /* precision for Opera */
	vertical-align:top;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:20px
}
#menu dl {
float: left;
width: auto;
}
#menu dt {
cursor: pointer;
text-align: left;
background: #000;
border: 0px;
margin: 0px;
}
#menu dd {
display: none;
border: 0px solid gray;
}
#menu li {
text-align: center;
background: #000;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #333;
}
#site {
position: absolute;
z-index: 0;
top : 70px;
left : 0px;
color: #fff;
background-color: #000;
padding: 0px;
border: 0px solid gray; 
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}

