/***********************************************/
/* footercss.php                               */
/* Use with Smallworlds Website                */
/***********************************************/

/*************** footer styles ***************/

.footer {
	font: 11px Tahoma, Verdana, Arial, sans-serif;
	width: 100%;
	min-width: 700px;
	height: 313px;
	text-align: left;
}

.footer a:link, .footer a:visited {
	color: #577FA0;
	text-decoration: none;
}

.footer a:hover {
	color: #577FA0;
}

.footercontent {
	max-width: 980px;
	min-width: 700px;
	height: 313px;
	margin-left: auto;
	margin-right: auto;
	color: #577FA0;
}

.footerleft {
	background: url('http://content.smallworlds.com/content-v2985/webassets/footer_left.png') no-repeat;
	float: left;
	width: 9px;
	min-width: 9px;
	height: 100%;
}

.footermid {
	background: url('http://content.smallworlds.com/content-v2985/webassets/footer_mid.png') repeat-x;
	float: left;
	width: 875px;
	height: 100%;
	padding-top: 10px;
}

.footercolumn {
	float: left;
	width: 25%;
	height: 100%;
}

.footerright {
	background: url('http://content.smallworlds.com/content-v2985/webassets/footer_right.png') no-repeat;
	float: left;
	width: 96px;
	min-width: 96px;
	height: 100%;
}

