html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #D7E2EC;
	height:100%;
	width:100%;
	padding:0;
	color: #4B4B4B;
	margin:0;
}

#floater	{
	float:left;
	/*background-color: #6F6;*/
	height:50%;
	width: 100%;
	margin-bottom:-316px;
}

#container {
	clear: both;
	height: 632px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	position: relative;
	/*border: 1px solid #000;*/
}

#icontainer {
	height: 600px;
	border: 1px solid #C60;
}

#picture {
	height: 300px;
	border: 0px solid #C60;
}

#info {
	width:100%;
	background-color:#ebebeb;
	height:300px;
	top:390px;
	left:33px;
	font-weight: normal;
	color: #000;
	font-size: 28px;
	text-align: left;	
}

#menu {
	width:800px;
	height:30px;
	position:relative;
	font-weight: bold;
	color: #000;
	font-size: 12px;
	border:0;
	padding:0;
	top:6px;
	text-align:right;
}

#mliste {
	border:0;
	margin:0;
	padding:0;
}

#mliste li{
	border:0;
	margin:0;
	padding:0;
	list-style:none;
	padding:10px;
	display:inline;
}
	
#content {
	width:100%;
	height:300px;
	height:100%;
	top:6px;
	left:370px;
	font-weight: normal;
	font-size: 19px;
	/*background-color: #CCC;*/
}

#img_p01 {
		position:relative;
		height: 600px;
		top:0px;
}

#text_p01 {
	width:100%;
	height:100px;
	position:relative;
	top:370px;
	left:33px;
	font-weight: normal;
	color: #FFF;
	font-size: 24px;
	text-align: left;		
}

#text_p01x {
	width:100%;
	height:0px;
	position:relative;
	top:0px;
	color: #FFF;
	text-align: left;		
}

#img_p02 {
	position:relative;
	width:180px;
	height:270px;
	margin:0px;
	padding:0px;
	top:22px;
	left:28px;
}

#text_p02 {
	position:relative;
	float:right;
	width:510px;
	height:260px;
	margin:0px;
	padding-right:40px;
	top:25px;
	left:0px;
	font-size: 11px;
	text-align: justify;
	}

#text_p03 {
	width:600px;
	height:250px;
	position:relative;
	top:20px;
	left:35px;
	font-size: 11px;
	text-align: justify;
}

#mliste li a#MAINcurrent {
  	color: #C60;
	}	


a:link {
	text-decoration:none;
	color: #333;
}

a:visited {
	text-decoration:none;
	color: #333;
}

a:hover {
	text-decoration:none;
	color: #026400;
}

.headl {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}


