#wrapper{
	margin-left:auto;
	margin-right:auto;
	width: 740px;
	background: #FFFFFF;
}

#header{
	height: 152px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/header.jpg);
}

#nav{
	background: #b8c4d7;
	height: 25px;
	width: 548px;
	padding-left: 192px;
	margin: auto;
	z-index: 10;
	position: relative;
}

#pics{
	width: 192px;
	float: left;
}

#content{
}
#text{
	background: #FFFFFF;
	width: 488px;
	position: relative;
	float: right;
	padding-left: 15px;
	padding-right: 45px;
	padding-top: 15px;
	font: 13px/18px "Times New Roman", Times, serif;
}
#body{
}
#footer{
	background: #eac054;
	height: 40px;
	clear: both;
	position: relative;
	color: #00CC00;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	padding-left:192px;
	padding-top:10px;
	margin-top: auto;
	margin-bottom: auto;
}
