body {
	background-color:#f5efe4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4{
	margin:0px;
	font-weight:normal;
}

#wrapper{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	width:912px;
	margin:-3px 0px 0px 144px;
	min-height:768px;
}

#inner-wrapper{
	width:620px;
	margin:0px 0px 0px 150px;
	padding-top:56px;
}

#header{
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
	height:161px;
	width:620px;
}
#header-image{
	float:left;
	margin-top:-55px;
	margin-left:23px;
}

#logo{
	float:right;
	margin-right:50px;
	margin-top:10px;
}

#nav{
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	width:538px;
	height:51px;
	float:left;
	margin-left:37px;
	margin-top:-5px;
	padding-top:15px;
	text-align:center;
	color:#246046;
	font-weight:bold;
	font-size:12px;
	
}
#nav .seperator{
	background-image:url(../images/seperator.png);
	background-repeat:no-repeat;
	background-position-y:-3px;
	margin:0px 7px;
}

#content{
	margin-top:2px;
	font-size:14px;
}

#content-top{
	background-image:url(../images/content-top.png);
	background-repeat:no-repeat;
	width:620px;
	height:162px;
}
#content-middle{
	background-image:url(../images/content-middle.png);
	width:620px;
	background-repeat:repeat-y;
	min-height:300px;
}
#content-bottom{
	background-image:url(../images/content-bottom.png);
	background-repeat:no-repeat;
	width:620px;
	height:55px;
}

#footer{
	text-align:center;
	color:#467a64;
	font-size:18px;
}
.right{
	float:right;
	margin-right:50px;
}

.left{
	float:left;
	margin-left:40px;
}

