/* CSS Document */
body {
	margin: 0px;
	background-image:url(images/background.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 704px;
	background-color:#FFFFFF;
	margin: 0px auto;
	padding: 0px;
	margin-top: 10px;
}
#box {
	border:2px solid #000000;
}
#header {
	background-image:url(images/newheader.jpg);
	height: 150px;
	text-align:right;
	background-color:#000000;
	border-top:1px solid #000000;
}
#menu {
	background-color:#000000;
	margin-bottom: 10px;
	height:21px;
}
#body1 {
	width: 450px;
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-right:1px solid #c19d63;
	padding-right: 10px;
}
#body2 {
	width: 200px;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#footer {
	clear:left;
	background-color:#000000;
	text-align:right;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom:5px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
