@charset "UTF-8";
/* CSS Document */

p {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #2f1d05;
	border-bottom: 1px solid #2f1d05;
	margin-top: 20px;
	padding-left: 0px;
	margin-right: 0px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2f1d05;
	padding-left: 2px;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f1d05;
	border-bottom: 1px solid #2f1d05;
	padding-left: 2px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}

#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1d05;
	line-height: 21px;
	float: right;
	width: 690px;
	padding: 0px;
	margin-right: 30px;
	font-weight: bold;
}

#content_full {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1d05;
	line-height: 21px;
	float: right;
	width: 900;
	padding: 0px;
	margin-right: 30px;
	text-align: justify;
}

#leftnav {
	width: 200px;
	float: left;
	margin: 10px;
	padding-bottom: 10px;
	background-color: #fde8c9;
	border: 1px solid #ad8d5e;
}

#content img, #content_full img {
	padding: 5px;
	font-size: 12px;
}

#leftnav ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #927140;
	padding-left: 15px;
	margin: 0px;
	list-style-type: none;
	line-height: 26px;
}

#leftnav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1d05;
	text-decoration: none;
}

#content a, #content_full a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1d05;
	text-decoration: underline;
}

#leftnav a:hover, #content a:hover, #content_full a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2f1d05;
	text-decoration: underline;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}

.clear {
	clear: both;	
}
