@charset "utf-8";

#content {
	height: 458px;
	float: right;
	position: absolute;
	left: 224px;
	padding-right: 40px;
	padding-left: 80px;
	padding-top: 35px;
	width: 600px;
	background-color: #CADA9B;
	margin: 30px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-color: #ADB466;
	border-right-color: #ADB466;
	border-bottom-color: #ADB466;
	border-left-color: #ADB466;
	overflow: scroll;
	top: 45px;
}

#navbar {
	height: 729px;
	width: 224px;
	position: static;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	float: left;
}
#header {
	height: 60px;
	width: 600px;
	float: none;
	position: absolute;
	left: 326px;
	background-image: url(../images/sitelook/saw_header.jpg);
	top: 17px;
	z-index: auto;
}
