/****************************************/
/*												*/
/*					FOOTER					*/
/*												*/
/****************************************/
#global #footer {
	height: 64px;
	background-color: #747474;
	}
	
#global #footer ul {
	padding: 8px 10px 0 0;
	text-align:right;
	}

#global #footer ul li {
	list-style-type: none;
	display: inline;
	padding: 0px 0 0px 0px;
	font-weight: 300;
	}
	
	
#global #footer ul li a {
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 0 10px;
	}
	
#global #footer ul li a:hover {
	text-decoration: none;
	color: #3D9BBA;
	}
	
#global #footer ul.subfooter li,
#global #footer ul.subfooter li a{
font-size: 10px;
color:#aaa;
}

/****************************************/
/*												*/
/*					MISC						*/
/*												*/
/****************************************/
.clear {
	clear:both;
	}
	
.debug {
	background-color: #00FFFF;
	}