div#content
{
	font: 10pt Arial;
	color:#111111;
}

/*Pictograpics CSS*/
#footer{
	width:757px;
	height:35px;
	background-image:url('../images/footer.png');
	background-repeat:no-repeat;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:#DEDEDE;
	font-family:verdana;
	font-size:9pt;
	padding-top: 10px;
	}	
#footer a{
	text-decoration:none;
	color:#BABABA;
	}
#footer a:hover{
	text-decoration:none;
	color:#FFFFFF;
	}