@charset "utf-8";
#Container {
	background-image: url(images/bg.jpg);
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/Header.jpg);
	height: 240px;
	width: 960px;
}
#nav {
	height: 40px;
	width: 960px;
}
#Leftbar {
	float: left;
	width: 240px;
}
#Section {
	float: left;
	width: 440px;
	padding-right: 20px;
	padding-left: 20px;
}
#RightBar {
	float: left;
	width: 240px;
}
#Footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 80px;
	width: 960px;
}
