* {margin:0;padding:0}

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }
html>body { font-size: 12px; /* IE hack */ }


body {
	padding:0 0 0 0;
	color: #000000;
}

#Body
{
    text-align:center;
	background: white url("background.gif") repeat;
	font-size:62.5%;
	font-family:Verdana, Arial, Helvetica;
}

#wrapper{
	background: white url("navBackground.gif") repeat;
	width:auto;
	width:780px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-right: solid 2px #cfcfcf;
}
#outer{
	margin-left:117px;
	margin-right:0px;
	background:#ffffff;
	color: #000000;
	
}

#left {
	position:relative;/*ie needs this to show float */
	width:117px;
	float:left;
	margin-left:-116px;/*must be 1px less than width otherwise won't push footer down */
	left:-1px;
	text-align:left;
	vertical-align:top;

	
	
}
* html #left {margin-right:-3px;}/* 3px jog*/
* html #outer{/* 3px jog*/
	margin-left:117px;
	margin-right:-2px;
}
p {margin-bottom:1em;padding:0 5px}


#footer {
	width:100%;
	clear:both;
	background:#f99b0c;
	color: #000000;
	position:relative;
}
#footerLinks {
	width:100%;
	clear:both;
	color: #000000;
	text-align:center;
	position:relative;
}

#centrecontent 
{
    float:right;
    width:661px;
    position:relative;
    background:#ffffff;
    text-align:left;
	vertical-align:top;
	background: white url("faces.gif") no-repeat;
	background-position:left top;
	padding-left:0em;
	padding-right:0em;
	font-size:1em;
	
}

html>body #centrecontent {margin: 0 -0.75%; font-family:Verdana, Arial, Helvetica;}/*moz needs this*/
.outerwrap {
float: left;
width: 99%;
}
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
/* mac hide\*/
* html #outer, * html #wrapper,* html #centrecontent {height:1%}
 /* end hide */
 

