@charset "utf-8";
#container {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#nav {
	width: 252px;
	float: left;
	background-image: none;
	background-repeat: repeat-x;
}
#body {
	float: left;
	width: 547px;
	background-image: url(../images/header_bar.gif);
	background-repeat: repeat-x;
}
#header {
	height: 75px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	padding-bottom: 60px;
	padding-top: 20px;
}
#footer {
	background-image: url(../images/footer.gif);
	background-position: bottom;
	width: 800px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 30px;
}

body {
	background-color: #333333;
}
