#FooterLeft {
	position: relative;
	height: 100px;
	width: 328px;
	float: left;
}
#FooterRight {
	position: relative;
	height: 100px;
	width: 636px;
	float: right;
}
#FooterLeftLine {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	position: relative;
	font-size: 1px;
	background-position: top;
}
#FooterLeftText {
	font-family: Verdana;
	font-size: 10px;
	position: relative;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	padding-left: 20px;
}
#FooterRightLine {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	position: relative;
	font-size: 1px;
	background-position: top;
	overflow: hidden;
}
#FooterRightText {
	font-family: Verdana;
	font-size: 9pt;
	position: relative;
	text-align: right;
	font-style: italic;
	line-height: normal;
}

#FooterLeftItem {
	background-repeat: repeat-x;
	background-color: #e4cea4;
	position: relative;
	height: 100px;
}
#FooterRightItem {
	background-repeat: repeat-x;
	background-color: #eee1c7;
	position: relative;
	height: 100px;
}
.FooterLine {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	position: relative;
	font-size: 1px;
	background-position: top;
	width: 964px;
	float: left;
}
#Footer {
	position: relative;
	width: 964px;
	height: 300px;
	float: left;
}
