/* bottom bar */
#bottomDiv{
	border-left: 1px solid #2B3336;
	border-right: 1px solid #2B3336;
	float: left;
	width: 850px;
	
	/*
	background: #225ea6;
	border: 0px solid;
	border-left: 1px solid #073b84;
	border-right: 1px solid #073b84;
	margin: auto;
	overflow: hidden;
	text-align: center;
	width: 766px;
	*/
}

#bottomDivContent{
	border: 0px solid;
	float: left;
	height: 30px;
	vertical-align: middle;
	width: 766px;
}

#bottomDivContent div, #bottomDivContent div a{
	/*text-align: center;*/
}

#bottomDivContent div a:hover{
	text-decoration: underline;
}

#bottomDivCopyright{
	border: 0px solid;
	color: #3a3535;
	margin: 10px auto 10px;
	text-align: center;
	width: 766px;
}
