#leftCol
{
	position: absolute;
	width: 43%;
	float: left;
	left: 10px;
}

#rightCol
{
	position: relative;
	width: 43%;
	float: right;
	left: -40px;
	min-width: 390px;
}

#news
{
	position: relative;
	width: 100%;
	float: left;
}

#newsHeader
{
	position: relative;
	width: 100%;
	height: 41px;
	background-image: url('../images/titlebar_fill.png');
}

#newsBody
{
	position: relative;
	width: 100%;
	background-color: white;
	border: solid 1px #1171A4;
}

#newsBody p, #newsBody h2, #eventsBody p, #eventsBody h2
{
	padding-left: 10px;
	padding-right: 10px;
}

#newsBody h2:first-child, #eventsBody h2:first-child
{
	padding-top: 10px;
}

.readMore
{
	text-align: right;
	padding-bottom: 0px;
	padding-right: 50px;
}

#events
{
	position: relative;
	width: 100%;
	float: right;
}

#eventsHeader
{
	position: relative;
	width: 100%;
	height: 41px;
	background-image: url('../images/titlebar_fill.png');
}

#eventsBody
{
	position: relative;
	width: 100%;
	background-color: white;
	border: solid 1px #1171A4;
}

#history
{
	position: relative;
	float: right;
	clear: right;
	height: 114px;
	width: 100%;
	border: solid 1px #1171A4;
	margin: 0 auto;
	margin-top: 30px;
	background-image: url('../images/historybanner_fill.png');
}

#historyLeft
{
	position: relative;
	float: left;
	height: 114px;
	width: 100%;
	background-image: url('../images/historybanner_left.png');
	background-repeat: no-repeat;
}

#historyRight
{
	position: relative;
	float: right;
	height: 114px;
	width: 224px;
	/*background-image: url('../images/historybanner_right.png');
	background-repeat: no-repeat;*/
}

#history img
{
	border: none;
}

#weather
{
	position: relative;
	float: right;
	clear: right;
	width: 100%;
	margin-top: 20px;
}

#weatherHeader
{
	position: relative;
	width: 100%;
	height: 41px;
	background-image: url('../images/titlebar_fill.png');
}

#weatherBody
{
	position: relative;
	width: 100%;
	background-color: white;
	border: solid 1px #1171A4;
	padding-top: 10px;
}

#weatherAppTime
{
	clear: both;
	font: normal 11px Arial, sans;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
}

.weatherdata
{
	float: right;
	margin-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
}

.weatherdata:first-child
{
	float: left;
}

.weatherimage
{
	height: 130px;
	width: 80px;
}

.currentTemperature
{
	font: normal 16px Arial, sans;
	font-weight: bold;
	color: #1171A4;
	position: relative;
}

.maxTemperature
{
	font: normal 13px Arial, sans;
	color: #990000;
	position: relative;
	top: -9px;
	left: 18px;
}

.minTemperature
{
	font: normal 13px Arial, sans;
	color: #3366FF;
	position: relative;
	top: 9px;
	left: -18px;
}

h2
{
	margin-top: 0px;
}