/* CSS Document */

html, body {
	height: 100%;
}

a {
color:#373722;
text-decoration:none;
border-bottom-style:dashed;
border-bottom-color:#373722;
border-bottom-width:1px;

}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -303px;
	float: left;
}

#content {
	clear: both;
	height: 486px;
    position: relative;
	position: static;
}



.footer {
margin-left: 110px;
font-size:11px;
padding-bottom:5px;
color:#525232;
}