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


img { margin: 0 0px 0px; }


div#containermain {width: 995px; height: 750px; background-color:#fff; 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 #445466;
	border-bottom:1px solid #445466;	 /* draws line on bottom edge of div */
	
	font-size:1em; font-weight:bold;	/* SET FONT-SIZE HERE */
	margin: 0px 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 10px
	
	}
div#listmenu li:hover { 
	background-color:#445466; /*sets the background of the menu items */
	}
div#listmenu a {
    padding:0 35px ; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#445466;	/* 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: 577px; padding-right: 25px; padding-left: 50px; padding-top: 20px; padding-bottom: 0px;  float:left; }

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

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

div.clearfloats {clear:both;}

