html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	border: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

h4 {
	color: #321414;
	font-family: book antiqua;
    font-size: 24px;
    margin: 0;
}

h5 {
	color: #321414;
	font-family: book antiqua;
    font-size: 20px;
    margin: 0;
}

h6 {
	color: #321414;
	font-family: book antiqua;
    font-size: 18px;
    margin: 0;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 850px;
}

#topbar {
	background: url(images/topbar.jpg);
	height: 22px;
	width: 100%;
}

#contentbackground {
	height: 100%;
	background: #F0ECC3;
}

#homecontentwriting {
	color: #330000;
	font-family: verdana, geneva;
    font-size: 13px;
	padding: 15px 185px 15px 30px; 
	height: 100%;
	background: url(images/sidebar.jpg) no-repeat;
}

#contentwriting a {
	color: #330000; 
	font-weight: bold; 
	font-family: verdana, geneva; 
	text-decoration: none; 
	font-size: 12px; 
}

#contentwriting a:hover {
	text-decoration: underline;
}

#contentwriting {
	color: #330000;
	font-family: verdana, geneva;
    font-size: 13px;
	padding: 15px 90px 15px 30px; 
	height: 100%;
	background: url(images/sidebar.jpg) no-repeat;
}

#waybackground {
	background: #330000;
	width: 100%;
	height: 100%;
}

#timeline {
	color: #330000;
	font-family: verdana, geneva;
    font-size: 11px;
    padding: 0;
	margin: 0;
}

#header {
	background: url(images/header_bg.jpg) repeat-x;
	width: 850px;
	height: 226px;
	position: absolute;
}

#nav {
	margin-top: 7px;
}

#nav ul { list-style:none; margin:0; padding:0 10px;  }
#nav li { float:left; }

#nav img {
	float: left;
}

#rednav {
	margin: 0px 0px 0px 56px;
}

#rednav a {
	color: #E4BF66; 
	font-weight: bold; 
	font-family: palatino linotype; 
	text-decoration: none; 
	font-size: 12px; 
} 

#rednav a:hover{
	color: #F5F7BE;
	font-weight: bold; 
	font-family: palatino linotype; 
	text-decoration: none; 
	font-size: 12px;
} 

#leftnav a {
	color: #54100D;
	font-weight: bold;
	font-family: palatino linotype;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

#leftnav a:hover{
	color: #802024;
	font-weight: bold;
	font-family: palatino linotype;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}
	

#headline {
	padding-top: 205px;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#footer {
	color: #FFFFFF;
	background: url(images/footer_bg.gif) repeat-x;
	text-align: center;
	padding:5px 0 6px 0px;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
}

select, option, input, textarea	{color: #000000;
						font-family: verdana, geneva;
 						font-size: 13px;
						background-color: #ffffff;
						border-top: solid 1px #000000;
						border-bottom: solid 1px #000000;
						border-right: solid 1px #000000;
						border-left: solid 1px #000000;}
