html, body {
font-family: "Century Gothic", Arial, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
}

body {text-align: center;}

#page { 
	width: 100%;
	zoom: 1;
	position: relative;
	text-align: left;
	}

.inner {
	width: 900px;
	height:100%;
	margin: 0 auto;
	clear: both;
}

img {border: none;}

#head {height: 125px;position:relative;}
#wrapper{
	float:left;
	width:900px;
	overflow: hidden;
	z-index: 1;
}
#content {background: #fff;
}

#nav {
height: 29px; 
overflow: visible; 
position: relative;
background: #eee;
border-bottom: 1px solid #777;
}

#head {
background: #000;
}

#footer{clear:both; }

a:hover {
color: #F00;
}

#breadcrumb {position:absolute;bottom:5px;right:5px;color:#fff;text-transform:uppercase;}
#breadcrumb a {color:#ccc;}
#breadcrumb a:hover {color:#f00;}

.killfloat {line-height: 0;}