@charset "utf-8";
/* CSS Document */
div#top {
	background-repeat:no-repeat;
	background-image: url(images/c_topshad.png);
	width: 100%;
	background-position: top center;
	height:145px;
	padding-top: 20px;
}
div#topnav {
	background-repeat: no-repeat;
	width:900px;
	height:145px;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
	background-color: #000;
}
div#pageshad {
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/c_bgshad.png);
	background-repeat: repeat-y;
	width: 100%;
	background-position: center;
}

div#bottom {
	background-repeat:no-repeat;
	background-image: url(images/c_botshad.png);
	width: 100%;
	background-position:  top center;
	height:20px;
}
div#page {
	width: 860px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}
body {
	margin: 0px;
	padding: 0px;
}