body {
	font: small verdana,sans-serif;
	line-height: 1.5em;
	background: #A6855E;
	}
#wrapper {
	position: relative;
	width: 85%;
	margin: 0 auto;
	background: url(images/sidebar_tile.gif) repeat-y;
	border: 1px solid #1B1718;
	}
#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	}
#sidebar p {
	margin-left: 20px;
	color: white;
	}
#sidebar a {
	color: white;
	}
#menu {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	border-top: 1px solid #A78760;
	}
#menu li {
	padding: 5px 10px 5px 20px;
	border-bottom: 1px solid #A78760;
	}
#menu a {
	color: #A78760;
	text-decoration: none;
	}
#menu a:hover {
	text-decoration: underline;
	}
#content {
	margin: 0 0 0 200px;
	padding: 20px;
	background: #F0E7D7;
	}
h1 {
	font-size: 170%;
	margin: 0 0 30px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #1B1718;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h2 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#content img.right {
	float: right;
	margin: 0 0 10px 20px;
	}
#footer {
	padding-top: 10px;
	border-top: 1px solid #1B1718;
	}