html{
	overflow: scroll;
}
body{
	background-color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	margin: 0;
	padding: 0;
}	
/* versions of IE don't understand position:fixed */
#header-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;	
	background-color: white;
}
body>#header-wrapper{
	position: fixed;
	background-color: white;
	
}
#header-outer{
	position:relative;
	top: 10px;
	width: 800px;
	margin: 0 auto;
}
#header{
	margin: 0 35px;
	height: 100px;
}

body>#content-wrapper{
	position: relative;
	left: 0;
	width: 100%;
}
#content-outer{
	position-relative;
	width: 800px;
	margin: 10px auto;
}
#content{
	position: relative;
	margin: 0 35px 0 35px;
	padding-bottom: 20px;
}
#footer-wrapper{
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: auto;
	background-color: white;
}
body>#footer-wrapper{
	position: fixed;
}
#footer-outer{
	position:relative;
	bottom: 10px;
	width: 800px;
	margin: 0 auto;
	background-color: #aff;
}
#footer{
	margin: 40px 35px;
	height:40px;
	background-color: #faa;
}
#header .logo{
	position:relative;
	top: 10px;
	font-size: 30px;
	line-height:40px;
	width:auto;
	color: gray;
	height: 35px;
}
#header ul{
	position:relative;
	display: block;
	list-style-type:none;
	margin-top: 4px;
}
#header ul li{
	position:relative;
	float:right;
	margin-left:15px;
	margin-top: -5px;	
}
a{
	text-decoration: none;
	color: gray;
}
#header ul li a{
	text-decoration: none;
	color: gray;
}
#header ul li a:hover, a:hover{
	color: #d00;
}
.hrRed{
	position: relative;
	background-color: #d00;
	width: 100%;
	height: 4px;
	margin: 0;
}
.hrRedSmall{
	position: relative;
	background-color: #d00;
	width: 100%;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
}
.section{
	display:block;
	margin:	0;
}
.section .title{
	position:relative;
	font-size:18px;
	display:block;
	color: #666;
}
.section .clear{
	clear:both;
}
.blockquote{
	margin: 0 40px 0 40px;
}
.thumbBlock{
	display:inline;
	position:relative;
	float:left;
	text-align: center;
	margin: 10px 50px 10px 0;
}
.thumbBlock a, .thumbBlock a:visited{
	color: gray;
}
.thumbBlock a img, .thumbBlock a:visited img{
	position:relative;	
	border-style: none;
	margin: 0;
}
.thumbBlock a:hover{
	color: #d00;
}
.shiftDown{
	position: relative;
	margin-bottom: 30px;
}
