body {
	background-color: #D6C7C3;
	margin: 0px;
	text-align: center;
}
a img {
	border: 0;
}
#header ul {
	background-color: #422136;
	list-style-type: none;
	margin: 0;
	height: 30px;
	vertical-align: middle;
}
#header ul li {
	color: #F1EACC;
	text-align: center;
	display: inline;
	font-weight: bold;
	font-size: 18px;
	padding: 5px;
	width: 100%;
}
#header ul li a {
	color: #F1EACC;
	text-decoration: none;
}
#header ul li a:hover {
	text-decoration: underline;
}
#sidebar {
	background: url(../images/background.jpg);
	color: #F1EACC;
	font-weight: bold;
	text-align: center;
	width: 225px;
	float: left;
}
#sidebar a {
	color: #F1EACC;
}
#content {
	margin-left: 230px;
	text-align: left;
	margin-top: 30px;
	padding-top: 20px;
}
#heading {
	width: 70%;
	background: url(../images/background.jpg);
	color: #F1EACC;
	font-weight: bold;
	float: right;
	margin-top: 20px;
	text-align: left;
}
#heading h2 {
	display: inline;
	margin: 0;
	padding-left: 10px;
}
#heading span {
	background-color: #422136;
	height: 30px;
	margin: 2px;
	padding: 0px 4px;
	float: right;
}
#heading span a {
	text-decoration: none;
	color: #F1EACC;
}
h3 {
	color: #422136;
	font-size: 13pt;
}