/* CSS Document */html,body {	margin: 0;	padding: 0;}body {	background-color: #999;	font: normal 12px/20px Arial, Verdana, Helvetica, sans-serif;	color: #666;	text-decoration: none;	text-align: center;}img, img a, img a:hover, img a:visited { border: none; }h1 {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: .8em;	color: #996;	text-decoration: none;	letter-spacing: 2px;}h2 {	font-size: 1em;	color: #933;	text-decoration: none;}/* Layout Elements */#wrapper {	width: 800px;	padding: 0px;	margin: 0px auto;	background-color: #FFF;	text-align: left;}#top { border-bottom: solid 5px #CCC; }#banner { }#navigation { }#content { }#left {	padding: 20px;	font-weight: bold;	color: #996;	float: left;	width: 200px;	voice-family: "\"}\"";	voice-family: inherit;	width: 240px;}html>body #left { width: 200px; }#right{	padding: 20px;	font-family: normal 1em Georgia, "Times New Roman", Times, serif;	color: #333;	float: right;	width: 520px;	voice-family: "\"}\"";	voice-family: inherit;	width: 560px;}html>body #right { width: 520px; }#footer {	padding: 15px;	border-top: solid 5px #CCC;	text-transform: uppercase;	font-size: .8em;	font-weight: bold;	color: #666;	text-align: center;	line-height: 12px;	clear: both;	width: 770px;	voice-family: "\"}\"";	voice-family: inherit;	width: 800px;}html>body #footer { width: 770px; }/* Extra Class Elements */#content a {	color: #333;	text-decoration: underline;}#content a.red {	color: #933;	text-decoration: underline;}#content a:visited {	color: #333;	text-decoration: underline;}#content a:hover {	color: #333;	text-decoration: none;}#content a.red:hover {	color: #333;	text-decoration: none;}#left h1 {	font-size: 1.2em;	font-weight: normal;	font-style: italic;	color: #933;}#left a {	text-decoration: underline;	color: #996;}#left a:hover {	text-decoration: underline;	color: #666;}#wrapper.dark { background: #000; }#top.dark { border-bottom: solid 5px #666; }#footer.dark { border-top: solid 5px #666; }#footer a {	text-decoration: underline;	color: #666;}#footer a:hover {	text-decoration: none;	color: #996;}