* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal; 
 line-height: normal; 
 font-weight: normal;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#faux {
 background: url(images/background_hs_faux.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #000;
 width: 902px;
 padding: 5px 10px;
 height: 100px;
 margin: 10px 0px 0px 0px;
 background: #fff;
}

#banner {
	float: left;
}

#calendar {
	float: right;
}

#navigation {
 color: #fff;
 padding: 5px 10px;
 margin: 0px;
 background: #000;
 text-align: center;
}

#navigation a:link, #navigation a:visited {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0px 10px 4px 10px;
	text-decoration: none;
	color: #fff;
	}

#navigation a.active:link, #navigation a.active:visited, #navigation a:hover {
	border-bottom: 4px solid #e00000;
	background: #fff;
	color: #000;
	}

#leftcolumn { 
 display: inline;
 color: #333;
 margin: 0px;
 padding: 10px;
 width: 199px;
 float: left;
 text-align: left;
}

#leftcolumn ul { /* remove bullets and list indents */
 list-style: none;
}

#leftcolumn a {
 display: block;
 color: #e00000;
 background: #d6d6d6;
 text-decoration: none;
 font-weight: bold;
 margin: 0px;
 padding: 2px 2px;
 border-bottom: 1px solid #d6d6d6;
}

#leftcolumn a:hover {
 color: #e00000;
 border-bottom: 1px solid #000;
}

#rightcolumn { 
 float: right;
 color: #000;
 margin-right: 5px;
 padding: 10px;
 width: 673px;
 display: inline;
 position: relative;
}

#rightcolumn h2 {
 text-align: center;
 margin-bottom: 20px;
} 

#rightcolumn h3 {
 text-align: center;
 margin-bottom: 10px;
}

#rightcolumn p {
 text-align: justify;
 margin-bottom: 20px;
}

#rightcolumn ul {
 margin-left: 40px;
}

#footer { 
 width: 902px;
 clear: both;
 border-top: 2px solid #000;
 color: #000;
 background: #fff;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}
.clear { clear: both; background: none; }