@charset "UTF-8";
/* CSS Document */

#canvasWrapper {
	width: 700px;
}
#contentWrapper { width: 700px; }
body{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(gradient.jpg);
	background-repeat: no-repeat;
	background-color: #191F22;
	color: #666666;
	background-position: center top;
}
#canvasWrapper{
	margin-right: auto;
	margin-left: auto;
	background-image: none;
}
a:link, a:visited, a:active{
	text-decoration: none;
	color: #B7B7B7;
}
#pageFooterWrapper, #pageBodyWrapper { clear: both; } 
#canvasWrapper, #content { overflow: hidden; }
  #pageFooter {
	font-size: 9pt;
	border-top: 1px solid #ccc;
}
  #pageFooter{
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif;
	font-size: 11px;
	color: #B7B7B7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
	border-right-color: #B7B7B7;
	border-bottom-color: #B7B7B7;
	border-left-color: #B7B7B7;
}
  #pageFooterWrapper{padding-top: 50px; padding-bottom: 50px;}
