/**
 * Style sheet footer
 */
#footer a
{
	color:#eef;
}

#footer
{
	height:200px;
	background-image:url("tl_files/mixto/theme/bottom.png");
	background-position:left top;
	background-repeat:no-repeat;
}

#footer p
{
	padding-left:10px;
	color:#ccc;
}

#footer div.inside
{
	padding:40px 5px;
}

#footer div#left_footer
{
	width:400px;
	height:120px;
	float:left;
}

#footer div#right_footer
{
	width:300px;
	height:120px;
	float:left;
	border-left:1px solid #999;
}

#footer .mod_quicknav
{
	clear:both;
	padding-left:10px;
}

