body {
	margin: 0;
	background: #756F64;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
#container {
	width: 65em;
}
#header {
	background: #fff url(images/bg_header-top.gif) right repeat-x;
	height: 30px;
	text-align: right;
}
#content {
	background: #fff url(images/bg_content-right.gif) right repeat-y;
	padding: 15px 75px 5px 35px;
	line-height: 160%;
}
#content h1 {
	color: #756F64;
	font-size: 1.6em;
	letter-spacing: 3px;
	margin: 0 0 5px 0;
}
#content h2 {
	color: #333;
	font-size: 1.1em;
	width: 50%;
	padding: 15px 0 3px 0;
	border-bottom: 1px dotted #666;
	margin-bottom: 8px;
	text-transform: uppercase;
}
#content p {
	margin-top: 0;
}
#content a {
	color: #7d0702;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul.styledlist {
	margin: 0 0 0 15px;
	padding: 0;
}
#content ul.styledlist li {
	list-style: none;
	margin-bottom: 7px;
	text-indent: -15px;
}
#content img {
	border: 1px solid #333;
}
#sidebar {
	float: right;
	padding: 0 10px;
	margin-right: -35px;
}
#footer {
	background: #fff url(images/bg_footer-bottom.gif) right repeat-x;
	height: 30px;
	text-align: right;
}

/* MISC */

.letterspacing3px {
	letter-spacing: 3px;
}

