﻿* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #592603;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}
#wrapper {
	margin: 0;
	width: 1024px;
}
#header {
	background-position: left top;
	width: 1024px;
	float: left;
	padding: 0px;
	height: 237px;
	margin: 0px;
	background-image: url('../images/index/home_frame_top.gif');
	background-repeat: no-repeat;
	position: relative;
}

#leftcolumn {
	background-position: 0px 1%;
	margin: 0px;
	padding: 0px;
	width: 142px;
	float: left;
     height:320px;
}
#content {
	float: left;
	margin: 0px;
	padding: 10px;
	height: 300px;   
	width: 690px;
	display: inline;
	position:relative;
	overflow:visible;
}
#rightcolumn {
	margin: 0px;
	padding: 0px;
	height: 320px;
	width: 168px;
	float: left;
}
#footer {
	width: 900px;
	height: 146px;
	clear: both;
	color: #333;
	background: #BD9C8C;
	margin: 0px;
	padding: 0px;
	background-image: url('../images/index/home_frame_bottom_always_plain.gif');
	background-repeat: no-repeat;
}

.right {
	float: right;
}

.left {
	float:left;
}
#menubutton1 {
	position: absolute;
	top: 129px;
	left: 307px;
}
#menubutton2 {
	position: absolute;
	top: 112px;
	left: 450px;
}
#menubutton3 {
	position: absolute;
	top: 102px;
	left: 624px;
}

#contentbackground{
	position:absolute;
	right:5px;
	bottom:-96px;
}
#contentbackgroundcontact{
	position:absolute;
	right:0px;
	bottom:-90px;
}

img.noborder {
	border-width:0px
}

h3 {
	font-size: 1.2em;
	margin-bottom: 1.2em;
}

h4{
	font-size: 1.0em;
	margin-bottom: 1em;
	padding-left: 30px;
}

.red_bright {
	color: #C31418;
}

.tan{
	color: #DED6A5;
}

.blue{
	color: #BDDEFF;
}

.small {
	font-size:75%;
}