@charset "utf-8";
html
{
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	font-size: 14px;
	color: #ccc;
}
a img
{
	border: none;
}

a
{
	color: #fff;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.centralizer
{
	margin: 0px auto;
	width: 960px;
}
.pathdiv
{
	padding: 5px;
}

.nav
{
	height: 30px;
	line-height: 25px;
	background: #777;
	color: #000;
	text-align: right;
	padding: 0px 10px 0px 10px;
}
.lsa
{
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
}





















