@charset "UTF-8";/* CSS Document *//* Reset CSS */html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote { padding: 0; margin: 0; font-size: 100%; font-weight: normal;}table { 	border-collapse: collapse;	border-spacing: 0;}td, th, caption { 	font-weight: normal; 	text-align: left; }img, fieldset { 	border: 0; }ol { 	padding-left: 1.4em; 	list-style: decimal;}ul { 	padding-left: 1.4em; 	list-style:square;}/* CSS for throughout site */body {	background-image: url(../images/background.gif);	background-position: center top;	z-index: 0;}#wrapper {	height: auto;	width: 960px;	margin-right: auto;	margin-left: auto;	position: relative;	z-index: 5;}#logo {	height: auto;	width: 960px;	padding-top: 15px;	padding-bottom: 26px;}#content {	height: auto;	width: 960px;	position: relative;}#navigation {	float: left;	height: auto;	width: 200px;	position: relative;	z-index: 300;	background-color: #86AAC7;	padding-right: 10px;	padding-left: 15px;	padding-top: 10px;	padding-bottom: 10px;}#footer {	clear: both;	position: relative;	width: 960px;}