.background {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
.image_border {
	background-color: #FFFFFF;
	padding: 3px;
}
.main_background {
	background-color: #E3B969;
	margin: 15px 0px 0px;
	background-position: center;
}
.home_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #874A16;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
.copy_second {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.headline_second {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #591600;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.background_second {
	background-image: url(images/background_second.jpg);
	background-repeat: no-repeat;
	background-color: #5A1A00;
}
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
padding: 0px;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 210px;
	height: 215px;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
	background: no-repeat left top;
	display: block;
	float: left;
	font: bold normal 20px/normal Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 215px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.7;
-moz-opacity: 0.7;
	width: 210px;
	text-transform: lowercase;
	color: #000000;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
	color: #ffffff;
}

.aerobuttonmenu a.aero span{
	background: url(images/tweed1_w.jpg) no-repeat left top;
	display: block; /*Set 10px here to match value of 'padding-left' value above*/
	height: 215px;
	width: 210px;
	padding-top: 180px;
	padding-left: 15px;
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons during hover*/
opacity: 9;
-moz-opacity: 0.01;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #FFFFFF;
	margin: 0px;
	padding: 180px 0px 0px 15px;
}

.aerobuttonmenu .rightsection{
float: right;
width: 210px;
position: relative;
top: 0px;
padding-right: 0px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}
.contactbuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: url(images/tweed3_w.jpg); /*menu strip background*/
padding: 0px;
color: #000000;
}

* html .contactbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 210px;
	height: 215px;
	color: #000000;
}

.contactbuttonmenu a.aero{ /*aero button CSS*/
	background: no-repeat left top;
	display: block;
	float: left;
	font: bold normal 20px/normal Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 215px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.1;
-moz-opacity: 0.1;
	width: 210px;
	text-transform: lowercase;
	color: #000000;
}

.contactbuttonmenu a.aero:link, .contactbuttonmenu a.aero:visited, .contactbuttonmenu a:active{
	color: #000000;
}

.contactbuttonmenu a.aero span{
	background: url(images/tweed3.jpg) no-repeat left top;
	display: block; /*Set 10px here to match value of 'padding-left' value above*/
	height: 215px;
	width: 210px;
	padding-top: 180px;
	padding-left: 15px;
	color: #000000;
}

.contactbuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
color: #000000;
}

.contactbuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #000000;
	margin: 0px;
	padding: 180px 0px 0px 15px;
}

.black a.aero{
background-image: url('http://www.dynamicdrive.com/cssexamples/media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('http://www.dynamicdrive.com/cssexamples/media/aerorightblack.gif');
}

.contactbuttonmenu .rightsection{
float: right;
width: 210px;
position: relative;
top: 0px;
padding-right: 0px;
text-align: right;
color: #000000;
}

.contactbuttonmenu .rightsection a{
color: navy;
}
.showsbuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: url(images/tweed2_w.jpg); /*menu strip background*/
padding: 0px;
}

* html .showsbuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
	width: 210px;
	height: 215px;
}

.showsbuttonmenu a.aero{ /*aero button CSS*/
	background: no-repeat left top;
	display: block;
	float: left;
	font: bold normal 20px/normal Arial, Helvetica, sans-serif; /* This value + 8px should equal height of button background (default is 31px) */
	height: 215px; /* Width of left menu image */
	text-decoration: none; /*spacing between buttons*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /*this and next two rules control opacity of buttons before hover*/
	opacity: 0.1;
-moz-opacity: 0.1;
	width: 210px;
	text-transform: lowercase;
	color: #FFFFFF;
}

.showsbuttonmenu a.aero:link, .showsbuttonmenu a.aero:visited, .showsbuttonmenu a:active{
	color: #FFFFFF;
}

.showsbuttonmenu a.aero span{
	background: url(images/tweed2.jpg) no-repeat left top;
	display: block; /*Set 10px here to match value of 'padding-left' value above*/
	height: 215px;
	width: 210px;
	padding-top: 180px;
	padding-left: 15px;
}

.showsbuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.showsbuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
	color: #FFFFFF;
	margin: 0px;
	padding: 180px 0px 0px 15px;
}

.black a.aero{
background-image: url('http://www.dynamicdrive.com/cssexamples/media/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('http://www.dynamicdrive.com/cssexamples/media/aerorightblack.gif');
}

.showsbuttonmenu .rightsection{
float: right;
width: 210px;
position: relative;
top: 0px;
padding-right: 0px;
text-align: right;
}

.showsbuttonmenu .rightsection a{
color: navy;
}
a:link {
	color: #571701;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #571701;
}
a:hover {
	text-decoration: underline;
	color: #571701;
}
a:active {
	text-decoration: none;
	color: #571701;
}
.headline_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: lowercase;
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 100px;
}
