img {
  border: 0px none;
}

﻿/* CSS layout */
#main_content {
	overflow: hidden;
	width: 800px;
}
#masthead {
	max-width: 800px;
	max-height: 100px;
	width: 800px;
	height: 100px;
}
#top_nav {
	background-color: #c9234a;
	max-width: 800px;
	height: 24px;
	width: 800px;
	overflow:visible;
}
#page_content {
	max-width: 800px;
	background-color: #123f5e;
	width: 800px;
}
#news_ticker {
	background-color: #123f5e;
	max-width: 800px;
	width: 800px;
}
#security_level{
	height: 30px;
	background-color: #123f5e;
	width: 800px;
}
#information_desk{
	padding-top:20px
	height: 40px;
	background-color: #123f5e;
	width: 800px;
	text-align:center;
}
#weather_desk{
	height: 20px;
	background-color: #123f5e;
	width: 800px;
	font:bold;
	text-align:center;
}
#footer {
	background-image: url('bottombar.jpg');
	background-repeat: no-repeat;
	width: 800px;
	height: 30px;
}
#peaksAndPlains {
	background-color: #123f5e;
	width: 800px;
	text-align: center;
  padding-top: 10px;
}
