@charset "UTF-8";
body {
	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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #98CFFB;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #FF9;
}
.oneColFixCtrHdr #header {
	background-color: #F7A02F;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-attachment: scroll;
	background-image: url(../2010Coyote/2010Pageheaders/2010bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20;
	padding-left: 20px;
}
#mainContent h1 {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 22px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#mainContent h2 {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
.oneColFixCtrHdr #footer {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 14px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFF;
	border-bottom-color: #F7A02F;
}
.oneColFixCtrHdr #footer 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#Horiz_google_ad {
	background-color: #F7A02F;
	left: auto;
	right: auto;
	text-align: center;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:640px;
	height:32px;
	position:relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:640px; w\idth:640px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:80px;}
.centeredinside {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #333;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	top: 120px;
}
.centeredinside a {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 12px;
	color: #09C;
}
.oneColFixCtrHdr #container #mainContent table tr {
	font-family: Verdana, Geneva, sans-serif, Arial, Helvetica;
	font-size: 11px;
}
.gallerytable {
	border: 15px dashed #F1B442;
}
.trodd {
	background-color: #F9DD71;
}
