body{
	margin: 0;
	padding: 10px 0;
	background: #2e2e2e url(../img/bg.png) repeat-x;
	color: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
}

div#container{
	text-align: left;
	margin: 0 auto;
	width: 900px;
	
}

div#header{
}

div#header h1{
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
}

div#header h1 a img{
	width: 612px;
	height: 180px;
	border: 1px solid #fff;
	background: #000;
	padding:2px;
}

div#header div#news{
	float: left;
	width: 270px;
	margin-left: 10px;
}

div#header div#news h2{
	font-size: 1.6em;
	margin: 0;
	padding: 8px 0;	
	color: #DE353A;
}

div#header div#news ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

div#header div#news ul li{
	padding: 10px 12px;
	border-top: 1px solid #fff;
}

div#header div#news ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;

}

div#header div#news ul li a:hover{
	text-decoration: none;
	color: #009EE0;
}

div#header div#news ul li a span{
	display: block;
	font-size: .95em;
	color: #ccc;
}


div#wrap{
	margin-top: 40px;
	background: #2e2e2e url(../img/bg_wrap.png) bottom repeat-x;
}

div#wrap img#left{
	float: left;
}

div#wrap img#right, div#wrap img#banner{
	display: block;
}

div#wrap img#left,
div#wrap img#right,
div#wrap img#banner{
	width: 160px;
	background: #ccc;
	padding: 2px;
	border: 1px solid #fff;
	background: #000;
	margin-bottom: 10px;
}

div#wrap div#content{
	float: left;
	width: 520px;
	padding: 0 20px;
	font-size: 1.3em;
}

div#wrap div#content h1{
	margin: 0;
	padding: 0;
}

div#wrap div#content h2 span{
	display: block;
	font-size: 0.7em;
	color: #DE353A;
}

div#wrap div#content img{
	margin: 5px 10px;
}

div#right{
	float: right;
}



div#footer{
	clear: both;
	text-align: center;
	padding: 10px;
}

div#footer a{
	color: #fff;
	text-decoration: none;
}

a{
	color: #009EE0;
}

a:hover{
	color: #f00;
}


/* contact form */

.frm label{
	display: block;
	color: #009EE0;
}

.error h2{
	color: #f00;
}

.error{
	border: 1px solid #f00;
	padding: 10px;
}

