html, body {
    position: relative;
    width:100%;
    height:100%; }



body, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul {

margin:0;
padding: 0;
}

img {
border:none;
}

body {
	font-family: Ubuntu, "Ubuntu Light", Arial, sans-serif;
		background-attachment: fixed;
	background-image: url(images/background_dark.png);
	background-repeat: no-repeat;
	background-position:center, center;
}
h1 {
	color: #D93800;
	font-size: 56px;
	font-weight: normal;
	padding-bottom: 1rem;
}

h2 {
	color: #D93800;
	font-weight: bold;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

h3 {
	padding-bottom: 5px;
}

h4 {

}

h5 {
}



#container {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	position:relative;
	min-height:100%;
	background-image: url(images/branch.png);
	background-repeat: no-repeat;
	background-position: -50px -50px;
}

#flower {
	height: 90%;
	width: 45%;
	position: fixed;
	left: 55%;
}


#topmenu {
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
}
#topmenu a {
	color: #DB3800;
	text-decoration: none;
}

#topmenu a:hover {
	text-decoration: underline;
}
#topmenu ul {
	margin-bottom: 5px;
}
#topmenu li {
	display: inline;
	padding-right: 0.5em;
	padding-left: 0.5em;
}


#logo {
	margin-bottom: 5%;
}

#mainmenu {
	position: fixed;
	height: 155px;
	top: 2%;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
	z-index:10;


}
#mainmenu a {
}

#mainmenu a:hover {
}

#submenu {

}
#content_wrapper {
	position:fixed;
	top:155px;
	width: 55%;
	max-width:700px;
	height:100%;
	z-index: 100;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	color: #660000;
	font-size: 15px;
}

#content {
	position: absolute;
	top:0px;
	left:0px;
	margin-left:65px;
}


#content p{
	margin-bottom: 20px;
}

#content a{
	color: #D93800;
}

#content a:hover{
}

#content ul{
	margin-bottom: 1rem;
	margin-top: 1rem;
	padding-left: 1rem;
}

#content ol{
	text-align: left;
	margin-left: 40px;
	margin-top: 20px;
}

#content li{
}

#content .divider {
	border-top: 1px solid #3D170A;
}
.list  li{
	margin-left: 20px;
	color: #A29A42;
	padding-bottom: 1rem;
	list-style-type: none;
	line-height: 1.4rem;
}

.clearingdiv {
clear:both;
}
