/* generated by csscreator.com */
html, body{
 margin:0;
 padding:0;
 text-align:center;
}

#pagewidth{
 width:600px;
 text-align:left;
margin-left:auto;
 margin-right:auto;
}

#header{
 position:relative;
 height:181px;
 width:100%;
}

#maincol{float: right;
 display:inline;
 position: relative;
 height:75%;
 width:100%;
 }

#footer{
 height:10%;
 text-align:center;
 clear:both;
 }

 #map{
  width: 600px;
  height: 300px;
 }

 #map2{
  width: 600px;
  height: 300px;
 }



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

#title {
background-color: transparent;
border-style: none;
 }

a{
  text-decoration:none;
  color:#0C0C7C;
  }

a:active{
  text-decoration:none;
  color:#FFFFFF;
  }

a:visited{
  text-decoration:none;
  color:#0C0C7C;
  }

a:hover{
  text-decoration:none;
  color:#FFFFFF;
  }