h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg.gif);
	background-color:#f5eff9";
	background-repeat: repeat;
	margin-top: 100px;
	padding-top: 0px;
}
#wrapper {
	height: auto;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	background-color: #FFF;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #46166a;
	border-right-color: #46166a;
	border-bottom-color: #46166a;
	border-left-color: #46166a;
}
#wrapper #header {
	height: 0px;
	background-position: center top;
	position: relative;
	background-repeat: no-repeat;
	margin-top: 50px;
	padding-top: 0px;
}
#header #navbar {
	height: 100px;
	width: 445px;
	position: absolute;
	top: 45px;
	left: 355px;
}
#header #navbar ul li {
	float: left;
	list-style-type: none;
}
#header #navbar ul li a, #header #navbar ul li a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #606064;
	display: block;
	width: 110px;
	text-align: center;
	height: 20px;
	list-style-type: none;
	padding: 5px;
	background-color: #FFF;
	margin-right: 23px;
	border: 1px solid #606064;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#header #navbar ul li a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #74CEF1;
	display: block;
	width: 110px;
	text-align: center;
	height: 20px;
	list-style-type: none;
	padding: 5px;
	background-color: #F0F0F0;
	margin-right: 23px;
	border: 1px solid #74CEF1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#wrapper #container {
	height: auto;
	width: 805px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 25px;
	width: 805px;
	clear: both;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #606064;
}
.hdrlogo {
	position: absolute;
	left: 34px;
	top: 20px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606064;
	text-align: center;
	margin-top: 5px;
}
  
