body {
	background-image: url(images/body-back.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-color: #b2b8da;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2A0055;
}
#content-wrapper {
	width: 875px;
	margin-top: 25px;
}
#wrapper {
	width: 869px;
	margin:auto 0;
	text-align: center;
	background-image: url(images/content-back.gif);
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
}
#header {
	background-image: url(images/header.gif);
	height: 225px;
	width: 869px;
	background-repeat: no-repeat;
	background-position: center;
}
#navigation {
	height: 43px;
	width: 869px;
	padding-top: 76px;
	text-align: left;
}
#sidebar {
	float: left;
	width: 170px;
	margin-left: 12px;
}
#clear {
	clear: left;
}
#content {
	width: 605px;
	float: right;
	margin-right: 40px;
	text-align: left;
}
a:link {
	color: #7a0015;
	text-decoration: none;
}
a:visited {
	color: #7a0015;
	text-decoration: none;

}
a:hover {
	color: #2A0055;

}
a:active {
	color: #2A0055;
	text-decoration: none;

}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 37px;
	width: 869px;
	background-position: top;
	clear: both;
}
#subfooter {
	text-align: center;
	width: 869px;
	clear: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7a0015;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

}
#subfooter a {
	color: #7a0015;
	text-decoration: none;
}
#subfooter a:hover {
	color: #7a0015;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
.img-right {
	float: right;
	margin-left: 25px;
}

