/* CSS Document */
body {
	margin: 0;
	align: center;
	position: relative;
	background-repeat:repeat-y;
	background:#665D59;
	font:small Verdana,Sans-serif;
	line-height:1.6em;
	color:#FFFFCC;
	text-align: center;
}
#wrapper {
	width: 790px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-position: center;
	position: relative;
}
a:link {
	color: #9D5C00;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
}
a:visited {
	color: #9D5C00;
	border-bottom: 1px dashed #DBBA8A;
	text-decoration: none;
}
a:active {
	color: #9D5C00;
}
a:hover {
	color: #ff0000;
	border-bottom: 1px solid #ff0000;
	text-decoration: none;
}
h2
#container {
width:740px;
height: auto;
padding: 0 24px 0 24px;
}
#navcontainer {
width:740px;
height:30px;
padding: 0;
}
#navcontainer ul{
margin: 0;
padding: 0;
}
#navcontainer ul li{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: left;
font: 11px/30px "Lucida Grande", verdana, sans-serif;
text-align: center;
}
#navcontainer a{
color: #F8F2E5;
text-decoration: none;
display: block;
width: 106px;
border-top: none;
border-right: 1px solid #A8B090;
border-bottom: none;
}

#navcontainer li#active { background: #CC0000; color: #fff; border-bottom: none; }
#navcontainer a:hover { background: #4A0000; color: #fff; border-bottom: none;}


#left-col {
	width: 200px;
	margin: 20px 0px 20px 25px;
	float: left;
}
#left-col-nav {
width:200px;
margin: 10px 10px 0px 25px;
float: left;
}

#left-col-nav lu li{
	display: list-item;
	float: left;
	font: 11px/30px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	list-style-position: inside;
}

#center-col {
	width: 515px;
	margin: 20px 25px 20px 0;
	float:right;
	text-align: left;
}
#center-col p{
margin-left:20px;
}

#navcontainer{
	background: #8C0000;
	height: 30px;
	margin: 0 25px 0 25px;
}

#conclusion {
	width: 640px;
	text-align:center;
	float: inherit;
}
