* {
	padding: 0px;
	margin: auto;
	margin-right: auto;
	left: 33px;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	width: auto;
	background-color: #5d4db2;
	height: 4000px;
	background-position: center center;
}
#header {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 0px;
	border: 1px none #ccc;
	height: 250px;
	background-image: url(header1.png);
	vertical-align: middle;
	background-color: #5d4db2;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navigation {


	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #333;
	padding: 0px;
	border: 1px solid #ccc;
	position: relative;
	background-image: url(pinkbutton.png);
	height: 28px;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.menu {

	height: 29px;
	width: 1000px;
	background-color:#ac59d5;
	margin: auto;
			}
			.cssnav	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	width: 133px;
	height: 29px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(mixbutton.png);
			}
			.cssnav a {
	display: block;
	color: #802abe;
	font-size: 10px;
	width: 133px;
	height: 29px;
	display: block;
	float: left;
	color: #802abe;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffff;
			}
			

			.cssnav img {width: 133px; height: 29px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
	position: absolute;
	left: 5px;
	top: 9px;
	text-align: center;
	width: 127px;
	cursor: pointer;
	height: 14px;
					     
			}

#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 1px none #ccc;
	background: #fdfde7;
	height: auto;
	background-color: #fdfde7;
	color: #fdfde7;
	position: inherit;
	vertical-align: middle;

}
#footer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #6600CC;
	border: 1px none #ccc;
	padding: 0px;
	vertical-align: middle;
	background-image: url(footer.png);
	height: 125px;
	margin-bottom: auto;
}
