body,html
{
	margin:0;
	padding:0;
	font-size:100%;
	font-family:"Trebuchet MS";
	height:100%;
	min-height:100%;
	height:100%;
	background-image:url(images/tile.jpg); 
	background-repeat:repeat-x;
	background-color:#8E2C2B;

}

h1, h2, h3 {
margin:2px 0 5px 0;
color: #000055;

}

a, a:visited {
text-decoration:none;
font-weight:bold;
color:#FFFFFF;
}

a:hover {
text-decoration:underline;
}



* html #wrapper{
	background:url(images/flames.jpg) bottom no-repeat;
}


#wrapper
{
	background:url(images/flames.png) bottom no-repeat;
	background-position:bottom;
	width:769px;
	margin:0 auto;
	padding:0;
	border:solid 1px #fff;
}

#wrapper2
{
	width:769px;
	margin:0 auto;
	padding:0;
	border:solid 1px #fff;
	background:#892223;
}


 #header
{
	background-color:#FFFFCC;
	float:left;
	height:163px;
	width:769px;
}

#navigation
{
	margin:0;
	padding:0; 
	background-image:url(images/tile_topmenu.jpg); 
	background-repeat:repeat-x;
	float:left;
	width:769px;
	height:28px;
}

#navigation ul
{
	/*display:block;*/
	margin:0;
	padding:5px 0 3px 15px;	
}

#navigation ul li {
	list-style-type:none;
	padding:0 0 0 10px;
	display:inline;
	margin:-0 17px -0 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

 #navigation ul li:first-child
{
	border:none;
	margin:-0 10px -0 0;
	padding:0;

}
#navigation ul li a, #wrapper #navigation ul li a:visited
{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

#navigation ul li.current, #wrapper #navigation ul li.current a, #wrapper #navigation ul li.current a:visited, #wrapper #navigation ul li.current a:hover {
color:#FFFF99;
}

#navigation ul li a:hover
{
	/*text-decoration:underline;
	color:#990000;*/

}

#pagequote
{
	width:769px;
	float:left;
	margin:0;
	padding:0 0 0 0px;
}

#seasons
{
	width:769px;
	float:left;
	margin:0;
	background-color:#892223; 
	/*font-family:Georgia, "Times New Roman", Times, serif; 
	color:#FFFFFF; 
	font-size:0.8em;*/
}

#fadewhite
{
	width:769px; 
	height:7px;
	float:left;
	margin:0; 
	background-image:url(images/tile4.jpg); 
	background-repeat:repeat-x;

}

* html #leftpanel
{	

	margin:8px 0 8px 10px;

}



#leftpanel
{	
	clear:both;
	width:350px;  
	margin:8px 0 8px 18px;
	padding:5px;
	float:left;
	background-image:url(images/tile3.jpg); 
	background-repeat:repeat-x; 
	border:1px solid #fff; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:0.8em; 
	color:#FFFFFF;

}

#rightpanel
{
	width:350px;
	margin:8px;
	padding:5px;
	float:left;
	border:1px solid #fff; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:0.8em; 
	color:#FFFFFF;
}

#footer
{
	float:left;
	clear:both;
	width:769px;
	text-align:center; 
	color:#FFFFFF;
	font-size:0.8em;
	margin:5px 0px 0px 0px;

}

/* --------------------------------------- floatfix -------------------------------- */

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */
