body	{background-color:#660000; /*burgundy*/
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size:10pt;
}

* {margin: 0px; padding: 0px;}

p, h1, h2 {padding:2px 0;}
h1 {font-size:20pt;}
h2 {font-size:16pt;}
h3 {font-size:12pt;
	font-weight:bold;
}
img	{border:0;}

table	{
	margin: 0 auto;
	table-layout:fixed;
	border-collapse:collapse;
}

td	{padding:5px 5px;
	text-align:center;	
}

iframe	{border:0}


#container {
	display:block;
	width:990px;
	height:100%;
	margin:0 auto;
	/*padding:5px 5px 5px 5px;*/
	color:#660000;
	background-color:#660000; /*burgundy*/
}

#header {
	position:relative;
	width:90%; /*740px;*/
	height:256px;
	margin:5px 5% 0 5%;
	background-color:#999999;
	font-weight:bold;
	text-align:center;
	background-image:url(ponderosawinter.jpg);
	background-repeat: no-repeat;
	/*background-attachment:fixed;*/
	background-position: center 0;
}

#header2 {position:relative;
	float:inline;
	width:90%;
	height:40px;
	margin:5px auto 0;
	color:#cccc99;
	text-align:center;
	background-color:#660000; /*burgundy*/
}

#header3 {float:left;
	display:block;
	height:80px;	
	width:13%;
	margin:0 0 0 5%;
	padding:5px 1% 5px 1%;
	background-color:#cccc99;
	text-align:center;
}

#header4 {float:left;
	display:inline;
	width:75%;
	height:90px;
	margin:0px 5% 0 0;
	color:#660000;
	text-align:center;
	background-color:#cccc99;
	
}

#main	{float:left;
	display:inline;
	width:90%; /*740px;*/
	margin:2px auto 2px 5%;
	color:#660000;
	background-color:#cccc99;
}

#left {float:left;
	display:inline;
	width:140px;
	height:auto;
	margin:2px 0px 0px 0px;
	padding:2px 5px 0 5px;
	color:#ffffff; /*white*/
	text-align:center;
	background-color:#006600;
}

#left a {color:#ffffff;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

#left a:hover{text-decoration:underline;}


#middle {
	float:left;
	display:inline;
	width:635px;
	height:auto;
	margin:2px 0px 0px 2px;
	padding:2px 0 0 5px;
	text-align:center;
	background-color:#cccc99; /*tan*/
}

#footer {
	width:990px; /*740px;*/
	margin:2px auto 10px;
	padding:5px 0;
	color:#cccc99;
	text-align:center;
	background-color:#660000;
}


#nav {display:block;
	float:left;
	width:90%;
	height:30px;
	margin:2px 5% 0 5%;
	padding:4px 0;
	background-color:#cccc99;
	text-align:center;
}

#nav ul {
}

#nav li {
	display:block;
	width:140px;
	height:30px;
	float:left;
	background-color:#006600; /*green*/
	margin:0 0 3px 8px;
}
#nav a {display:block;
	width:140px;
	height:20px;
	color:#ffffff;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding-top:8px;
}
#nav a:hover {
	color:#ffd700; /*gold*/
	text-decoration:underline;
}



.center	{text-align:center;}
.clear	{clear:both;}
.post		{margin:-60px;}
.small	{font-size:8pt;
		font-weight:normal;}
.bold		{font-weight:bold;}
.gold		{color:#ffd700;}
.boldgold	{color:#ffd700;
		font-weight:bold;}
.white	{color:#ffffff;}