body  {
	font: 100% Trebuchet MS;
	background: #fff;
	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: #361D02;
}
.twoColHybLt #container { 
	width: 810px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColHybLt #sidebar1 {
	float: left;
	height:500px;
	width: 300px; /* since this element is floated, a width must be given */
	margin:0 auto;
	padding: 15px 0px 0 5px; /* top and bottom padding create visual space within this div  */
}
.twoColHybLt #sidebar1 h1{
	font-size: 36px;
	font-family: Trebuchet MS;
	padding-left:20px;
	font-weight: bold;
	color: #330000;
	text-align: left;
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	
}
.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColHybLt #navbar {
	text-align:left;
	margin:0;
	padding:0;
	width:275px;
	float:left;


}
.twoColHybLt #navlinks li.subMenu a{
	
	color: #9f9076;
	}
.twoColHybLt #navlinks li.subMenu a:hover{
	
	color: #FF9900;
	}
.twoColHybLt #navlinks {
	margin:0px auto;
	padding:0px 0px 0px 20px;
	float:left;
	width: 100%;
	
}
.twoColHybLt #navlinks li{
	
	padding:0px 0px 0px 0px;
	text-align:left;
	color: #AF8E5F;
	font-size: 14px;
	font-weight:bold;
	list-style-type: none;
	text-decoration:none;
	
}

.twoColHybLt #navlinks #first {
	margin:0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	color: #330000;
	font-size: 14px;
	font-weight:bold;
	list-style-type: none;
	text-decoration:none;
	
}
/*.twoColFixLtHdr #navlinks {
	padding-bottom:8px;
}*/
.twoColHybLt #navlinks a {
	color:#330000;
	text-decoration:none;
}
.twoColHybLt #navlinks a:hover{
	color:#FF9900;
	backgroundcolor:#f8be80;
	list-style-type: none;
	text-decoration:none;
	}
.twoColHybLt #photo img{
text-align:left;
margin:0 0 30px 0;
padding:0px 0 30px 0px;
margin-left:0px;

}
.twoColHybLt #photo {
text-align:left;
margin:0 auto;
padding:175px 0 0px 0px;
margin-left:0px;

}	
.twoColHybLt #skyhook {
	text-align:left;
	margin: 0 0 0 -40px;
	padding:0 30px 0 60px;
	width:225px;
	float:left;
 	
	
	background:#fff;
}
.twoColHybLt #skyhook ul{
margin: 0 0 0 -20px;
position:absolute;
	top:550px;
padding:0px 0px 0px 20px;
}
.twoColHybLt #skyhook li{
	display: block;
	color:#361D02;
margin:0 auto;
padding:0px 0 0px 0;
	list-style-type: none;
	text-decoration: none;
	font-size:9px;
	text-align:left;
}

.twoColHybLt #skyhook li a{
	color:#FF9900;
margin:0 auto;
padding:0px 0 0px 0;
	list-style-type: none;
	text-decoration: none;
	font-size:9px;
	text-align:left;
} 
.twoColHybLt #skyhook li#copy{
	color:#361D02;
margin:0 auto;
padding:0px 0 0px 0;
	list-style-type: none;
	text-decoration: none;
	font-size:9px;
	text-align:left;
}
.twoColHybLt #skyhook p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColHybLt #mainContent {
text-align:left;
float:left;
	width:475px; 
	text-align:left;
	margin: 10px 0 0px 0 15px; 
	padding:15px 0 0px 20px;
}
.twoColHybLt #mainContent img{
text-align:center; 

}
.twoColHybLt #mainContent h3{ 
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #361D02;
}
.twoColHybLt #mainContent p{ 

text-align:left; 
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #361D02;
	padding:20px 0 0px 10px
	}
/* Miscellaneous classes for reuse */
.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;
}
