@charset "utf-8";

* {
	padding:0;
	margin:0;
}
body {
	background-color: #494949;
}


#mainnav {
	background-image: url(images/nvbackground.jpg);
	background-repeat: repeat-x;
	height: 76px;
}
#container {
	background-image: url(images/containerbackground.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#container #footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 72px;
}
.noborders {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#top {
	background-image: url(images/topbackground.jpg);
	background-repeat: repeat-x;
}
