@charset "utf-8";
/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Verdana, Arial, Helvetica, sans-serif;
}
body  {
	background: #51251A;
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */
}

 
.twoCol #container {
	/*width: 46em;  /*for 800 width - 16X46=736*/
	width: 960px;  /*for 1024 width - 16X62=992 approx 10px margins*/
	background-color: #BEBCAF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoCol #header{
	background-color:#000;
	background-image: url(../images/header-lone-oak-vizslas.jpg);
	height:125px;
	display:block;
	background-repeat: no-repeat;
}

/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoCol #sidebar1 p" rule.
*/
.twoCol #sidebar1 {
	float: left; 
	width: 12em;
	background: #EBEBEB; 
	padding: 15px 0; 
}
/*----------------- >>> USE FOR FLOATING LEFT <<< ---------------------------*/
.twoCol #sidebar1 h3, .twoCol #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}
.twoCol #mainContent {
	margin: 10px;
	padding-left: 15px; padding-right:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
} 
.twoCol #mainContent img{ 
padding:10px;}
/*-----------------------------------------------------------------------------*/
/*------------------ >>> USE FOR FLOATING RIGHT  <<< -------------------------   
.twoCol #sidebar1 {
	float: right; 
	width: 12em;  
	background: #EBEBEB;  
	padding: 15px 0;  
}


.twoCol #mainContent {
	margin: 0 13em 0 1.5em;  
}  
/*-----------------------------------------------------------------------------*/
 

.twoCol #footer{
	background:#170F0D;
	padding: 3px;
	color:#8a866d;
	font-size:12px;
	line-height:14px;
}

 
/*----- END STRUCTURE --------------*/
/*--------------Horizontal Navigation ----------------*/
 
#navbar{
	width: 100%;
	height: 30px;
	display:block;
	background-color: #993300;
	padding: 0;
	border: 0;
	 
	 
}
#navbar ul {
	border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navbar ul li a {
	width: 150px;
	height: 30px;
	padding: 0;
	border-right: 2px solid #170F0D;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	background-color: #993300;
	line-height:30px;

}

#navbar ul li a:hover {	
	background-color: #8A866D;
}


 
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
h2 a{
color:#993300;
font-size:14px;
}