@charset "UTF-8";
body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial;
	font-size: 12px;
	line-height:16px;
	background-color:#FFFFFF;
}

* {
	margin: 0px;
	padding: 0px;
}

#clear {
	clear: both;
	height: 0px;
}

#container {
	width: 750px;
	margin: 0 auto;
	padding-top: 50px;
}
#leftSash {
	text-align: right;
	float: left;
	width: 135px;
	margin-right: 15px;
	color: #845a06;
	line-height:20px;
}
#content {
	color: #5e3f00;
	background-color: #f7f3ec;
	float: left;
	width: 570px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height:18px;
}

#content p {
	padding-bottom:10px;
	}
#content .footer {
	font-size:11px;
	color: #9d6c09;
	line-height:14px;
}

hr {
	height: 3px;
	border:none;
	background-color:#9d6c09;
}

#content a, #content a:link, #content a:visited {
	color: #5e3f00;
	text-decoration:underline;
}

#content a:hover {
	color: #5e3f00;
	text-decoration:none;
}

#content .footer a, #content .footer a:link, #content .footer a:visited {
	text-decoration:underline;
	color: #9d6c09;}

#content .footer a:hover {
	text-decoration:none;
	color: #9d6c09;}
	
#leftSash a, #leftSash a:link, #leftSash a:visited {
	text-decoration:none;
	color: #9d6c09;}
	
#leftSash a:hover {
	text-decoration:underline;
	color: #9d6c09;}
	
h1 {
	color: #5f3f00;
	size:28px;
	line-height:28px;
}
