@charset "UTF-8";
body  {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #ffffff;
	text-align: center; 
	color: #3c3333;
}
.template #page {
	width: 100%;
	margin: 0;
	padding: 0;
}
#header #contact {
	margin-top:20px;
}
.template #container { 
	position: relative;
	width: 1020px;
	margin: 0 auto;
	padding: 0 auto;
	background: #ffffff;
	text-align: left;
} 

.template #header,
.template #content,
.template #copyright {
	position: relative;
	width: 1020px;
	margin: 0 10px;
}

.template #content,
.template #maincontent {
	position: relative;
	/*float: left;*/
	float: none !important;
	padding: 0;
	margin: 0;
}
.template #content {
	padding: 10px 10px 20px;
}

.template #maincontent,
.template .content_block,
.template .content_block .title h1 {
	width: 980px;
}
.template #topmenu,
.template #search,
.template #menu,
.template #marquee,
.template #sansmarquee,
.template #sidebar1,
.template #sidebar2,
.template #footer,
.template #copyright,
#print{ 
	display: none;
}


