#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#main {
	padding-top: 220px;
	padding-left: 140px;
}
#footer {
	font-size: 10px;
	color: #666666;
	padding-top: 20px;
}

body {
	margin: 0px;
	font-family: "Gill Sans MT", Verdana;
	background-image: url(images/base.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#content {
	font-size: 11px;
	padding-left: 40px;
	text-align: justify;
}
#content a:link, #content a:visited {
	color: #B72E00;
	text-decoration: underline;
}
#content a:hover, #content a:active {
	color: #FFFFFF;
	background-color: #B72E00;
}
#content li {
	list-style-image: url(images/bullet.jpg);
}
#content h1 {
	color: #4A698C;
}
#content hr {
	color: #4A698C;
}

#content h2 {
	font-size: 16px;
	font-weight: normal;
}
