@charset "utf-8";
html, body {
	height: 100%;
	margin-bottom: 1px;
}

#logo  {
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#inner_container {
	margin-right: 15px;
	margin-left: 10px;
	position: relative;
	margin-bottom: 10px;
}
#inner_container a {
	font-weight: bold;
}

#inner_container a:link {
	color: #000000;
	text-decoration: none;
}
#inner_container a:visited {
	color: #000000;
	text-decoration: none;
}
#inner_container a:hover {
	color: #000000;
	text-decoration: underline;
}
#inner_container a:active {
	color: #000000;
	text-decoration: underline;
}





#footer  {
	font-size: 11px;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 5px;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer  a:link  {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer a:active {
	color: #000000;
	text-decoration: underline;
}




#inner_container .images {
	border: 2px solid #000000;
	margin: 4px;
}
#inner_container .images_left {
	border: 2px solid #000000;
	float: left;
	overflow: visible;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
}
#inner_container .images_right {
	border: 2px solid #000000;
	float: right;
	overflow: visible;
	margin: 6px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.summer  {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #659C3D;
	padding-bottom: 10px;
	margin: 0px;
}
.winter {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #4899CA;
	padding-bottom: 10px;
	margin: 0px;
}

