#footer
{
	position: relative;
	left: 0px;
	top: 0px;
	min-height: 250px;
	background: url("/images/footer/background.png");
	background-repeat: repeat-x;
	background-color: #0080ff;
	border-top: 1px solid #ffffff;
	font-family:  helvetica, arial;
	font-size: 12px;
	font-weight: normal;
}

#footer #latest_tweet
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 960px;
	height: 80px;
}

#footer #latest_tweet #latest_tweet_post
{
	position: absolute;
	left: 240px;
	top: 10px;
	width: 670px;
	height: 60px;
	font-size: 18px;
	color: #ffffff;
}

#footer h3
{
	color: #003163;
	margin: 0px;
	margin-bottom: 10px;
}

#footer p
{
	font-size: 13px;
}

#footer a
{
	color: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity = 95);
	
}

#footer a:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin-left: -0px;
	opacity: 1.0;
	color: #ffff00;
}

#footer #footer_content
{
	margin: 0px auto;
	width: 960px;
	padding: 10px;
	color: #001a34;
}

#footer #footer_content .column_1
{
	float: left;
	width: 300px;
	font-size: 12pt;
}

#footer #footer_content .column_2
{
	float: left;
	margin-left: 20px;
	width: 300px;
	font-size: 12pt;
}

#footer #footer_content .column_3
{
	float: left;
	margin-left: 20px;
	width: 320px;
	font-size: 12pt;
}

#footer #footer_content .footer_base
{
	clear: both;
	min-height: 30px;
}

#footer #footer_content .footer_base .contact
{
	float:right;
	width: 277px;
}

#footer #footer_content .footer_base .twitter
{
	float: right;
	width: 43px;
	height: 30px;
}
