/*<!doctype html public "-//w3c//dtd html 4.01 transitional//en">*/
/*<link rel="stylesheet" href="main.css" type="text/css">*/

body {
	scrollbar-face-color:#737D5F;
	scrollbar-highlight-color:#737D5F;
	scrollbar-3dlight-color:#737D5F;
	scrollbar-darkshadow-color:#B7C0A5;
	scrollbar-shadow-color:#B7C0A5;
	scrollbar-arrow-color:#B7C0A5;
	scrollbar-track-color:#B7C0A5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 15px 0;
    padding: 0px;
    text-align: center;
	text-decoration: none;
	color: #000000; 
	background-color: #B7C0A5;
	background:url(images/back.gif);
}

body, table
{
	font-size: 12px;	
}

a:link, a:visited 
{
	color: #737D5F;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:active, a:hover
{
	color: #B7C0A5;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

h3
{	
	color: #000000;
	margin: 0;
	text-align: left;
}

h2
{
	color: #000000;
	margin: 0;
	text-align: center;
	font-size: 18px;
}

h1
{
	color: #000000;
	margin: 0;
		font-size: 32px;
	text-align: center;
}

hr
{
	width: 75%;
}

#main
{
	width: 700px;
	background-color: transparent;

}

.header /* change headerlogo pic here*/
{
	width: 700px;
	text-align: center;
	background-color: #000000;
	
}

.content
{
	width: 700px;
	background-color: #ffffff;
	padding: 10px;
	border: solid 2px #000000;
	
}

.menu /*this is the menubar at the top of page */
{
	background-color: #000000;
	padding: 1px;
	font-size: 12px;
	text-align: center;
	color: #999999;
	font-weight: bold;
}

.menu a:link, .menu a:visited 
{
	color: #F5A976;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.menu a:active, .menu a:hover
{
	color: #DF7A7A;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
} 

.menu2 /*this is the menubar at the bottom of page*/
{
	background-color: #000000;
	padding: 1px;
	font-size: 12px;
	text-align: center;
	color: #999999;
	font-weight: bold;
}

.images /*for images with borders*/
{
	border: solid 2px #000000;
	padding: 5px;
	margin: 5px;
}

.leftimages /*for left aligned images with borders*/
{
	border: solid 2px #000000;
	float: left;
		padding: 5px;
	margin: 5px;
}


.gallery
{
	color: #000000;
	text-align: center;
}
	
.gallery img
{
	border: solid 2px #000000;
	margin: 5px;
}	

.gallery2
{
	color: #000000;
	text-align: left;
}
	
.gallery2 img
{
	border: solid 2px #000000;
	}	

.tiny
{
	font-size: 10px;
	color: #000000;
}

#nix
{
display:block;
height :2px;
width:2px;
float:left;
margin-top:-2px;
overflow:hidden;
}

#nix:hover
{
width:16px;
height:16px;
margin-top : -16px;
}

#pluto
{
display:none;
}



