body{
	background-color:#F7F7EF;
	font-family:Arial, Helvetica, sans-serif;
}
#menu{
	margin-left:auto;
	height:72px;
	margin-right:auto;
	width:900px;
	margin-top:auto;
}
	
.logo{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top:auto;
}
.center{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
.back{height:250px;
	background-image:url(images/back.png);
	background-repeat:no-repeat;
	color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	padding:5px 20px 20px 20px;
}
.back h2{
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
}
.back h1{
	font-size:28px;
	text-decoration:none;
	font-weight:normal;
}
.content{
	margin: 0px;
	float: left;
	width: 900px;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;"
}
.content-top{
	margin: 0px;
	padding: 0px;
    background-color:#ffffff;
	height: 10px;
	width: 900px;
	background-image: url(images/content-top.png);
	background-repeat: no-repeat;
}
.content-body{
	background-color:#ffffff;
	background-image:url(images/content-bg.png);
	padding-left:10px;
	padding-right:10px;
	width:900px;
	font-size:12px;
}
.content h2{
	font-size:20px;
	text-decoration:none;
	font-weight:normal;
	color:#5A3D1C;
}
	
.content-bottom{
	margin: 0px;
	padding: 0px;
    background-color:#fff;
	height: 10px;
	width: 900px;
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
}
.footer{
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:11px;
}
