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

#container {
	width: 800px;
	margin-left:auto;margin-right:auto;
	margin-top: 0;
}

#header {
	width: 800px;
}

#content {
	width:580px;
	padding-left: 20px;
	margin-top: 10px;margin-bottom:10px;
	float: right; 
}

#nav {
	width: 200px;
	margin-top: 5px;
	float: left;
}

#footer {
	clear: both;
	width: 800px;
	height: 70px;
	text-align: center;
	background-image: url(img/footerback.jpg);
	background-repeat: no-repeat;
	margin-top :30px;
}

#merit {
	width: 555px;
	padding: 5px;
	margin-top:5px;
	margin-bottom:10px;
	background-color: #F7E9C8;
	border: 1px solid #C2995A;
}

