body {
   margin: 0;
   padding: 0;
   background-color: #B9BC9D;
   }
#container {
	height: 800px;
	width: 800px;
	margin: 0 auto;
}
#container #header {
	height: 250px;
	width: 800px;
	background-color: #b9bc9d;
}
#container #content .col1 {
	float: left;
	height: 300px;
	width: 250px;
	background-color: #B9BC9D;
	background-image: url(imagesW/col1back.png);
	background-repeat: no-repeat;
}
#container #content .col2 {
	float: left;
	height: 290px;
	width: 290px;
	border: 5px solid #404d3f;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-image: url(imagesW/midback%20copy.png);
	
	
}
#container #content .col3 {
	float: right;
	height: 300px;
	width: 250px;
	background-color: #B9BC9D;
	background-image: url(imagesW/col3.png);
	background-repeat: no-repeat;
}
#container #footer {
	clear: both;
	height: 250px;
	width: 800px;
	background-color: #B9BC9D;
}

#container #content .col2 p {
	text-align: center;
	font-size: 18px;
}
#container #content .col2 .mail {
	font-size: 20px;
}
#container #content .col3 h2 {
	text-align: center;
	padding-top: 80px;
	color: #333333;
}
#container #content .col1 p {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 70px;
	margin-left: 92px;
	}
	

a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #444444;
}
a:hover {
	text-decoration: none;
	color: #363333;
}
a:active {
	text-decoration: none;
}.body {
	background-color: #b9bc9d;
}
