* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #005A74;
	font-family: Arial sans-serif;
	font-size: .8em;
	color: white;
}
a {
	color: #7fc5d9;
}
a:visited {
	color: #9eb9b3;
}
a:hover {
	color: #9fe7fb;
}
#main {
	margin-top: 54px;
	margin-left: 29px;
	border: 1px solid #c9cbc9;
	background-color: #006654;
	width: 702px;
	padding-top: 114px;
}
#footer {
	margin-top: 20px;
	margin-left: 29px;
	margin-bottom: 54px;
	width: 702px;
	text-align: center;
}
.box {
	background-color: #005A74;
	width: 452px;
	border-left: 1px white solid;
	border-right: 1px white solid;
	padding: 6px 20px 0;
}
.snowcap {
	background: url(/images/boxtop.gif);
	width: 494px;
	line-height: 27px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.snowcap img {
	float: left;
	display: block;
}
.snowshoe img {
	display: block;
}
.leftbox {
	margin-left: 18px;
	margin-bottom: 20px;
}
.rightbox {
	margin-left: 190px;
	margin-bottom: 20px;
}
#clownputsch {
	float: left;
}
#navtriangle {
	position: absolute;
	z-index: 20;
	top: 119px;
}
#home #navtriangle {
	left: 112px;
}
#songs #navtriangle {
	left: 202px;
}
#photos #navtriangle {
	left: 318px;
}
#contact #navtriangle {
	left: 429px;
}
#nav {
	position: absolute;
	z-index: 30;
	top: 93px;
	left: 144px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	width: 511px;
}
#nav p {
	margin-right: 40px;
	float: left;
	text-align: center;
}
#nav p a {
	color: white;
	text-decoration: none;
}
#nav p img {
	margin-top: 1px;
	display: none;
}
#nav a.active {
	color: #9eb9b3;
}
#nav p img.active {
	display: inline;
}
#nav a:hover {
	color: #9eb9b3;
}
.countryside {
	text-align: right;
	margin-right: 20px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.boxheader {
	color: #d5b637;
}
h2 {
	font-size: 1em;
	color: #d5b637;
}
li {
	margin-left: 2em;
}
fieldset { width : 580px; padding : 0.5em 1em; border: 1px white solid; } 
label { float: left; position : relative; width : 10em; display : inline; margin : .5em .5em; } 
label.long { width : 21em; } 
label input { display: inline; left : 100%; top : 0px; width : 10em; } 
label.long input { width : 21em; } 
label.longer input { width : 40em; } 
#gallery img {
	display: block;
	float: left;
	border: #0a4a3a 12px solid;
	margin: 0 10px 20px;
}
