@charset "utf-8";
/* CSS Document */

.headline {
	margin: 0px;
	padding: 2px;
	background-color: #FFF;
	text-align: right;
	font-size: 80%;
}
p {
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

#left_side {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 160px;
}
#center_cont {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 460px;
}
.navi {
	margin: 0px;
	padding: 5px;
	clear: left;
	float: left;
	width: 940px;
	text-align: left;
}
#right_side {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 300px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#container {
	text-align: left;
	padding: 0px;
	width: 950px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 80%;
}
#header {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 950px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
}
ul  {
	text-align: left;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
ul li  {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: url(../../../img/icon1.jpg);
}
.sub_title {
	font-weight: bold;
	color: #336;
	line-height: 150%;
}
