body {
	text-align: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 40px;
	padding: 0px;
	background: url('images/archgradient2.jpg') repeat-x;
}

#wrapper {
	width: 752px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#content {
	background: url('images/background.jpg') repeat-y;
}

#footer {
	background: url('images/footer.jpg') no-repeat;
	width: 752px;
	height: 45px;
	color: #FFFFFF;
}
#footer p {
	padding: 12px 20px 10px 0px;
	text-align: right;
	font-size: 13px;
}
h1 {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	color: #356001;
	padding: 10px 0px 0px 40px;
	margin: 0px;
	text-align: left;
}

p {
	margin: 0px;
	padding: 5px 40px 5px 40px;
	text-align: left;
}
a, a:visited {
	font-size: 11px;
	text-decoration: underline;
	font-style: italic;
	color: #838A50;
}
a:hover {
	color: #3D3F6E;
}

b {
	font-weight: normal;
	color: #3D3F6E;
}

#menu {
	text-align: left;
	padding-left: 20px;
}
#menu a, #menu a:visited {
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
}

