@media all { 

/* =The above @media rule hides this stylesheet from the 
discontinued Microsoft Internet Explorer for Mac. */

/* =html */
html { 
	margin : 0; 
	padding : 0; 
	color : #000; 
	text-align : center; 
}

/* =body */
body { 
	width : 735px;
	font : 76%/140% "Lucida Grande", Arial, sans-serif; 
	background-color : #fff;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	
}

/* =hx */


h1 { font-size : 150%; color : #265e15; letter-spacing : .2em;}
h2 { font-size : 120%; color : #265e15; letter-spacing : .2em;}


/* =a */
a:link { 
	color : #ff6600;
	text-decoration : none; 
}

a:visited { 
	color : #ff6600;
	text-decoration : none;
}

a:hover { 
	color : #ff6600; 
	text-decoration : underline; 
}

a:active { 
	color : #990000; 
	text-decoration : underline; 
}

img, img a { 
	border : none; 
}


/* =container */
#container {
	width : 735px;
	border : 1px solid #ff6803;
}

/* =head */


#homeHead {
	width : 735px;
	height : 54px;
	background : url(../images/home_head.jpg) no-repeat;

}

.homeTitle {
	margin-left : -9999px;

}

#homeHeadImages {
	width : 735px;
}

#homeHunter {
	float : left;
	width : 417px;
	height : 240px;
	padding : 0;
	margin : 0;
	background : url(../images/home_hunter.jpg) no-repeat;
}

#homeQuote {
	float : right;
	width : 318px;
	height : 240px;
	background : url(../images/home_quote.jpg) no-repeat;
	padding : 0;
	margin : 0;
}

#homeQuoteText {
	color : #4d3110;
	font-style : italic;
	font-weight : bold;
	font-size : 98%;
	padding-top : 20px;
	padding-right : 20px;
}

#pageHead {
	width : 735px;
	height : 58px;
	background : url(../images/page_head.jpg) no-repeat;

}

.pageTitle {
	margin-left : -9999px;

}

/* =main navigation */
#nav {
	clear : both;
	width : 100%;
	background-color : #707d5d;
	border-top : 2px solid #ff6803;
	border-bottom : 1px solid #ff6803;
	padding : 0;
	margin : 0;
}

#navlinks {
	text-align : center;
	padding : 0;
	margin : auto;
	
}

#navlinks a {
	text-decoration : none;
	color : #ffcc99;
}

#navlinks a:hover { 
	text-decoration : underline;
}

#navlinks ul { 
	padding : 0;
}

#navlinks li {
	list-style-type : none;
	display : inline;
	background : url(../images/nav_bullet.gif) no-repeat;
	padding-left : 1.5em;
	padding-right : 2em;
	font-weight : bold;
	font-size : 90%;
	letter-spacing : 0.110em;

}


/* =content */

#content {
	width : 735px;
}
#contentLeft{
	width : 514px;
	float : left;
	padding : 20px;
	border-right : 1px solid #ff6803;
}


#googleAds {
	width : 160px;
	float : right;	
	padding-top : 2px;
	padding-bottom : 20px;
	background :  url(../images/google_back.jpg) no-repeat;
	padding-left : 10px;
	padding-right : 10px;
}


/*navBottom */

#navBottom {
	clear : both;
	width : 100%;
	height : 40px;
	background-color : #707d5d;
	border-top : 1px solid #ff6803;
}

#navBottomlinks {
	margin : 0;
	text-align : center;
}

#navBottomlinks a {
	text-decoration : none;
}

#navBottomlinks a:hover { 
	text-decoration : underline;
}

#navBottomlinks li {
	list-style-type : none;
	display : inline;
	background : url(../images/nav_bullet.gif) no-repeat;
	padding-left : 1.5em;
	padding-right : 5em;
	font-weight : bold;
	font-size : 90%;
	letter-spacing : 0.110em;
}


/* =site info */

#siteInfo {
	text-align : center;
	font-size : smaller;
	color : #265e15;
	padding-top : 5px;
	padding-bottom : 5px;
	
}

#clear {
	clear : both;
}

}
