body, span, div, p, td, th, input, textarea {
  font-family: 'Trebuchet MS', sans-serif;
  font-size:100%;
  color:#146995;
  }

*   {
    margin: 0;
    padding: 0;
    border: 0;
}
.clear:after {
  content:".";
  height:1px;
  display:block;
  clear:both;
  visibility:hidden;
}
.clr{
  clear: both;
}

.right {
  float:right;
}

.left {
  float:left;
}
h1 {
	font-size:1.25em;
	margin-top: 20px;
    }
h1.weatherheading {
	margin: 0 0 0 190px;
	background:transparent url('../images/g-rex-lookout.gif') no-repeat;
	text-indent:-1000px;
	width: 500px;
	height:57px;
	font-size:0.1em;
}
body {
  background: #fff;
  padding: 20px 0 20px 20px;
  }
 #constrain {
 	width: 1200px;
	}
#middle {
	margin-left:200px;
	width:970px;
	}
#content {
	width:700px;
	float:left;
	}
#logo {
	float: left;
	margin: -25px 0 0 0;
	}

#nav {
	list-style-type: none;
	border: 2px solid #ccc;
	height:25px;
	font-size:12px;
	margin: 25px 0 20px 200px;
	width:728px;
	}
#nav li {
	float:left;
	padding: 4px 10px;
	}
#nav li a {
	color:#146995;
	text-decoration:none;
	}
#nav li a:hover {
	color:#089CD8;
	}
	
#ad-lhs {
	float:left;
	margin:0 30px 0 15px;
	}
#ad-rhs {
	float:right;
	width:250px;
	margin: 100px 0 0 0;
	}
#ad-rhs img {
	margin: 10px 0;
	}
#ad-footer, #ad-top {
	margin-left: 200px;
	}
#ad-top {
	height:90px;
	overflow-y: hidden;
	}
/* Buttons */
#buttons {
	list-style-type: none;
	height: 30px;
	margin: 10px 0 0 205px;
	
	}
#buttons li {
	float:left;
	width: 150px;
	}
#buttons li a {
	display:block;
	background:#009EDF;
  	border: 1px solid #28334B;
	width:125px;
	color:#fff;
	text-decoration:none;
	font-size:0.75em;
	padding: 5px;
}
#buttons li a:hover {
	background:#0bacee;
	color:#28334B;
	}
/* Footer */
#footer {
  background: transparent url('../images/i-footer-bg.jpg') no-repeat;
  width: 927px;
  height: 187px;
  margin: 20px auto;
}
#footer ul {
  position:absolute;
  list-style:none;
  margin: 45px 0 0 640px;
  width:300px;
  }
#footer ul li {
  background: transparent url('../images/i-footer-nav-ul.jpg') no-repeat left bottom;
  font-size:0.75em;
  line-height:22px;
  float:left;
  width:150px;
 } 
#footer  a {
  color:#fff;
  text-decoration:none; 
  }
#footer a:hover {
  color:#333;
  }
#footer p {
  float:left;
  font-size:0.75em;
  color:#fff;
  margin: 50px 0 0 40px;
  } 
#author {
  width:928px;
  margin: 0 auto;
  text-align:center;
  padding: 15px 0;
} 
#author a {
  color:#28344C;
  font-size:0.675em;
  text-decoration:none;
  } 
#author a:hover {
  color:#089CD8;
  }
  
#ad-lhs {
		width:160px;
		height:600px;
		background:#ccc;
}
#ad-top {
		width: 728px;
		height:90px;
		background:#ccc;
}
#ad-rhs {
		width: 234px;
		height: 300px;
		background:#ccc;
}
#ad-footer {
		width: 728px;
		height:90px;
		background:#ccc;
}
#content, #weather-station-wrapper {
		height:480px;
}
#ad-lhs.nobg {
		background:#fff;
}