html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #262626;
}
div#distance { 
	margin-bottom: -420px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;         /* required - desired height */
	width: 767px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

td img {display: block;}

a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #D85F1C;
}
a:active {
	text-decoration: none;
	color: #999999;
}
/* Main Template */

#maincontentcontainer {
	padding-bottom: 15px;
}

#home-bottomnav {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#rightside-container {
	width: 600px;
	margin-left: 80px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#rightside-container a:link {
	color: #722837;
}
#rightside-container a:hover {
	color: #262626;
}
#rightside-container a:visited {
	color: #722837;
}
#rightside-container a:active {
	color: #722837;
}
#leftside-container {
	width: 225px;
	float: left;
	padding: 15px;
	vertical-align: top;
	background-color: #C3C3BC;
	max-height: 600px;
	overflow: auto;
}
#banner-container {
}
#nav-container {
	height: 24px;
}
