.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
body {
  	padding:0;
	margin:0;
	background:#E4E4E4 url(leftcolbg.jpg) repeat-y left top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	min-width:775px;
}
.wrapper {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
}
#header{
	height:90px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

h2 {
  margin: .2em 0;
}
.main {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-y;
	background-position: left;/* background-color value is for content background.
   Image is 2000px wide, ~25% is colored, where sidebar should be 
   (exact pixel count of colored area is actually closer to 26%).
   Position corresponds to left sidebar, repeat img vertically.
   Easily modified for right sidebar - just flip the image,
   change bg position to 75% and change .content to float:left.
*/
}
#centrecontent {
	float: right;
	padding: 0%;
	width: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#left {
	margin-right: 80%;
	padding: 0%;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
#footer {
  	height:20px;
	border-top:1px solid #000;
	background-color: #C50021;
	color: #FFFFFF;
	text-align:center;
  	margin: 0;          /* flush with .main */
}
#footer2 {
  	height:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background-color: #ffffff;
	color: #00000;
	text-align:right;
	font-size: .75em;
  	margin: 0; 
	         /* flush with .main */
}

.nav {
  border-top: thin solid #7d5500;
  font-size: 90%;
}
.nav ul {
  margin: .3em;
  padding: 0;
}
.nav li {
  list-style: none;
/*  display: inline; */
  float: left;
  padding: .5em 1em;
}
/* end media rules */
 protect other browsers from IE6's quirks [if IE 6]><style type="text/css" title="Site default">
#header, #left {position:relative}</style><![endif]

