@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Optima, Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.twoColFixLt #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
.twoColFixLt #container2 {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: 700px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #fff;
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #CCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.twoColFixLt #mainContent {
	height: 600px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
} 
.twoColFixLt #mainContent2 {
	height: 600px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: center;
} 
#menu {
	text-align: center;
	/*border: 1px solid #FFF; */
	margin: 0 auto;
	z-index: 999;
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #666;
}


#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1.2;
	background-color: #333;
	font-weight: 100;
	padding: 0;
	margin: 0;
	z-index: 999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#nav a {
	display: block;
	width: 150px;
	w\idth:200px;
	color: #FFF;
	text-decoration: none;
	padding: 0.25em 1px;
	text-align: center;
}

#nav li {
	float: left;
	padding: 0;
	width: 200px;	
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	w\idth: 200px;
	font-weight: normal;
	margin: 0px 0px 0px -1px;
	background-color:#999;
}

#nav li li {
	/*padding-right: 1em; */
	width: 200px;	
	
}

#nav li ul a {
	width: 150px;
	w\idth: 200px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;	
}
#body_hom #nav_hom a,
#body_text #nav_text a,#body_photog #nav_photog a,#body_artist #nav_artist a,#body_org #nav_org a,#body_business #nav_business a,#body_about #nav_about a,#body_terms #nav_terms a,#body_cowboy #nav_cowboy a,#body_fire #nav_fire a,#body_hog #nav_hog a,#body_bark #nav_bark a,#body_meteor #nav_meteor a {
	color: #990000;
	font-weight: 100;
	list-style-type: none;
	background-color: #f8d200;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #6f6b5f;
}

/*  added new class to change the drop down hover colors */
#nav ul li:hover, #nav ul li.sfhover {
	background: #aea596;
}

.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;
}

a:link {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #999;
	text-decoration: none;
}
a:visited {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #C30;
	text-decoration: none;
}
a:hover {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #6CF;
	background-color: #C99;
	text-decoration: underline;
}
a:active {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #CF6;
	text-decoration: underline;
}
img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666;
}
h2 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: 100;
	color: #999;
}
h3 {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #333;
}
p {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #FFF;
}
.dark {
	font-family: Optima, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: 100;
	color: #333;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLt #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLt #sidebar1 { padding-top: 30px; }
.twoColFixLt #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

