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

body{
	background:#f1efe8 url(../images/pattern.gif) repeat-x;
	color:#8d866e;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}
#mainWrapper{
	width: 790px;
	margin: 54px auto 0px auto;
}
#header{
	background: url(../images/header.gif) no-repeat;
	height: 133px;
	width: 790px;
}
#footer{
	background: url(../images/footer.gif) no-repeat;
	height: 84px;
	width: 790px;
	margin-top: 5px;
}

