@charset "UTF-8";
body  {
	font: 100% "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #fff;
	text-align: center; 
	color: #000000;
}

.template #page,
.template #headercontainer,
.template #container,
.template #footercontainer,
.template #copyrightcontainer {
	width: 100%;
	margin: 0;
	padding: 0;
}
.template #container { 
	width: 1020px;
	margin: 0 auto;
	padding: 0 auto;
	background: transparent none;
	text-align: left;
	overflow: visible;
} 

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

.template #content {
	
}

.template #header,
{
	margin: 0 auto;
	padding: 0 auto;
}
.template #content,
.template #maincontent{
	position: relative;
	float: none !important;
	padding: 0;
	margin: 0;
}
.template #maincontent,
#filariane,
.template .content_block,
.template .content_block .title h1 {
	width: 980px;
}
.template #content{
	padding: 10px 10px 20px;
}

.template #topmenu,
.template #search,
.template #menu,
.template #marquee,
.template #sansmarquee,
.template #sidebar1,
.template #sidebar2,
.template #footer,
.template #copyright,
#print{ 
	display: none;
}


