body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #CDC5C3;
	margin: 10px;
	padding: 0px;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 878px;
	height: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	background-image: url(images/mainBack.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	border: 1px solid #9F2929;
}

#menu {
	height: 200px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	color: #334557;
	text-align: center;
	vertical-align: middle;
	background-color: #9F2929;
}
#menu ul {
	background:#0099CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 0px;
	margin: 0px;
	display: none;
}
#menu li {
	background:#99CC33;
	display: inline;
	padding: 0px;
	margin: 0px;
}
