body { 
	background-color: #fff;
	} 


a:link {
	text-decoration: none;
	color:#666;
	}
a:visited {
	text-decoration: none;
	color:#666;
	}
a:active {
	text-decoration: none;
	color:#666;
	}
a:hover {
	text-decoration: none;
	color:#abad2a;
	}

img {
	border-style: none;
}

p {
	color:#333;
	font-family:Helvetica, sans-serif;
	}

#container {	
	width:100%;
	}

	
#header {
	margin: 70px auto 0 auto;
	width:900px;
	text-align: center;
	border-bottom:5px solid #333;
	}
	
.headLeft {
	float:left;
	font-size:72px;
	margin:0px;
	}

	
.clearer {
	clear:both;
	}
	
#main {
	margin: 20px auto 0 auto;
	text-align: center;
	width:900px;
	}
	
.peaceImage {
	float:left;
	border:1px solid #333;
	}

.address {
	font-size:13px;
	text-align:left;
	float:right;
	margin-top:0px;
	}
