@import url('reset.css');
@import url('menu.css');
@import url('general.css');
 
#page {
	width:1000px;
	margin:0 auto;
	background: url('../images/bg.png') repeat-y top center;
}


#page-center {
	width:980px;
	background:#fff;
	margin:0 auto;}
 
#header {
	display:block;
	width:980px;
	height:186px;
	background:url('../images/header.gif'); }
 
	#header a {
		display:block;
		position:relative;
		width:263px;
		height:158px;
		left:20px;
		top:28px; }
 
#sub-header { background:#fff url('../images/sub-header-bg-white.gif') repeat-y; width:300px; float:left; }
#sub-header-front { background:#4A3426 url('../images/sub-header-bg.gif') repeat-y; }
 
#puff-top {
	display:block;
	width:665px;
	margin-right:15px;
	margin-top:20px;
	float:right; }
 
	#puff-top a h1,#puff-top a {
		color:#E7B596;
		font-weight:normal;
		text-decoration:underline;
		margin-bottom:10px; }
 
	#puff-top img {
		float:left;
		padding:5px;
		margin-right:10px;
		border:1px solid #846552; }
 
	#puff-top a:hover h1,#puff-top a:hover { color:#fff; }
 
	#puff-top p { color:#fff; }
 
	#puff-top-text {
		float:right;
		width:390px;
		margin-bottom:10px;}
		
		h1 {
			line-height:30px;
		}
	 
	#puff-top .read-more {
		background:url('../images/puff-top-bullet.gif') no-repeat left center;
		padding-left:18px; }
	
#sidebar-wrap {
	width:262px;
	float:left;
	background:#fff;}
	 
#page-sidebar {
	width:262px;
	float:left;
	margin-left:20px;
	background:#fff;}
	
#page-sidebar-content {
	border:1px solid #ccc;
	padding:5px 10px;
	margin-top:20px; }
	
	#page-sidebar-content a {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;}
		
#page-content {
	float:right;
	width:660px;
	margin-top:20px;
	margin-right:20px;}
	
#page-content .read-more {
	background:url('../images/puff-bullet.gif') no-repeat left center;
	padding-left:18px; }
	
#page-content img {
	padding:5px;
	border:1px solid #ccc;}
	
#footer {
	height:50px;
	width:1000px;
	background:url('../images/footer.gif') no-repeat; }
	
#contact-form li {
	margin-bottom:5px;	
}
	#contact-form li span {
		float:left;
		width:100px;
	}
