body {
	font:normal 12px Arial, "Lucida Grande", helvetica;
	color:#888;
	background:#FFF;
	text-align:left;
	margin:0;
}

#wrap {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:#EBEBEB;
}

a:link, a:visited {
	text-decoration:none;
	color:navy;
}

a:hover, a:active {
	text-decoration:underline;
	color:red;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, "Trebuchet MS", Georgia, sans-serif, helvetica;
	color:#000;
	text-align:left;
}

img {
	border:0;
	vertical-align:bottom;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */