@charset "UTF-8";
/* CSS Document */

#wrapper{
	display:block;
	width:950px;
	margin:0px auto; /*center hack*/
	text-align:left; /*center hack*/
	background:#ffffff;
	z-index:10;
}



#header {
	width:950px;
	height:299px;
	background:url('images/ecdc-big.png') no-repeat 0 0;
	margin: 0;
	padding: 0;
	}

body {
background:white;
}
#page {
background:white;	
}
.widecolumn {
	width:825px;
	margin:20px 0 0 75px;
}
.post h2 {
	display:none;	
}
.post h1 {
	font-size:18px;	
}
.small{
	font-size:9px;
}

.lcp_catlist_excerpt {
	font-size:10px;	
}
.lcp_catlist_excerpt a {
	color:#999;
}
#footer {
	border: none;
	color:#666;
	padding:5px 0px 0px 0px;
	margin: 0 20px 0 20px;
	clear: both;
	border-top:1px solid #666;
	float:right;
	width:30%;
}

