html {height:100%; margin-bottom:1px;}
* {
	margin: 0;
	position: 0;
}
body {
	color: #000;
	font: 80% Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-top: 50px;
}
#banner {
	height: 50px;
	border-bottom: 1px solid #000;
}
#wrapper, #banner, #footer {
	width: 800px;
	margin: 0 auto;
}
#wrapper {
	height:auto;
	overflow:auto;
	background:url(images/faux.gif) repeat-y top left;
}
#content {
	float:right;
	width: 600px;
	padding-top: 10px;
	border-right: 1px solid #ce2200;
}
#content p, #content h3 {
	margin-bottom: 1em;
}
#content h3 {
	font-size: 1.1em;
}
#navigation {
	margin-right:600px;
	margin-top:0;
}
#footer {
	clear:both;
	background-color:#ce2200;
	padding:4px 0;
	color: #fff;
}

#footer a:link, #footer a:visited {color:#fff;}
#footer a:hover {color:red;}
.clear {
	clear: both;
}
.downone {
	font-size: 0.85em;
}
img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul li {
	margin-top: 4px;
}
h1 {
	font-size: 1.4em;
	color: #b5262c;
}
h2 {
	font-size: 1.2em;
}
a:link {
	color: #00c;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #c00;
}
}
ul.nobr {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nobr li {
	padding: 0;
	list-style: none;
}
.center {
	text-align: center;
}
.textright {
	text-align: right;
}
img {
	border-style: none;
}
.homeTable {width:100%;}
.homeTable td {width:50%; text-align:center;}
