.clearthis {
	clear: both;
}

a {
    color: white;
}

body {
	margin: 0;
	padding: 0;
	color: white; 
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 1em;
	background-attachment: fixed;
	background-color: #2f4f4f;
	background-image: url("../images/background1.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 3%;
    	margin-right: 3%;
}

div#header { 
	border-bottom: 1px solid;
}

div#content {
	margin-left: 2em;
	margin-right: 2em;
}

div#contact {
	margin-left: 4em; 
	text-indent: -3em; 
}

div#footer {
	width:100%;  
	padding: 4px 0; 
	font-size:.9em; 
	text-align:center; 
	border-top:1px solid;
	margin-top:1.5em;
}
div#footer ul {
	margin:2px 0;
}
div#footer li {
	display:inline;
	border-left:1px solid; 
	padding:0 5px 0 9px;
}
div#footer li:first-child {border-left-width: 0;} 

div#footer ul li a {
	text-decoration: none;
	background-color: transparent;
}
div#footer ul li a:hover {
	text-decoration: underline
}

div#footer p {
	text-align: left; 
	font-size: .7em;
}
