@charset "ISO-8859-2";
/* CSS Document */

#container{
	margin:0 auto;
	width:900px;
	margin-top: 30px;
}

#header{
	height:230px;
	background-color:#FFF;
	width: 100%;
}

#header #logo{
	float: left;
	margin:20px 130px 0 50px !important;
	margin:20px 130px 0 25px;
	width:460px;
	height: 180px;
	background: #FFF url(../images/logo.gif) no-repeat top left;
	text-indent: -2000px;
}

#header #logo a{
	display:block;
	width: 460px;
	height: 180px;
}

#header #contact{
	float: left;
	width:210px;
	margin-top: 70px;
}


#newsbanner{
	height:28px;
	background:#f70000 url(../images/newsbanner-bg.gif) repeat-y top left;
	margin-top: 21px;
	margin-bottom: 21px;
	width: 100%;
}

#navigation{
	width: 100%;
	background-color:#FFF;
}

#navigation #bar{
	float:left;
	width: 647px;
	background-color:#FFF;
	height:40px;
	/*padding-left:130px;*/
}

#content{
	width: 100%;
	min-height:230px;
	background-color:#FFF;
	clear:both;
	float:left;
}

#footer{
	margin-top: 21px;
	padding-bottom: 21px;
	width: 100%;
	float:left;
}
