@charset "utf-8";
#wrapper {
	width: 100%;
	margin: 0px;
}

body {
	margin: 0px;
	background-color: #F4F4F4;
}

#header {
	background-color: #FFF;
	height: 150px;
	width: 100%;
	background-image: url(../images/Logo%20Amarc.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#body {
	background-color: #FEF7DA;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-color: #333;
	border-left-color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	height: auto;
}
#footer {
	background-color: #333;
	width: 100%;
	height: 250px;
	color: #CCC;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	text-align: center;
}

