﻿#holder {
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	background-image: url('../images/masthead.jpg');
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	height: 175px;
}
#topNav {
	background-color: #000000;
	width: 960px;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#container {
	background-color: #9C857F;
	width: 960px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: left;
	overflow: auto;
}
#rightColumn {
	background-color: #9C857F;
	width: 240px;
	height: auto;
	float: left;
	text-align: center;
}
#rightFlash {
	margin: 20px auto 20px auto;
	z-index: 0;
}
#content {
	padding: 15px;
	background-color: #FFFFFF;
	float: left;
	width: 690px;
	height: auto;
	clear: both;
}
#bottomNav {
	background-color: #9C857F;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 960px;
	height: auto;
	overflow: auto;
	clear: both;
}
#footer {
	background-color: #000000;
	width: 960px;
	overflow: auto;
	clear: both;
	color: #FEDAA5;
	height: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#footer a {
	text-decoration: none;
	color: #FEDAA5;
}
#footer a:hover {
	color: #454C60;
	text-decoration: underline;
}
body {
	background-color: #454C60;
	margin-right: 0px;
	margin-left: 0px;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}
.bottomNav a {
	color: #454C60;
	text-decoration: none;
}
.bottomNav a:hover {
	color: #FEDAA5;
	text-decoration: underline;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FEDAA5;
	text-align: center;
}
.time {
	font-family: Papyrus, Tahoma, Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #454C60;
}
.noBorder {
	border-style: none;
}
#weather img:hover {
	border-right-style: outset;
	border-bottom-style: outset;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-color: #454C60;
	border-bottom-color: #454C60;
}

