body{
	font-family: Georgia, serif;
	font-size: 12px;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-position: center top;
    background-repeat: repeat-x;
}
img{
	border: 0px;
}
a{
	text-decoration: none;
	color: #56682D;
}
a:hover{
	color: #DDE4A6;
}
h1{
	font-family: Georgia, serif;
	font-size: 20px;
	color: #56682D;
}
h2{
	font-family: Georgia, serif;
	font-size: 18px;
	color: #56682D;
}

h3{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #56682D;
}
h4{
	font-family: Georgia, serif;
	font-size: 14px;
	color: #56682D;
}
div{
	box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main_container{
	width: 800px;
	border: solid 1px #DDE2A6;
	background-color: #ffffff;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-image: url(images/bg-floral.gif);
	background-position: right bottom;
    background-repeat: no-repeat;
}
#logo{
	width: 800px;
	padding: 15px;
	border-bottom: solid 1px #DDE4A7;
}
#menu{
	float: left;
	width: 180px;
	font-size: 11px;
	font-weight: bold;
	min-height: 300px;
}

ul.menulevel1, ul.menulevel2, ul.menulevel3, ul.menulevel4, ul.menulevel5, ul.sitemaplevel1, ul.sitemaplevel2, ul.sitemaplevel3, ul.sitemaplevel4, ul.sitemaplevel5, ul.submenu, ul.search {
	padding-left: 0;
	margin-left: 0;
}
li {
	line-height: 1.5;
}
.doc {
	list-style: none;
	padding-left: 15px;
}
.docs {
	list-style: none;
	padding-left: 15px;
}
.sdoc {
	list-style: none;
	padding-left: 15px;
}
.sdocs {
	list-style: none;
	padding-left: 15px;
}
#breadcrumbs{
	display: none;
	float: left;
	width: 700px;
	margin-bottom: 15px;
	font-size: 10px;
}
#content{
	float: left;
	width: 570px;
	margin: 10px;
	border-left: solid 1px #DDE4A7;
	padding: 10px;
	min-height: 300px;
}
#prev{
	clear: both;
	padding: 30px 0px 15px 0px;
	font-size: 0.8em;
}
#last_update{
	padding: 15px;
	color: #56682D;
	font-weight: normal;
	font-size: 11px;
	margin-top: 100px;
}
