@charset "UTF-8";
/* CSS Document */

#footer {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	width:790px;
	height:69px;
	text-align: left;
	clear: both;
}

#footer #footer_left{
	width: 11px;
	height:69px;
	float: left;
	background-image:url(../images/footer_leftside.jpg);
	background-repeat:no-repeat;
}
#footer #footer_right{
	width: 10px;
	height:69px;
	float: right;
	background-image:url(../images/footer_rightside.jpg);
	background-repeat:no-repeat;
}
#footer p{
	font-size:9px;
	margin:0;
	line-height:1.5em;
	padding-left: 45px;
	padding-top: 5px;
}
#footer #address{
	float:left;
	width: 50%;
}
#footer #copywrite{
	float:left;
	width: 45%;
	text-align:right;
}
#footer a{
	color:#132e67;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color:#9E0B0F;
}
#footer_bottom{
	background-image:url(../images/foot_shadow_bg.gif);
	background-repeat:repeat-x;
	width: 791px;
	height:15px;
	clear: both;
}
#footer_bottom_left{
	width: 11px;
	height:15px;
	float: left;
	background-image:url(../images/foot_shadow_left.gif);
	background-repeat:no-repeat;
}
#footer_bottom_right{
	width: 10px;
	height:15px;
	float: right;
	background-image:url(../images/foot_shadow_right.gif);
	background-repeat:no-repeat;
}