/* CSS Document */
body {
  margin:0;
  padding:0; 
  background:#333333 url(./images/bg_body.gif);
  font:normal 62.5% 'Lucida Grande',Verdana,sans-serif;
  text-align:center;
  }
a {
  font-style:normal;
  outline:none;
  text-decoration:none;
  color: #FFFFFF
  }
#container {
  width:695px;
  height: 485 px;
  margin: 0px auto;
  padding: 0;
 background-color: transparent;
  border-left:0px solid white;
  border-right:0px solid white;
  
  }  
  /* Masthead and descendants */
#masthead {
  height:91px;
  width:291px;
  margin: 0 auto;
  padding:0;
  border: none;
  background-color: transparent;
  }
#masthead h1 img {
 margin: 0 auto;
 padding: 0;
 }

#masthead a {
    display: block;
	margin:  0;
	padding: 0;
	width: 291px;
	height: 91px;
	text-decoration: none;
	background-color: transparent;
	background: transparent url(./images/logo.png) 0 0 no-repeat;
	text-indent: -9000px;
	border: none;
 
  }
  
 
img {
  border:0;
  }
  
#mainCol {
  width: auto;
  height: 496px;
  margin:0 auto;
  padding:0 0 0 0;
  border: 2px solid white;
  background: transparent;
  font-size:1.1em !important;
  line-height:160%;
  color: #666666;
  text-decoration: none; 
  text-align:center;
  }
  
#mainCol h2{
margin: 15px 0 5px 22px;
}

#mainCol p{
  margin: 0 25px 5px 25px;
  width:558px;
  text-align:justify;
  line-height:160%;
  clear:none; 
 }
  
/* The footer and descendants */
#footer {
  clear:both;
  width: 
  height:4em;
  min-height:53px;
  font-family:"Helvetica Neue", Helvetica, arial, sans-serif;
  font-size:1.1em;
  font-style:normal;
  font-stretch:ultra-expanded;
  line-height:150%;
  color:#ccc;
  background: url(./images/bg_footer.png) no-repeat;
  text-align:left;
  border-top:0px solid white;
  border-bottom:0px solid #ccc;
  }
#footer img {
  float:left;
  margin:5px 100px 60px 65px;
  }
#footer ul {
  font-style:normal;
  list-style:none;
  margin:0 0 0 0;
  padding: 5px 0 2px 0;
  }
#footer li {
  font-style:normal;
  display:inline;
  margin:5px 5px 0 5px;
  padding:0;
  line-height:160%;
  }
#footer li a:link, #footer li a:visited {
  margin: 4px 0 0 0;
  text-decoration:none;
  font-weight:bold;
  color:#666666;
  font-size:1.1em;
  }
#footer li a:hover {
  color:#777;
  text-decoration:underline;
  }
#footer p {
  margin: 0 0 5px 0;
  padding:0;
  color:#ccc;
  }
  
/* About page */

#mainCol_about {
  width:690px;
  height:520px;
  margin:0 auto;
  padding:0 0 0 0;
  border: 2px solid white;
  background: transparent;
  font-size:1.1em !important;
  line-height:160%;
  color: #666666;
  text-decoration: none; 
  text-align:left;
  }
  
 #mainCol_about h2{
    margin: 15px 0 5px 0px;
}
  
 #mainCol_about p{
    margin: 0 45px 10px 45px;
    text-align:justify;
    line-height:160%;
    clear:none; 
 }
 
 #mainCol_about img {
     margin: 0 45px 5px 45px;
		 
 }