@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #B0895E;
}
#container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 560px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:1px;
	background-repeat: no-repeat;
	background-attachment:scroll;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: center;
	background-image: url(images/newbackground_image.jpg);
}

#left {
	float:left;
	width: 325px;
	margin-top: 37px;
	padding-left:20px;
}

#right  {
	float:right;
	width:335px;
	margin-top:37px;
	padding-right:35px;
	margin-right: 10px;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}

