body {
  text-align: center;
  }
  
#main {
  width: 753px;
  background-color: #ffffff;
  font-family: verdana;
  font-size: 12px;
  color: #262b21;
  }
  
#main a{
  color: #12459e;
  text-decoration:none;
  }
  
#main a:hover{
  color: #12459e;
  text-decoration:underline;
  }
  
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}

#header {
  background-image: url(images/header.jpg);
  width: 753px;
  height: 117px;
}

#footer {
  background-image: url(images/footer.jpg);
  width: 753px;
  height: 55px;
}

#content {
  width: 753px;
}

#menu {
  float:left;
  width:190px;
  text-align:left;
  padding:30px 10px 30px 10px;
}

#text {
  float:right;
  width:520px;
  text-align:justify;
  padding:30px 10px 30px 10px;
}

#camping {
  width:520px;
  border-bottom:1px solid #12459e;
}

#campingphoto {
  width:150px;
  padding:10px 5px 10px 5px;
  float:left;
}

#campingdescription {
  width:350;
  padding:10px 5px 10px 5px;
  float:right;
}

