body {
font-family: helvetica,sans-serif;
min-width:750px;
margin: 0px;
padding: 0px;
border: 0px;
color: #193319;
background-color: #697a50;
background-image: url('images/bg_leftmarg.png');
background-repeat: repeat-y;
background-position: 0px 600px;
}

#wrap {
	width: 1050px;
}

#topbar {
	width: 1050px;
	height: 108px;
	background-image: url('images/bg_topbar2.png');
	background-repeat: no-repeat;
	z-index: 1;
}

#navigation {
	float:left;
	width: 180px;
	height: 492px;
	background-image: url('images/bg_navigation.png');
	background-repeat: no-repeat;
	z-index: -1;

}

#navcontainer {
	width: 125px;	
	position: relative;
	top: 95px;
	left: 25px;
	font-size: 90%;	

}

#body {
	float:right;
	width:870px;
	min-height: 492px;
	background-image: url('images/bg_body.png');
	background-color: #f4fbea;
	background-repeat: no-repeat;	
}

#bodycontainer {
	margin: 50px 50px 0 50px;
	z-index:1;

}


#bottombar {
	
	clear: both;
	background-color: #fff10f;
	height: 50px;
	width: 100%;
}

#leftbotcover {
	width: 185px;
	height: 500px;
	background-color: #697a50; 

}

.smtxt {
	font-size: 9px;
}

.title {
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	text-align: center;	
}



p {

}

a:link {
	color: #6f4d1e;
	}		
a:visited {
	color: #6f4d1e;
	}
a:hover {
	color: #a26309;
	}
a:active {
	color: #a26309;
	}
