body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#D8F3D0;
	padding:0px;
	margin:0px auto;
	height:100%;
}
html	{	
	padding:0px;
	margin:0px;
}
#container	{
	margin:0px auto;
	padding:0px;
	text-align:center;
	position:relative;
}
#header	{
	height:180px;
	margin:0px auto;
	clear:both;
	position:relative;
	background-image:url(../images/home/hmpg_02.jpg);
	background-repeat:repeat-x;
}
#navs	{
	height:31px;
	clear:both;
	position:relative;
	margin:0px auto;
	padding:0px;
	background-image:url(../images/home/hmpg_03.jpg);
	background-repeat:repeat-x;
}
#main	{
	clear:both;
	padding:0px;
	margin:0px;
	position:relative;
	text-align:center;
	background-color:#B88D53;
}

#content	{
	position:relative;
	background-color:#FBFEFA;
	width:770px;
	height:100%;
	border-right:2px solid #354713;
	border-left:2px solid #354713;
	clear:both;
	margin:auto;
	padding:0px;
}
.contentArea	{
	text-align:left;
	padding:13px;
	font-size:15px;
	color:#003300;
	height:100%;
}

p	{
	color:#002200;
}

a, a:link	{
	color:#003300;
	font-weight:bold;
}
a:visited	{}
a:hover	{
	color:#999933;
	text-decoration:none;
}
a:active	{}

#footer	{
	clear:both;
	margin-top:8px;
	margin:auto;
	height:33px;
	font-size:12px;
	color:#003300;
}

.clearElem {
	clear: both;
	font-size:.1em;
}