@charset "UTF-8";
/* CSS Document */

.wrapper{
	width: 1000px;
	margin: 0 auto;
	}
.header{
	width: 100%;
	height: 200px;
	float: left;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	}
.menu{
	width: auto;
	height: 100px;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	background-color: #FFF;
	}
.content{
	width: 100%;
	height: 400px;
	float: left;
	background-color:#FFF;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.footer{
	width: 100%;
	height: 100px;
	float: left;
	}