@charset "UTF-8";
/* CSS Document */

#wrapper{
}

/**
 * Header
 */
#header{
	width: 720px;
	height: 448px;
	background: url(../images/shadow_bg.jpg) top left repeat-y;
}
#header .inside{
	width: 700px;
	height: 448px;
	margin: 0 10px 0 10px;
	background: url(../images/header_count_bg.jpg) top left no-repeat;
}
#logotype{
	float:left;
	width: 157px;
	height: 172px;
	/*background-color: red;*/
}
#logotype img{
	width: 113px;
	height: 109px;
	margin: 36px 0 0 44px;
}
#headerSearch{
	float: left;
	width: 543px;
	height: 36px;
	/*background-color: green;*/
}
*html #headerSearch{
	display: inline;
	overflow-x: hidden;
	overflow-y: hidden;
}
#headerSearch form{
	margin: 0;
	padding: 0;
}
#headerSearch form .formbody{
	float: right;
	margin: 13px 20px 0 0;
	/*background-color: pink;*/
}
#headerSearch form input.text{
	float: left;
	clear: left;
	height: 15px;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 0;
	border: 1px solid #ccc;
}
#headerSearch form .submit_container{
	float: left;
}
#headerSearch form input.submit{
	margin: 0;
	padding: 0;
}
#tagline{
	position: relative;
	float: right;
	width: 493px;
	height: 136px;
	/*background-color:blue;*/
}
#mainNav{
	clear:left;
}
	
/**
 * Main
 */
#container{
	width: 700px;
	padding: 0 10px 0 10px;
	background: url(../images/shadow_bg.jpg) top left repeat-y;
}
#right{
	width: 220px;
	background-color:#86ba20;
	border-left:1px solid #274604;
}
#right .inside{
}
#main{
	width: 476px;
	margin-right: 220px;
	background-color:#f8ffe6;
}
#main .inside{
	
}

#tagline{
	text-align: right;
	padding: 0 10px 0 40px;
}
#sploshar{
	padding: 30px 30px 10px 30px;
}
#footer{
	width: 720px;
	height: 12px;
	background: url(../images/footer_bg.jpg) top left no-repeat;
}
#footer .inside{
	width: 720px;
	height: 12px;
}
/**
 * Newspages and newslists
 */
#LatestNews{
}
.mod_newslist{
	width: 180px;
	margin-top: -2px;
	padding: 20px;
	background:url(../images/gradient_bg.jpg) top left repeat-x;
	background-color:#86ba20;
	
}



