/* CSS global reset for all browsers */ 
* {
	padding: 0;
	margin: 0;
	}
	
	
body {
	text-align: center;
	background: #fff url(images/repeat-background.gif) repeat-x;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #8b8b8b;
	}
	
h1 {
  text-indent: -9999px;
  width: 400px;
  height: 100px;
  background: url(images/burnie-airport.gif) no-repeat;
  }
	
h2, h3 {
  color: #0054a6;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 6px 0;
	}
	
ul {
  margin: 20px;
	}
	
li {
  margin: 10px 0;
	}
	
img {
  margin-bottom: 10px;
  }
	
a {
  color: #0054a6;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:link {
  color: #0054a6;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:active {
  color: #0054a6;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
  color: #0054a6;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
  color: #fff;
	background: #0054a6;
	font-weight: bold;
	text-decoration: none;
	}

#wrap {
  width: 770px;
	margin: 30px auto 0 auto;
	text-align: left;
	}
	
#left {
  width: 450px;
	float: left;
	}
	
	
#left p {
  margin: 10px 0;
	text-align: left;
	line-height: 150%;
	}
	
#left p.bold {
  font-weight: bold;
  font-size: 1.2em;
  }
  
#left p.bold-small {
  font-weight: bold;
  font-size: 1em;
  }
  
 #left p.blue-bold {
   color: #0054a6;
   font-weight: bold;
   }
	
#contact-box {
  margin: 20px 0;
	border-bottom: solid 1px #0054a6;
	border-top: solid 1px #0054a6;
	padding: 20px 0;
  }
	
#right {
  width: 300px;
	float: right;
  margin: 20px 0 0 0;
	}
	
#right p {
  margin: 10px 0;
	text-align: justify;
	line-height: 150%;
	}
	
.blue {
  width: 100px;
	float: left;
	color: #0054a6;
	font-weight: bold;
	}

img.center {
  margin: 0 auto;
	display: block;
	text-align: block;
	margin-bottom: 50px;
	border: 0;
	}
	
#footer {
 background: #0054a6 url(images/footer-background.gif) repeat-x;
 width: 100%;
 color: #fff;
 padding: 10px 0;
 font-size: .9em;
 }
	