/*////////Standard//////////*/

@charset "utf-8";
* {
	padding:0;
	margin: 0;
}
a { border:none; }
img {border:none;margin:0;}

/*////////Wrapper///////////*/

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {

}
#logo {
	height: 135px;
}
#navbar {
	height: 30px;
}
div.banner {
	position:relative;
	height: 225px;
}

#banner1 {
	background-image: url(../images/banner_9.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;
}


/*///////////////////////////////////////////////////////Main Content//////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#content {

}
.main
	{
	float:left;
	width:600px;
	padding:0px 37px 30px;
	}
.news
	{
	float:right;
	width:184px;
	padding:10px 21px 20px;
	}
.full
	{
	padding:0px 37px 30px;
	}
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;
	padding:15px 0px 15px;
	color:#252525;
	}
h5 
	{
	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.left
	{
	text-align:left;
	}
p.right
	{
	text-align:right;
	}
p.just
	{
	text-align:justify;
	}

		
/*///////////////////////////////////////////////////////////////Footer/////////////////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#footer
	{
	font:11px/14px tahoma;
	color:#4d4d54;
	padding:15px;
	clear: both;
	}
#footer a
	{
	color:#4d4d54;
	padding:0px 2px;
	}
#footer a:hover
	{
	color:#80131d;
	}
#footer div.infotext
	{
	clear: both;
	}

