/* CSS Document */

body {font-family: verdana, arial, sans-serif; font-size:85%; color: #9b7833;}
* {margin:0; padding:0;} 


img { margin: 0 10px 0 0 ;  }



div#containermain {width: 995px; height: 625px; background-image:url(images/bgimage.jpg); margin-left: 25px; margin-top: 25px;}

/* the horizontal menu starts here */
div#listmenu {
	width:995px;  	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:1px solid #9b7833;
	border-bottom:1px solid #9b7833;	 /* draws line on bottom edge of div */
	
	font-size:1em; font-weight:bold;	/* SET FONT-SIZE HERE */
	margin: 135px 0 0 0
	
	}

	
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	list-style-type:none;	/* removes the bullet off each list item */
	
	
	}
div#listmenu li:last-child {margin: 0 0 0 179px
	
	}
div#listmenu li:hover { 
	background-color:#9b7833; /*sets the background of the menu items */
	}
div#listmenu a {
    padding:0 12px ; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#9b7833;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#FFF;
	}
/* the horizontal menu ends here */
/* END OF LIST-BASED MENU */

div#ul{list-style: none; margin-left: 50px;}


div#columnleft {width: 597px;height: 425px; padding-right: 25px; padding-left: 50px; padding-top: 20px; padding-bottom: 0px;  float:left; }

div#columnright {width: 225px;height: 425px; padding-right: 25px; padding-left: 25px; padding-top: 20px; padding-bottom: 0px;   float:left;} 

div#footertop {width: 995px; font-size:.8em; float: left;  border-top:1px solid #9b7833; 
}
div#footer {width: 995px; font-size:.8em; float: left; background-color:#f2c97a;   border-top:1px solid #9b7833; border-bottom:1px solid #9b7833;
}

div.clearfloats {clear:both;}