* {
	margin: 0;
	font-size: 100%;
}
html, body {
	height: 100%;
	font-family: corbel, helvetica, arial;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -166px; /* the bottom margin is the negative value of the footer's height */
	text-align: center;
	background: silver;
	/* background: #fffacd; */
	font-family: corbel, helvetica;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1.5px;
	color: #666666;

}
.footer, .push {
	height: 166px; /* .push must be the same height as .footer */
	color: #b1b1b1;
	background: #1f1f1f url(images/xflooter2aa.png);
	text-align: center;
	font-family: corbel, helvetica;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 1px;
	
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#menu {
	/* was 300 */
	width: 480px;
	height: 16px;
	margin: 0 auto;
	background: #6183a6; /* lake erie */
	/* background: #0710d1; */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border: 0px solid #c2c2c2;
}

#menu ul 
	{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}
	
li
	{
	display: inline;
	letter-spacing: 2px;
	text-align: left;
	}
	
a
	{
	text-decoration: none;
	font-family: corbel, helvetica, arial;
	font-size: 12px;
	}
	
a:link, a:visited
	{
	color: #dcdcdc;
	}
	
a:hover
	{
	color: #2f2f2f;
	font-size: 12px;
	}

ul
	{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
	
#parr {
	text-align: center;
	font-family: corbel, helvetica;
	font-size: 12px;
	letter-spacing: 1px;
	color: #666666;
}

#portfolio_cruncher
	{
	margin: 0 auto;
	width: 610px;
	}
	

#maxxy_left
	{
	float: left;
	text-align: right;
	width: 300px;
	}
	
#maxxy_right
	{
	float: right;
	text-align: left;
	width: 300px;
	}

#clients a:link
	{
	color: #666666;
	font-size: 11px;
	}
	
#clients a:visited
	{
	color: #666666;
	font-size: 11px;
	}
	
#clients a:hover
	{
	color: #2f2f2f;
	font-size: 11px;
	}
	
h3
	{
	text-align: center;
	font-family: corbel, helvetica;
	font-size: 14px;
	letter-spacing: 1.7px;
	color: #666666;
	}
	
p
	{
	text-align: center;
	font-family: corbel, helvetica;
	font-size: 11px;
	color: #666666;
	}
	
#mug {float: left; position: absolute; bottom: 0px; left: 180px;}

	