
body {
    background-image: url(Stencil1.jpg);
    height: 100%;
    margin: 10px; 
    padding: 10px;   
}

html { height: 100% }

.content {
	width:980px;
	margin:0 auto; padding:0 0px;

}

h1 {
	text-align: center;
}

.title {
	text-align: center;
}

.maintxt {
	padding:10px; 
	border:4px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #fff3d1;
	width: 300px;
	height:490px;
	float:left;

}

.maintxt-bottom {
	padding:10px; 
	border:4px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #fff3d1;
	clear:both;
}

.copyright {
	float: right;
}

.download img {
	vertical-align: middle;
}

.gmapbox {
	padding:4px; 
	border:4px solid black;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 630px;
	height:500px;
	float: right;
}

a:link {
	color:black
}

a:visited {
	color:black
}

