	/**********************************************
		Content Layouts: 3 columns. based from http://www.saila.com/usage/layouts/saila_layout.html
	***********************************************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #491e35;
	background-color: #d5d0d9;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 130%;
}
#wrapper {
	width: 700px;
	background-color: #666633;
	margin-left: auto;
	margin-right: auto;
	border: 6px solid #FFFFFF;
} 
#skippagenav {
	position: absolute;
	top: -200px;
	left: -200px;
	background: red;
	z-index: 3;
}

/* logo and menu 
_____________________________*/

#header {
	padding: 10px;
	padding-top: 70px;
	height: 36px;
	font-size: 3em;
	color: #fff;
	background-color: #fff;
	background-image: url(images/fallleaves.jpg);
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navbar {
	margin: 0px;
	padding: 4px 10px;
	text-align: center;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	background-color: #5d2844;
	display: block;
	font-size: .9em;
}
#navbar a {
	padding: 5px 8px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
}
#navbar a:hover, #navbar a:active{
	color: #dcc0cf;
	padding: 5px 8px;
	margin: 0px;
	text-decoration: none;
}
#navbar ul {
	display: inline;
	margin:0px;
}
#navbar ul li {
	display: inline;
	padding: 0px 5px;
	margin: 0px;
	border-right: 1px dotted #fff;
}
.noright ul li {
	display: inline;
	padding: 0px 5px;
	border-right: none;
}

/* Body 
________________________*/

#content {
	margin: 0px;
	background-color: #edebee;
	padding: 10px 10px;
	min-height: 400px;
	border: 1px solid #ddd;
}
H1, H2, H3, H4, H5, H6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 18px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}
H1 { 
	font-size: 1.5em;
	color: #5d2844;
	text-align: center;
}
H2 { 
	font-size: 1.3em;
	color: #83375f;
}
H3 { 
	font-size: 1.1em;
	color: #9e6683; 
}
H4 { 
	font-size: 1em;
	color: #a88698;
}
H5 { 
	font-size: 1em;
	color: #fff;
}
#content a {
	color: #7d3f60;
	text-decoration: none;
	border-bottom: 1px dotted #7d3f60;
}
#content a:hover, #content a:active {
	color: #a88698;
	text-decoration: none;
	border-bottom: 1px dotted #a88698;
}

/* Footer 
________________________*/

#footer {
	margin: 0px;
	padding-bottom: 10px;
	clear: both;
	background-color: #5d2844;
	border-top: 6px solid #FFFFFF;
	text-align: center;
	font-size: .8em;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}