@charset "utf-8";
body  {
	font: 10pt/13.5pt normal Verdana, Arial, Helvetica, sans-serif;
	background: url(images/wgh_landing_bkg.jpg) top center no-repeat #426C60;
	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: #525252;
}
.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:760px;
	background: url(images/wgh_landing_container.jpg) bottom right no-repeat;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */

} 

.twoColFixLtHdr #header { 
	height: 15px;
	margin: 0px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-align: center;
	margin: 0 0px 0 0;
	padding: 25px 0;
	
}
.twoColFixLtHdr #mainContent { 
	float: right;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 530px;
	padding: 0px; 
	
	
} 

.twoColFixLtHdr #mainContent p { 
	margin: 0px; 
	padding: 5px 40px; 
}
 
.twoColFixLtHdr #footer { 
	background: url(images/wgh_landing_footer.jpg) top center no-repeat #426C60;
	height: 100px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 50px 0 25px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 9pt/13pt;
}
.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;
}


h2 {
font: 15pt/15pt normal Georgia, "Times New Roman", Times, serif;
font-weight: normal;
color: #88221b;
padding: 0px 40px;
}

h1 {
font: 8pt/9pt normal Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding: 0px;
text-align:center;
}

img {
border: none;
}

.button{
margin: 10px 0;
padding: 0px;
}