*{
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	display: table;
	height: 100%;
	width: 100%;
}
body{
	background: url(/media/images/bg.jpg) #7e9c53 repeat-x;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

a{
	color: #ff6600;
	text-decoration: none;
}

.refresh{ clear: both; }
.float_left { float: left; }
.spacer10{ height: 10px; clear:both;}

#container{
	width: 924px;
	margin: 0 auto;
}
#container #head{
	height: 194px;
	background: url(/media/images/head.jpg) no-repeat;
	padding: 11px 0 0 12px;
}
#container #head img{
	float: left;
	padding: 0 0 3px 0;
}
#container #content{
	height: 528px;
	background: url(/media/images/content.jpg) bottom center no-repeat;
	padding: 0 0 0 12px;
	width: 912px;
}
#container #content #navi{
	height: 22px;
	background: url(/media/images/navi.jpg) repeat-x;
	width: 901px;
}
#container #content #navi ul li{
	float: left;
	list-style: none;
}
#container #content #navi ul li a{
	padding: 2px 20px 0 20px;
	display: block;
	color: #fff;
	font-weight: bold;
	height: 17px;
	font-size: 12px;
}
#container #content #navi ul li a:hover{
	background: url(/media/images/navi_active_bg.jpg) repeat-x;
	color: #ff7f15;
}
#container #content #navi ul li .active{
	background: url(/media/images/navi_active_bg.jpg) repeat-x;
	color: #ff7f15;
}
#container #content #content_left{
	height: 476px;
	background: url(/media/images/content_left.jpg) top right no-repeat;
	width: 600px;
	float: left;
	padding: 15px 15px 0 13px;
}
#container #content #content_left h1, 
#container #content #content_right_big h1,
#container #content #content_right_images h1{
	color: #ff7900;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
#container #content #content_left .center{
	text-align: center;
}
#container #content #content_left .hometext{
	width: 330px;
	padding: 0 10px 0 0;
	line-height: 15px;
}
#container #content #content_left .youtube_teaser{
	width: 250px; 
	float: left;
}
#container #content #content_left .youtube_teaser img{
	padding: 0 5px 0 0;
}
#container #content #content_left .youtube_teaser h2{
	color: #ff6600;
	font-size: 11px;
}
#container #content #content_right{
	background-color: #75a233;
	height: 476px;
	width: 273px;
	float: left;
	padding: 30px 0 0 0;
}

#container #content #content_right h2{
	font-weight: bold;
	font-size:12px;
	color: #fff;
	padding: 0 0 8px 12px;
}
#container #content #content_right .line_white{
	height: 1px;
	background-color: #fff;
	margin: 0 15px 0 7px;
}
#container #content #content_right .news_entry .date{
	color: #fff;
	padding: 10px 0 5px 12px;
}
#container #content #content_right .news_entry h3{
	color: #333333;
	padding: 0 0 0 12px;
	font-weight: bold;
	font-size: 11px;
}
#container #content #content_right .news_entry img{
	float: left;
	padding: 0 5px 0 12px;
}
#container #content #content_right .news_entry p{
	color: #333333;
	padding: 0 15px 30px 12px;
}
#container #content #content_right .link{
	text-align: right;
	color: #fff;
	padding: 0 15px 0 0;
}
#container #content #content_right a{
	color: #fff;
}

#container #content #content_subnavi{
	color: #ff7f15;
	float: left;
	background: url(/media/images/subnavi_bg.jpg) no-repeat;
	height: 494px;
	width: 169px;
	padding: 0 0 0 10px;
}
#container #content #content_subnavi ul {
	padding: 30px 0 0 0;
}
#container #content #content_subnavi ul li{
	list-style: none;
	font-size: 11px;
	padding: 0 0 8px 0;
}
#container #content #content_right_top{
	width: 722px;
	float: left;
	background: url(/media/images/right_top_bg.jpg) repeat-x;
	height:30px;
}
#container #content #content_right_big{
	height: 403px;
	width: 702px;
	float: left;
	padding: 10px 20px 0 0;
	background: url(/media/images/right_big_bg.jpg) repeat-x;
	overflow: auto;
}
#container #content #content_right_big h2{
	color: #ff7900;
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 15px 0;
}
#container #content #content_right_images{
	height: 410px;
	width: 702px;
	float: left;
	padding: 86px 20px 0 0;
	background: url(/media/images/right_big_bg.jpg) repeat-x;
	overflow: auto;
}

#container #content #content_right_images .img{
	float: left;
	padding: 0 10px 0 0;
	height: 345px;
}

#container #content #content_right_images .img img{
	border: 5px solid #fff;
	width: 343px;
}
#container #content #content_right_images #feedback_nav{
	padding: 20px 0 0 0;
}

#container #footer{
	height: 28px;
	background: url(/media/images/footer.jpg) no-repeat;
	color: #000;
	text-align: center;
	font-size: 9px;
	padding: 5px 0 0 0;
}

