@charset "utf-8";
/* www.sjohnsonrealtor.com
	Index Style Sheet
	June 2008 */

body {
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	color: #29150A;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #491A08;
}

h1 {
	font-size: 120%;
	color: #310F06;
	text-align: center;
}

h2 {
}

h3 {
}

h4 {
}



#header-wrapper {
	height: 229px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 13px;
}

#left-scroll {
	background-image: url(../images/left-scroll.gif);
	background-repeat: no-repeat;
	height: 227px;
	width: 118px;
	float: left;
	margin-top: 2px;
}

#header {
	background-image: url(../images/sj-header.jpg);
	background-repeat: no-repeat;
	height: 229px;
	width: 900px;
	float: left;
}

#right-scroll {
	background-image: url(../images/right-scroll.gif);
	background-repeat: no-repeat;
	float: left;
	height: 227px;
	width: 118px;
	margin-top: 2px;
}

#content-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	background-color: #1F0B04;
	height: 24px;
	width: 840px;
	float: left;
	padding-top: 9px;
	margin-left: 60px;
}

#body-content {
	background-color: #ecdbb9;
	width: 900px;
	float: left;
	background-image: url(../images/body-content-bg.jpg);
	background-repeat: repeat-y;
}

#left-column {
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 20px;
	padding-top: 30px;
}

#right-column {
	float: left;
	width: 400px;
	height: 400px;
	margin-top: 20px;
	margin-left: 10px;
}

#bottom-box {
	float: left;
	height: 150px;
	width: 850px;
	margin-left: 20px;
	padding-bottom: 10px;
}


#footer {
	background-color: #1F0B04;
	height: 200px;
	clear: both;
}

#footer-text {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #ce9f48;
	padding-top: 15px;
	font-size: 85%;
}

#footer-text a:link, a:visited {
	color: #CE9F48;
	text-decoration: none;
}

#footer a:hover {
	color: #4C1B0A;
	text-decoration: none;
	background-color: #CAB892;
}
