/**************/
/* footer row */
/**************/

@charset "UTF-8";

#footer
{
	display: block;
	width: 1004px;
	height: 65px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: rgb(245,175,40);
	
}

#footerContentLeft
{
	float: left;
	width: 200px;
	height: 65px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#footerContentMiddle
{
	float: left;
	width: 602px;
	height: 40px;
	padding: 20px 0 5px 0;
	font-size: 0.65em;
	color: rgb(0,0,0);
	line-height: 120%;
	text-align: center;
	vertical-align: middle;
}
#footerContentRight
{
	float: left;
	width: 200px;
	height: 65px;
	text-align: center;
	
	
	background-repeat:no-repeat;
	background-position:right;
}

