body {
	background-color: #52737c;
	background-image: url(header.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content {
	background-color: #DAD4BC;
	width: 55%;
	float: right;
	border: thick double #521C1E;
	padding: 15px;
	color: #54171B;
}
#content h1 {
	color: #E85327;
}
#content a {
	color: #F46021;
	text-decoration: none;
}
#content a:hover {
	color: #EB1A1E;
	text-decoration: underline;
}

#sidebar {
	float: left;
	width: 35%;
	margin-top: 400px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF5E1;
}

#sidebar h1 {
	color:#F9CD5C;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul {
	list-style-type: square;
}
#sidebar a {
	color: #F46021;
	text-decoration: none;
}
#sidebar a:hover {
	color: #EB1A1E;
	text-decoration: underline;
}