@charset "utf-8";
/* CSS Document */

body {
	/*background:url(wood_bkg.jpg);*/
	
}
p {
	margin:0;
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#422204;
	font-size:36px;
	line-height:36px;
	margin:0;
	text-align:center;
}

.roundBoxCenterBorder {
	padding:5px;
	margin:10px;
	background:#BD9D3E;
	width:960px;
}
.roundBoxCenter {
	padding:10px 10px 10px 10px;
	background:#fff;
}

.roundBoxLeftBorder {

	padding:5px;
	margin:10px;
	background:#BD9D3E;
	width:470px;

}
.roundBoxLeft {
	padding:10px 10px 10px 10px;
	background:#fff;
}

.roundBoxRightBorder {
	/*position:absolute;*/
	padding:5px;
	margin:10px;
	background:#BD9D3E;
	width:470px;
	/*right:0px;*/
}
.roundBoxRight {
	padding:10px 10px 10px 10px;
	background:#ffF;
}


.imgDesc {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	text-align:left;

}

.left_col {
	position:absolute;
	/*top:500px;*/
	width:550px;

}
.right_col {
	position:absolute;
	/*top:500px; */
	left:500px;
	width:550px;
}

.top_banner_container {
	background:#FFF;
	width:100%;
	padding-left:10px;
	

}
/*
.top_banner {
	background:url(patio_header.jpg);
	height:195px;
	width:951px;
}
*/
img {
	display: block;
	margin-left:auto; 
	margin-right: auto;
	border:none;
}

.footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	bottom:0;
