body {
	background-color:#463a30;
	color:#99683c;
}
a:link {
	color:#733200;
}
a:hover {
	color:#cf9a42;
}
a:visited {
	color:#000;
}
a:active {
	color: #003366;
}
h1 {
	margin-top:0;
}
h3 {
	margin:0;
}
#bg {
	background: #463a30 url(images/bg-img.jpg) no-repeat;
	margin: 0 auto;
	height: 747px;
	width: 961px;
}
#header {
	margin: 0 auto;
	height: 138px;
	width: 704px;
	padding-top:35px;
	padding-left:25px;
}
#left-col-home {
	float: left;
	height: auto;
	width: 133px;
	margin-left: 70px;
}
#mid-col-home {
	float: left;
	height: auto;
	width: 536px;
}
#right-col-home {
	float: left;
	height: auto;
	width: 133px;
}
#site-title {
	background: url(images/site-name.jpg) no-repeat;
	margin: 37px 70px 0 0;
	float: right;
	height: 141px;
	width: 317px;
}
#nav-column {
	margin: 178px 0 0 83px;
	float: left;
	height: auto;
	width: 120px;
}
#vert-breaker {
	background: url(images/vertical-runner.jpg) no-repeat;
	float: left;
	height: 468px;
	width: 17px;
	margin: 178px 0 0 43px;
}
#content-pane {
	float: left;
	height: 465px;
	width: 530px;
	margin-left: 50px;
}
.floatimgright {
	float:right;
	margin-left:15px;
}
.floatimgright img {
	border:1px solid #463a30;
}

