@charset "utf-8";
/* CSS Document */

body {
	background: #e7e7e7;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
#content ul.normal {
	padding: 0.4em 0 0.4em 3em;
}
a {
	text-decoration: none;
	color: #55A91F;
	font-weight: bold;
}
a:hover,a:focus,a:active {
	text-decoration: underline;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#container {

}
#head {
	height: 94px;
	background: url(images/lowradiation.png) no-repeat right center;
}
#nav {
	height: 34px;
	background: url(images/nav.png) no-repeat;
}
#content-wrapper {
	width: 800px;
	background: #fff url(images/contentbg.png) repeat-y;
	float: left;
	margin: 10px 0 0 0;
}
#content {
	width: 776px;
	padding: 0 12px;
	float: left;
	clear: both;
}
#content.links .col{
	width: 242px;
	float: left;
	padding: 8px;
}
#content.links #middle.col{
	border-left: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
}
.content_three {
	background: url(images/bord_repeat.png) repeat-y 394px 0px;
}
.content_two {
	background: url(images/bord_repeat_single.png) repeat-y 555px 0px;
}
.content_info {
	background: url(images/bord_repeat_single.png) repeat-y 625px 0px;
}
#banner {
	background: url(images/banner_index.jpg);
	height: 170px;
	margin: 10px 0 0 0;
	position: relative;
}

#content_base {
	background: url(images/contentbase.png) no-repeat center bottom;
	float: left;
	width: 800px;
	padding: 10px 0;
}
#content_top {
	background: url(images/contenttop.png) no-repeat center top;
	float: left;
	width: 800px;
}

#foot {
	clear: both;
	color: #333333;
	font-weight: 700;
	font-size: 0.8em;
	padding: 5px 0 7px;
	float: left;
	width: 800px;
}
