@charset "utf-8";
#container {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-position: left top;
	background-image: url(images/background.jpg);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px;
}

#menu {
	float: none;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	background-position: right top;
	background-repeat: no-repeat;
	word-spacing: 10px;
	text-align: center;
	width: 800px;
}
#content {
	float: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	background-image: url(images/cbg.jpg);
	font-size: 12px;
	width: 770px;
	padding: 15px;
}
#footer {
	color: #FFFFFF;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 800px;
}
#header {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	height: 252px;
	background-image: url(images/Headernew2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center center;
	width: 800px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
