body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	background-color:#000000;	/* Dark Green */
	color:#ffffff;
	text-align:center;
}
* {margin: 0px; padding: 0px;}


#container {
	width:900px;
	margin: 0px auto;
}

#header {
	width:900px;
	height:250px;
	margin:0px auto;
	background-image:url(gunnisonheader.jpg);
	display:block;
	text-align:center;
	font-weight:bold;
}	

p, h1, h2, span {font-family: Georgia, "Times New Roman", Times, serif;}


h1	{font-size: 24pt; padding: 5px 0 0 0; color:#f7f998;}
h2	{font-size: 14pt; padding: 5px 0 0 0; color:#ffffff;}
p	{color:#ffffff; font-size:12pt;}

span {font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;			/* black */
	font-size: 16pt;
	font-weight:600;
}

#main {
	width:900px;
	position:relative;
	background-color: #1d5d40;	/* dark green */
	color: #00ff7f;			/* spring green */
	padding: 10px 0px 20px 0px;
}

#main iframe {
	margin-top: 5px;
	border-style:dashed;
	border-width:medium;
	border-color:#00ff7f;		/* spring green */
	scrollbar:0;
}

#main img  {
	text-decoration:none;
	border:0;
	padding:5px 5px 5px 5px;
}

a:link {
	color:#00ff7f;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bold;
}

a:visited {color:#00ff00;
	text-decoration:none;
	font-size: 8pt;
	font-weight: bold;
}

a:hover {
	text-decoration:none;
	color:#ffff00;
}


#nav {
	text-align:center;
	color:#1d5d40;			/* dark green */
	background-color:#00ff7f;	/* spring green */
	font-size:8pt;
	padding:15px 0 10px 0;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#nav ul {
}

#nav li {
	display:inline;
	float:none;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}
#nav a {
	color:#1d5d40;			/* dark green */
	font-size:8pt;
	font-weight:bold;
	text-decoration:none;
}
#nav a:hover {
	color:#0000cd;			/* medium blue */
	text-decoration:underline;
}

.post {
	padding:10px;
}

.clear{
	clear:both;
}



/******************** Footer ********************/
#footer {
	width:900px;
	padding: 10px 0 20px 0;
	text-align:center;
	color:#ffffff;			/* white */
	background-color:#1d5d40;	/* dark green */
	font-size:10pt;
	margin: 0 auto;
}


