@charset "utf-8";
#container {
	float: none;
	min-height: 100%;
	width: 1000pix;
	background-color: #c4ddf3;
	background-position: center center;
	clear: left;
	padding-right: 150px;
	padding-left: 150px;
	padding-bottom: 25px;
}
#container #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	margin-left: 0px;
}
#container #header #menu #content {
	padding-top: 15px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	padding-bottom: 50px;
}
#footer {
	font-size: x-small;
	background-position: left;
	position: absolute;
	bottom: 15px;
	height: 24px;
	clear: both;
	vertical-align: bottom;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 1143px;
	left: 7px;
}
