h1, h2, h3, p, li
{
	/*line-height: 150%*/
}


body
{
	background-image: url(./pics/snowfieldlightsm.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	background-attachment: fixed;
}


div.dbar
{
	width: 20%;
	background-color: #330000;
	border: 1px #330000 solid;
	padding: 6px 6px 100px 6px;
	text-align: center;
	float: left;
	font-size: small;

}


a.button
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
	border-width: 3px;
	border: outset;
	border-color: #666666;
	display: block;
	width: 94%;
	margin: 3px auto 3px auto
}


a.button:hover
{
	color: #FFFFFF;
	background-color: #666666;
	border-color: #666666;
}


a.button:active
{
	border: inset;
}


div.main
{
	margin: 10px 5% 10px 22%
}


div.banner
{
	text-align: center;
	font-size: medium;
	border-bottom: groove thick #666666;
}


div.footer
{
	text-align: center;
	font-size: small;
	border: groove medium #666666;
	background-color: #FFFFFF;
}

div.email
{
	width: 15%;
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: small;
	text-align: center;
	z-index: 1;
	
}

.center
{
	text-align: center
}