 body {
  
  	background-color: #D41317;
  	text-align: center;
  	font-family: arial, sans-serif;
  	font-size: 80%;
  
  }
  
  h1 {
  
  	padding: 120px 0 0 0;
  	margin: 0;
  	background: #fff url('layout/header.gif') no-repeat scroll center top;
	text-indent: -8000px;
  
  }
  
  #footer {
  
  	background: #fff url('layout/footer.jpg') no-repeat scroll center bottom;
  	text-align: center;
  	clear: both;
  	padding: 10px 0 0 0;
  }
  
  #footer p {
  
  	padding: 15px 0px 25px 0px;
  	margin: 0px 20px;
  	font-size: 0.85em;
  	color: #ccc;
  	border-top: 1px solid #ccc;
  
  }
  
  #footer a {
  
  	text-decoration: none;
  	color: #ccc;

  }
  
  #footer a:hover {
  
  	color: #4e4e4e;
  
  }
  
  #wrapper {
  
  	width: 710px;
  	margin: 10px auto;
  	text-align: left;
  	background: #fff url('layout/contentbg.gif') scroll center;
  
  }
  
  #content {
  
  	float: left;
  	width: 500px;
  
  }
  
  #content h2 {
  
  	margin: 20px 20px 10px 20px;
  	color: #D41317;
  	font-weight: normal;
  	font-size: 1.5em;

  
  }
  
  #content p {
  
  	margin: 10px 0px 10px 20px;
  	font-size: 0.9em;
  	line-height: 1.5em;
  	text-align: justify;
  
  }
  
  #menu {
  
  	float: right;
  	width: 200px;
  	text-align: center;
  
  }
  
  #menu ul {
  
  	list-style: none;
  	padding: 0px;
  	margin: 50px 20px 0px 0px;
  	line-height: 2.5em;
  
  }
  
  #menu a {
  
  	font-size: 1.7em;
  	text-decoration: none;
  	color: #4e4e4e;
  }
  
  #menu a:hover {
  
  	color: #D41317;
  
  }
  
  #map {
  
	width: 460px; 
  	height: 400px;
  	margin: 10px auto;
  	padding: 1px;
  	font-size: 18px;
  	border: 1px solid #4e4e4e;
  	text-align: left;
  }
