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

#wrapper {
	margin: auto;
	float: none;
	width: 820px;
}
#navbar {
	height: 37px;
	width: 810px;
}
#body {
	float: left;
	width: 665px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 85px;
}
body {
	background-image: url(../images/background/texture_4.jpg);
	background-repeat: repeat;
}
#footer {
	clear: both;
	height: 92px;
	width: 800px;
	background-color: #FFFFFF;
}
a:link, a:hover {
	color: #000000;
	text-decoration: none;
}
