﻿html, body {
	margin: 0;
	padding: 0;
	}
	
.center {
	margin: 0 auto;
	}
	
#header {
	background: url(images/headerbackground.jpg) repeat-x;
	height: 298px;
	margin: 0 auto;
	width: 100%;
	}
	
h1 {
	background: url(images/h1background.jpg) top center no-repeat;
	height: 82px;
	margin: 0 auto;
	text-indent: -9999px;
	width: 877px;
	}
	
#exampleimages {
	background: url(images/exampleimages.jpg) top center no-repeat;
	height: 142px;
	margin: 74px auto 0 auto;
	width: 838px;
	}
	
#content {
	background: url(images/contentbackground.jpg) top center no-repeat;
	}

#awardscontainer {
	background: transparent;
	margin: 0 auto;
	padding-top: 20px;
	width: 838px;
	}
	
#awardscontainer ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}
	
#awardscontainer ul li {
	color: #78828b;
	display: inline;
	float: left;
	font: 11px/18px Arial, Verdana, Helvetica, sans-serif;
	padding: 20px;
	width: 235px;
	}
	
#awardscontainer ul li#middle {
	border-left: 1px solid #dee4e9;
	border-right: 1px solid #dee4e9;
	}
	
p.view {
	clear: both;
	color: #2c81ca;
	font-weight: bold;
	}
	
p.view a {
	color: #2c81ca;
	text-decoration: none;
	}
	
#fix {
	clear: both;
	}
	
.pngfix {
	behavior: url(iepngfix.htc);
}
