body {
	height:100%;
	margin:0;
	padding:0;
	background:#fff;
	font: 0.75em verdana, helvetica, serif;
	font-weight: bold;
	overflow:hidden;
}

#main {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	top:89px;
	bottom:30px;
	height:auto;
	width:768px;
	left:0;
	z-index:1;
}
#content {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	top:105px;
	_top:104px;
	left:20px;
	width:372px;
	_width:363px;
	padding-right:10px;
	height:auto;
	bottom:0px;
	overflow:auto;
	z-index:5;
}
#content p {
	font-weight:normal;
}
#content li {
	margin-left:-20px;
	_margin-left:0px;
	font-weight:normal;
}
#content h1 {
	font-weight:bold;
	font-size:16px;
}
#content h2 {
	font-weight:bold;
	font-size:14px;
	color:#999;
	margin-bottom:-6px;
}
#content h3 {
	font-weight:bold;
	font-size:12px;
	color:#000;
	margin-bottom:-6px;
}
#content ul {
	list-style-type: square;
}

#content ul li a, #content a {
	text-decoration: none;
	color:#999;
	font-weight:bold;
}
#content ul li a:hover, #content a:hover {
	text-decoration: none;
	color:#CC0000;
	font-weight:bold;
}

#mainright {
	position:absolute;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	left:392px;
	top:103px;
	bottom:0px;
	height:auto;
	width:378px;
	background:#CC0000;
	z-index:0;
	color:#fff;
}

#mainright img.border {
	border:1px #CC0000 solid;
}

#footer {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	max-height:17px;
	bottom:5px;
	width:770px;
	left:0;
	border:1px #000 solid;
}
#footer ul{
	padding:0;	
	list-style-type:none;
	margin:0;
}
#footer li {
	float:left;
	display:inline;
	margin: 0 32px 0 0;
	text-transform: uppercase;
	font-size:10px;
	color:#CC0000;
	padding:0;
}
#footer li a {
	color:#CC0000;
	text-decoration:none;
}
#footer li a:hover {
	color:#000;
	text-decoration:none;
}
#footer li.mid {
	padding-top:3px;
}

#footer li.copy {
	margin:0 0 0 180px;
}
#footer li img {
	display:inline;
	margin:0;
}

