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

#header {
	height: 185px;
	width: 852px;
}
#nav {
	height: 50px;
	width: 852px;
}
#body {
	height: 510px;
	width: 852px;
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bkgrd7.png);
	background-repeat: no-repeat;
}
#wrapper #body #left h1 {
	padding-top: 20px;
	padding-left: 15px;
}
#wrapper #footer {
	width: 800px;
	height: 400px;
}

#wrapper #footer img {
	padding-left: 90px;
}
