body {
	background: #9b3512;
	color: #3f3d3d;
	font: small/1.5  "Tahoma, Geneva", sans-serif;
	}

body, html, ul#navlist, ul#subnavlist {
	margin: 0;
	padding: 0;
	}

#wrap {
	margin: 0 auto;
	background:#FFF;
	color: black;
	font-size: 90%;
	width: 704px;
}

#inner-wrap {
	width: 704px;
	background-image:url(/images/header.gif);
	margin-left: 0px;
	}

#content-wrap {
	position: relative;
	left: 27px;
	width: 660px;
	}


/* ------------ HEADER ------------ */

#header {
	height: 216px;
	}


/* ------------ MENU ------------ */



/* ------------ TEXT ------------ */

h2 {
color: #781705;
font-weight:bold;
font-size: 175%;
margin-bottom: -15px;
}

a {
color: #9b3512;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

#leftcolumn {
    float: left;
    width: 400px;
margin: 0 0 0 7px; 
    }

#leftcolumn ul{
margin-left: 10px;
font-weight: normal;

    }

#rightcolumn {
    float:right;
    width:235px;
	margin-top: 15px; 
    }

#rightcolumn a {
color: #9b3512;
font-weight: bold;
font-size: 125%;
}

#rightcolumn ul {
margin-left: 50px;

    }

/* ------------ FOOTER ------------ */

#footer {
	height: 48px;
	background: #84471A url(/images/footer.gif) top left no-repeat;
	}


/* ------------ EXTRAS ------------ */


		.f-right {
			float: right;
			margin: 0 0 10px 10px;
		}

		.f-left {
			float: left;
			margin: 0 10px 10px 0;
		}

		.center { text-align: center; }
		.right { text-align: right; }

		.clear { clear: both; }

		a img { border: none; }

		.clearfix:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		.clearfix {display: inline-block;}
		/* Hide from IE Mac \*/
		* html .clearfix { height: 1%; }
		.clearfix {display: block;}
		/* End hide from IE Mac */


