.displayBlock{ display:block; }
.displayNone{ display:none; }
.clearBoth{ clear:both; }
.clearNone{ clear:none; }
.clearLeft{ clear:left; }
.clearRight{ clear:right; }
.floatLeft{ float:left; }
.floatRight{ float:right; }
.textLeft{ text-align:left; }
.textRight{ text-align:right; }
.textCenter{ text-align:center; }
.overflowHidden{ overflow:hidden; }
.overflowScroll{ overflow:scroll; }
.clr{ display:block;clear:both;overflow:hidden; }
.lfloat{ display:block;float:left;clear:none;overflow:hidden; }
.rfloat{ display:block;float:right;clear:none;overflow:hidden; }

html, body
{
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
}

html a, body a
{
	color: #465c99;
}

html a:hover, body a:hover
{
	color: #6887de;
	text-decoration: none;
}

html h1, body h1
{
	text-transform: uppercase;
	font-family: "helvetica condensed", "arial narrow", arial;
	font-size: 14px;
	padding: 2px 0px 4px 0px;
}

#root
{
	margin: auto;
	width: 750px;
}

#header
{
	width: 750px;
	height: 300px;
}

#middle
{
	width: 730px;
	padding: 0px 8px 8px 8px;
	border: 2px solid #ccc;
}

#menu
{
	width: 222px;
	padding: 0px 14px 0px 14px;
	background-color: #f2f2f2;
}

#body
{
	width: 434px;
	padding: 10px 15px 0px 15px;
}

#footer
{
	width: 750px;
	background-image: url(/art/footerBg.gif);
	background-repeat: repeat-x;
	border-top: 2px solid #fff;
	padding: 10px 22px 10px 22px;
}

#footerLeft
{
	display: block;
	float: left;
	clear: none;
	width: 350px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	border-right: 1px dotted #ccc;
}

#footerRight
{
	display: block;
	float: left;
	clear: none;
	width: 350px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}

#footerBottom
{
	display: block;
	float: left;
	padding: 2px 0px 0px 0px;
}