@import url("basic.css");
@import url("head.css");
@import url("content.css");
@import url("sidebar.css");
@import url("footer.css");

	div#center h1{
		background:url(../images/bannerbg.jpg) no-repeat left top;
		width:215px;
		height:150px;
		padding:70px 280px 0 0;
		border-bottom:15px solid #e1e0de;
		margin:0 -10px;
		text-align:center;
		font:24px Arial, Helvetica, sans-serif;
		color:#fff;
		clear:both;}
	#center h2 {
		margin-top:15px;
		font-size:11px;
		color:#555;}
		
#newsletter h3, #contact h3{ font:18px Georgia, "Times New Roman", Times, serif; color:#555;}
#newsletter{
	float:left;
	width:180px;
	padding:0 20px 0 0;}
#contact{
	float:left;
	width:230px;
	border-left:1px solid #eee;
	padding:0 20px;}
#contact img{
	float:left;
	padding:0 10px 10px 0;}
#newsletter h4 a{ font:14px Georgia, "Times New Roman", Times, serif; color:#555;}

.hr{border-top:1px solid #eee; margin:0 10px; padding:0; height:1px;}


