﻿@charset "utf-8";
html{
	height:100%;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C2B280;
	height:100%;
}
.thrColFixHdr #container {
height:100%;
	width: 950px;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr body {
	height: 100%;

} 
.thrColFixHdr #header {
	background-image: url(../images/section2/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 112px;
	margin: 0;
	padding-top: 0px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100px; /* padding keeps the content of the div away from the edges */
	margin-left: 0px;


	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 100px;
}
.thrColFixHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/section2/bgfuax.jpg);
	margin-top: 0;
	margin-right: 122px;
	margin-bottom: 0px;
	margin-left: 122px;
	min-height: 75%;
} 
.thrColFixHdr #footer {
	background-image: url(../images/section2/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 59px;
	margin: 0px;
	padding: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thrColFixHdr #mainContent p {
	margin: 0px;

}

.homebutton {
	background-image: url(../images/john15v2_r2_c4.jpg);
	background-repeat: no-repeat;
	height: 28px;
	left: 257px;
	position: relative;
	width: 79px;
	bottom: 0px;
	top: 69px;
	display: block;
}

.homebutton:hover {
	background-image: url(../images/john15v2_r2_c4hover.jpg);
}

.larryjonesbutton {
	background-image: url(../images/john15v2_r2_c5.jpg);
	background-repeat: no-repeat;
	height: 28px;
	left: 337px;
	position: relative;
	width: 122px;
	bottom: 0px;
	top: 41px;
	display: block;
}
.larryjonesbutton:hover {
background-image: url(../images/john15v2_r2_c5hover.jpg);
}
.contactbutton {
	background-image: url(../images/john15v2_r2_c6.jpg);
	background-repeat: no-repeat;
	height: 28px;
	left: 460px;
	position: relative;
	width: 122px;
	bottom: 0px;
	top: 13px;
	display: block;
}
.contactbutton:hover {
	background-image: url(../images/john15v2_r2_c6hover.jpg);
	}
