.clear {
clear: both;
margin: -1px 0px 0px 0px;
height: 1px;
font-size: 1px;
line-height: 1px;
width: 100%;
}
.ahem {  /* Like display: none, but screenreader-friendly */
	position: absolute;
	overflow: hidden;
	height: 0px;
	width: 0px;
	left: -1000px;
	top: -1000px;
}


body{
	background:#fff url(imgs/header-bg.jpg) repeat-x top;
	margin:auto;
	padding:0px;
}
#header{
	background:url(imgs/logo.gif) no-repeat 100px 0px;
	height:285px;
	padding-bottom:20px;
}
#wrapper{
	width:950px;
	margin:auto;
}

.spacey{
	margin:0px;
	padding:0px 0px 10px 0px;
}

#navigation{
	font-family:Times, Serif;
	font-size:18px;
	margin-left:350px;
}
#navigation li{
	display:inline;
	list-style:none;
	padding:0px;
	margin:10px;
}
#navigation a{
	color:#c2c2c2;
	text-decoration:none;
}
#navigation a:hover{
	color:#fff;
}

#chifforobe{
    margin:43px 0 0 123px;
}
#chifforobe img{
	width:336px;
	height:175px;
}
#top10{
	background:url(images/tt-bg.gif) no-repeat;
	color:#fff;
	padding:10px;
	width:600px;
	height:280px;
}
#cont{
	background:url(images/cont-bg.gif) no-repeat;
	color:#fff;
	padding:10px;
	width:550px;
	height:350px;
}
label{
	padding:10px 0 0 0;
}
#top10 a{
	color:#6d3d37;
	text-decoration:none;
	padding:3px;
}
#top10 a:hover{
	color:#fff;
}
.footer{
	background:url(imgs/footer-bg.gif) repeat-x;
	width:100%;
	height:51px;
	padding-top:15px;
	margin:auto;
	color:#c2c2c2;
	font-family:Times, Serif;
	font-size:14px;
	text-align:center;
}
.footer a{
	color:#c2c2c2;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
	text-decoration:none;
}

.footer li{
	display:inline;
	list-style:none;
	margin:10px;
}