
/* ---------------------------------------------------------------------------
	Layout styles
--------------------------------------------------------------------------- */

#maincontent {
	margin-top:118px;
	margin-bottom:10px;
	width:750px;
	margin-right:auto;
	margin-left:auto;
	}


#maincontent_left {
	float:left;width:500px;margin-top:1em;
	}

#maincontent_sidebar {float:right;margin-top:2em;}

#mainimage{
	width: 750px;
	height: 195px;
	background: url(../images/home_image.jpg) no-repeat top;
	}


/* ---------------------------------------------------------------------------
	Banner styles
--------------------------------------------------------------------------- */
#banner	{
	position:absolute;top:15px;left:0px;
	width:100%;
	}

#masthead{
	width: 750px;
	height: 79px;
	background:url(../images/masthead.gif) no-repeat top;
	margin:auto;
	}

#masthead h1{
	float: left;
	}

#masthead h1 a{
	text-indent: -9999px;
	height: 79px;
	float: left;
	width: 256px;
	}

#masthead h1 a:hover {
	text-decoration:none;
	}

#masthead h2 {
	visibility: hidden;
	}

#navigation {
	width: 750px;height:24px;
	background: url(../images/navbgd.gif) repeat top;
	margin:auto;
	}

#navigation ul {
	list-style: none;
	width: 750px;
	height: 23px;
	float: left;
	margin: 0;
	padding: 0;
	line-height:normal;
	}

#navigation li {
	float: right;
	font-size: 100%;
	margin: 0px 0 0 0;
	}

#navigation a {
	border-right: 1px solid #fff;
	float: left;
	color: #FBEEA8;
	padding: 4px 15px;
	margin: 0;
	}

#navigation a:hover {
	background-color:#5D7230;
	text-decoration: none;
	}

a#last{
	border: none;
	
	}


/* ---------------------------------------------------------------------------
	Sidebar
--------------------------------------------------------------------------- */


#sidebar {
	width: 193px;
	background-color: #EDEFDB;
	padding: 20px;
	font-style: italic;
	border:1px dotted #5D7230;
	font-size:90%;
	}

/* ---------------------------------------------------------------------------
	Footer styles
--------------------------------------------------------------------------- */
#footer {
	width: 750px;
	padding-top: 45px;
	margin:auto;
	clear:both;
	}

#footerbar {
	background: url(../images/footerbar.gif) no-repeat top;
	width: 750px;
	height: 21px;
	}

#footerbar p {
	padding-left:0.5em;padding-top:2px;
	color:#FBEEA8;
	font-size:smaller;
	vertical-align:middle;
	}	
