@charset "utf-8";
* {
	padding:0;
	margin: 0;
}
a {border:none;}

img {border:none;margin:0;}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {

}
#logo {
	height: 128px;
}
#navbar {
	height: 37px;
}
div.banner {
	position:relative;
	height: 225px;
}

#banner1 {
	background-image: url(../images/banner_1.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner2 {
	background-image: url(../images/banner_2.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner3 {
	background-image: url(../images/banner_3.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner4 {
	background-image: url(../images/banner_4.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner5 {
	background-image: url(../images/banner_5.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner6 {
	background-image: url(../images/banner_6.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner7 {
	background-image: url(../images/banner_7.jpg);
	background-repeat: no-repeat;
	height: 225px;
}
#banner8 {
	background-image: url(../images/banner_8.jpg);
	background-repeat: no-repeat;
	height: 225px;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#content {


		}
.main
	{
	float:left;
	width:600px;
	background-image: url(/images/content.jpg);
	height: 900px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	}
.news
	{
	float:right;
	width:180px;
	background-image: url(/images/content.jpg);
	background-position: right;
	height: 900px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	}
.full
	{
	padding:0px 40px 30px;
	background-image: url(/images/content.jpg);
	}
h1
	{
	font:22px verdana,arial;
	color:#252525;
	padding:20px 0px;
	letter-spacing:-1px;
	}
h2
	{
	font:18px tahoma,arial;
	color:#252525;
	padding:20px 0px;
	}
h3
	{
	font:18px arial;
	color:#80131D;
	padding:30px 0 0;
	}
h4 
	{
	font:12px verdana,arial;
	font-weight:bold;
	margin-top:20px;
	padding:15px 0px 15px;
	color:#252525;
	border-top:1px dotted #ccc;
	}
p
	{
	padding-bottom:22px;
	}
p.just
	{
	text-align:justify;
	}
img.right
	{
	float:right;
	margin-left:25px;
	margin-bottom:10px;
	border:3px solid #808080;
	}
img.left
	{
	display:block;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
	border:3px solid #808080;
	}

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer
	{
	font:11px/14px tahoma;
	color:#4d4d54;
	padding:15px;
	clear: both;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	}
#footer a
	{
	color:#4d4d54;
	padding:0px 2px;
	}
#footer a:hover
	{
	color:#80131d;
	}
#footer div.infotext
	{
	clear: both;
	}

