@charset "utf-8";
/* CSS Document */
html {
	height:100%;
	overflow:auto;
	width:100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 100%;
	width: 100%;
	float: left;
	background-color: #dfde9f;
	color:#dfde9f;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}

a img {
	border: none;
}
h1 {
	font-size: 1.3em;
}
.content a:link, .content a:visited, .content a:active {
	color: #DFDE9F;
	font-weight: bold;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.color_1 {
	color: #DFDE9F;
}
#distance {
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -285px;
}

#container {
	clear:left;
	height:570px;
	position:relative;
	width:860px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.all_content {
	height: 560px;
	width: 850px;
	clear: left;
	float: left;
	background-color: #161b1f;
	padding: 5px;
	font-size: 1.0em;
	-moz-border-radius : 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	background-image: url(/images/bg_flowers.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.logo{
	clear: left;
	float: left;
	height: 100px;
	width: 100%;
	border-bottom: 3px solid #303336;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.persons {
	clear: left;
	float: left;
	height:32px;
	width: 100%;
	background-image: url(/images/img_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
}
.menu_column {
	float: left;
	height: auto;
	width: 300px;
	padding-top: 50px;
}
.content {
	float: right;
	height: auto;
	width: auto;
	display: inline;
	margin-right: 30px;
}
.content_text {
	float: left;
	height: 380px;
	width: 450px;
	text-align: justify;
	overflow-x: hidden;
	overflow-y: auto;
}

.content_text p {
	padding-top: 10px;
	color: #ccc;
	padding-right: 5px;
}
.footer_holder {
	float: left;
	width: 100%;
	text-align: right;
	color: #161B1F;
	font-size: 0.85em;       
}
.footer_holder a:link, .footer_holder a:visited, .footer_holder a:active {
	color: #161B1F;
	font-weight: bold;
	text-decoration: none;
}
.footer_holder a:hover {
	text-decoration: underline;
}
