﻿@charset "UTF-8";

div#footer{
	background-color : #FFF8DD;
	font-size : 13px;
	padding : 15px 0px;
}
table#footer{
	width : 960px;
	margin : 0 auto;
}
table#footer td#left{
	width : 550px;
	border-right : solid 1px #CCCCCC;
	padding-left: 15px;
}
table#footer td#right{
	padding-left: 40px;
}
p.fontSize10{
	font-size : 10px;
}
table#footer td#right img{
	margin : 0px 10px 0px 2px;
}
table#link td{
	vertical-align : top;
}
table#link p{
	margin : 10px;
	padding : 0px;
}
img#home{
	position : relative;
	top : 11px;
	left : 6px;
}
div#address{
	width : 100%;
	background-color : #B60611;
	text-align : center;
}
address{
	color : #ffffff;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
}

