#nav_content
{
	background-color:	#83a799;
	border:				1px solid #B9B9B9;
}
body {
background-color: #f6f5d7;
background: #d0dbe8 url(http://b-snow.org/images/bg.png) repeat-x;
}

body, html, div, font, td {
	font-family: tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
     

}

td, tr {
	font-family: tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
        background-color:#eee3cd;
}
.news {
font-family: tahoma;
	font-weight: normal;
	font-size: 8pt;
	color: #000000;
        background-color:#ede7db;


}
.title {
font-family: Trebuchet MS;
     font-size: 10px;
     font-style: normal;
     font-weight: bold;
     letter-spacing: normal;
     color: #ffffff;
     text-align: center;
     line-height: 9px;
     text-transform:uppercase;
     background-color: #596a86;
     padding-top: 7px;
     padding-right: 7px;
     padding-bottom: 7px;
     padding-left: 7px;

}

.content {

font-family: tahoma;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
        background-color: #c0cddd;


}
h1 {  margin: 2px;
    font: 8pt "Century Gothic" , "Tahoma" , "Verdana";
width: 80%;
margin: 5px 0 0 0;
border-bottom: 3px double #f3ee98;
color: #d1c728;

}

h3 {  
font-family: Trebuchet MS;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 13px;
	text-transform:uppercase;
	background-color: #d6c6d4;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}


a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	font-family: verdana;
	font-size: 9px;
	color: #5B5B5B;
        cursor: crosshair;        
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	font-family: verdana;
	color: #8D8D8D;  
}

textarea , input , select, 
{
	border: #5B5B5B solid 1PT;
	background: #80B080;
	color: #000000;
	font-weight: normal;
	font-size: 7pt;
	font-family: verdana;
	text-align: justify;
}

a img {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #7586a1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=85);
	-moz-opacity: 0.8;
}

a:hover img {
	background-color: #ffffff;
	padding: 3px;
	border: 1px solid #596a86;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}

hr {
	border:none;
	border-top:0px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 200px;
	border: 0px solid #ccc;
	margin: 10px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #888;
	display: block;
	background: url(menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover, #menu li a:active {
	color: #283A50;
	background: url(menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}