* {
	padding: 0px;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: auto;
	width: auto;
	background-color: #d5cdc0;
	height: 3000px;
	background-position: center center;
	margin-top: auto;
	margin-bottom: auto;
}
#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 0px;
	border: 1px solid #ccc;
	height: 189px;
	background-image: url(header1.png);
	vertical-align: middle;
	background-color: #DAC8BF;
}
#navigation {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 0px;
	border: 1px solid #ccc;
	position: relative;
	background-image: url(homebutton.png);
	height: 28px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.menu {
						height: 28px;
						width: 1000px;
						background-color:#7a373d;
			}
			.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	background: url(homebuttonglow.png) no-repeat;
	width: 139px;
	height: 36px;
	overflow:hidden;
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 18px;
						width: 139px;
						height: 36px;
						display: block;
						float: left;
						color: #ab6a72; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 139px; height: 36px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 30px;top: 5px;
					    text-align: left;
					    width: 150px;
					    cursor: pointer;   
					     
			}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
	background:#CCC8B3;
	padding: 0px;
	height: auto;
	background-color: #ebe6fe;
	color: #7a373d;
	position: inherit;
	vertical-align: middle;

}
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #7a373d;
	border: 1px solid #ccc;
	padding: 0px;
	vertical-align: middle;
	background-image: url(footer.png);
	height: 25px;
	margin-bottom: auto;
}
