body {
	background-color: black;
	background: url(../img/background.jpg) repeat;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
div#container {
	background-color: white;
	color: black;
	width: 75%;
	width: 775px;
	margin: 15px auto 0 auto;
}
div#header {
	background-color: white;
	height: 125px;	
}
div#logo {
	background-color: white;
	margin: 10px 0 0 20px;
	width: 110px;
	float: left;
}
div#banner {
	background-color: white;
	float: left;
	/*width: 40%;*/
	/*z-index: 1;*/
	display:none;
}
div#search {
	background: white url(../img/banner.png) 15px 0 no-repeat;
	background-position: 75%;
	background-color: white;
	padding: 0.5em;
	height: 80px;
	margin-top: 20px;
	text-align:right;
}
#frm_search {
	margin-top: 25px;
}
.form_field {
	color: #999999;
	border: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0.1em;
}
.form_button {
	background-color: #999999;
	color: black;
	letter-spacing: 1px;
	border: thin solid #FFFFFF;
	font-weight: bold;
	margin-top: 0.3em;
}
.underconstruction{ 
	color: #888888;
	font-family: Times New Roman;
	font-style: italic;
	margin-top: -1.2em;
}

div#menu {
	clear: both;
	width: 100%;
	height: 2em;
	float: left;
	background-color: white;
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	text-align: center;
}
#menu ul li {
	display: inline;
	background-color: black;
	border: thin solid #999999;
	margin: 0.5em;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
}
#menu a {
	color: white;
	text-align: center;
	text-decoration: none;
}
#menu a:hover {
	color: #dbdbdb;
	text-decoration: underline;
}
div#content {
	background-color: white;
	padding: 1.5em;
	padding-top:0px;
	clear:both;
}
div#content_int {
	background-color: white;
	border: 1px solid black;
/*	height: 400px; */
}
div#content_left {
/*	float: left; */
	background: url(../img/content_left.jpg) no-repeat;
	padding-left: 360px;
}
div#content_left p {
	font-family: Times New Roman;
	font-size: 10pt;
	color: #555555;
	text-align: left;
	font-style: italic;
	padding: 0.5em 2em 0 2em;
	margin:0;
}
#signature {
	margin:15px 0 0 200px;
}
div#content_right {
/*	float: right; */
}
div#footer {
	background-color: #999999;
	color: black;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 2em;
	padding-top: 0.5em;
	height:1em;
	padding-bottom: 0.5em;
}

#footer a {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}
#language{
	margin: 0;
	padding: 0;

}
.float_left{
float: left;
}
.float_right{
	float: right;
}
