#wrapper {
	background: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
body {
	margin: 0px;
	font: 62.5% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(images/bg_page.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#main h1 {
	font-size: 2em;
	border-bottom: 2px solid #335566;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #7799AA;
}
#main {
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
}
#banner {
	background: #7799AA url(file:///C|/Newsletter/css/images/bg_banner.png) no-repeat right top;
	height: 1px;
	width: 760px;
	position: relative;
	background-color: #FFFFFF;
}
#banner #mainNav {
	color: #FFFFFF;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#mainNav li {
	margin-left: 5px;
	margin-right: 5px;
	font-size: 1.2em;
	border-left: 1px solid #223344;
	padding: 3px 7px 2px;
	float: left;
	border-top: 1px solid #DEDACA;
}

.label {
	text-align: right;
	float: left;
	width: 9em;
	margin-right: 15px;
	color: #946201;
}



.button {
	font-weight: bold;
	color: #FFFFFF;
	background: #7799AA;
	border: 1px solid #AAAA00;
	padding: 2px;
	margin-left: 96px;
	clear: left;
}

#mainNav a {
	color: #FFFFFF;
	text-decoration: none;
}
legend {
	font-weight: bold;
	color: #0000FF;
}
