body {
	background-color: #efece6; /*#ece9e0;	*/
	background-image:url(../images/bgshadow.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
	height:100%;
	width:100%;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:0;
	padding:0;
}

#container {

	background-color:#fff;

	width:960px;
	padding-left:0;
	padding-right:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	
	height:100%;

}


#header {
	background-image:url(../images/logo.jpg);
	background-repeat:none;
	height:90px;
}

#gohome {

	width:490px;
	height:90px;
	float:left;

}

#getinvolved {

	background-image:url(../images/getinvolved.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-top:27px;
	padding-top:28px;
	float:right;
}

#getinvolved input.textinput {
	vertical-align: top;
	height:13px;
	font-family: Arial,Helvetica,sans-serif;
	border: #e6e6e6 1px solid;
	margin:0 5px 0 0;
	padding:4px;
	background-color: #f2f2f2;
	font-size:11px;
	width:105px;
	color:#333333;
	
}

.nav {
	margin:auto;
	background-image:url(../images/new_mb_bkg.jpg);
	background-repeat:repeat-x;
	height:52px;
	font-size:16px;
	list-style:none;
	padding:0;
	width:960px;
	
	
}

.nav a {
	background-position: top;
	padding-top:16px;
	height:36px;
	
	float:left;
	text-align: center;
	
	border-right:1px solid #2e1b0e;
	
	color:#efefef;
	
}

.nav a:hover {
	color:#efefef;
	background-color:#907D4C;
	text-decoration: none;
}

.nav_bottom {

	height:43px;
	background-image:none;
	background:#eaeaea;
	
	font-size:14px;
}

.nav_bottom a {
	padding-top:14px;
	height:29px;
	color:#2e1b0e;
	border-right:1px solid #dedede;	
}

.nav_bottom a:hover {

	color: #2e1b0e;
	background-color:#e5e2d3;

}


a {

	color:#482625;
	text-decoration: none;

}

a:hover {
	color:#482625;
	text-decoration: underline;
}

#mainbody {
	background-color:#fff;
	background-image:url(../images/mainbody.jpg);
	background-repeat:no-repeat;
	
	padding-bottom:10px;
	padding-top:6px;
	padding-left:13px;
	
	border-bottom:8px solid #523421;
}

#mainbody h1 {
	font-weight:bold;
	font-size:100%;
}


#mainbody h1 {
	padding:10px 10px 0px 0px;
	font-size:18px;
	font-weight:normal;
}


#sidecolumn {
	float:right;
	width:265px;
	margin-right:18px;
	padding-left:19px;
	padding-right:18px;
}

#sidecolumn p {
	margin-top:0;
	font-size:18px;
	line-height:135%;
}

#sidecolumn a {
	display:block;
	color:#4f321f;
	font-weight:bold;
	font-size:14px;
	
	margin-bottom:12px;
}

#subheader {
	padding:13px 0 0px 18px;
	margin:0;
	color:#fefefe;
	font-size:18px;
}


#footer {
	background-image:url(../images/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#ece9e0;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
	font-size:10px;
	font-family:Helvetica,Arial,sans-serif;
	
}

#footer p {
	margin:0;
	color:#422816;
}

.clear {
	clear:both;
}
