body, html {
	margin:auto;
	margin-top: 10px; 
	background-color:#6c3;
	
}

#bgcontainer {
	width:700px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
}

#nav {
width:700px;	
background: transparent url(img/bar_top.gif) no-repeat top;
margin:0px;
padding:0px;
}

#main {
	padding:14px;
	background:#6cf url(img/bar_bottom.gif) no-repeat bottom;
	font-family:georgia, courier new, courier, mono;
	font-size:13px;
	color:#300;
}

#main h1 {
	margin:8px 0px 0px 0px;
	padding:0px;
	font-family:georgia, courier new, courier, mono;
	font-size:16px;
	color:#f33;
	font-weight:bold;
}

#main h2 {
	margin:8px 0px 0px 0px;
	padding:0px;
	font-family:georgia, courier new, courier, mono;
	font-size:22px;
	color:#f60;
	font-weight:bold;
}

#main h3 {
	margin:8px 0px 0px 0px;
	padding:0px;
	font-family:georgia, courier new, courier, mono;
	font-size:18px;
	color:#f30;
	font-weight:bold;
}


h6 {
}

a:link, a:visited {
text-decoration:none;
color:#FF3300;
}

a:hover {
text-decoration:none;
color:#cf0;
}

a.lnk  {
font-weight:bold;
padding-left:8px;
}

a.lnk:hover {
font-weight:bold;
color:#0099FF;
}


.tabg {
color:#fff;
background-color:#6c3;
text-transform:uppercase;
font-weight:bold;
font-size:13px;
margin:0px;
padding:3px;}

.stats {
font-weight:bold;
font-size:13px;
color:#444;
}

.down {
color:#0099FF;
text-align:right;
}

#foot {
	padding:10px;
	background:transparent url(img/name_lg.gif) no-repeat bottom right;
	height:30px;
}

#footer {
	padding:10px;
	margin:auto;
	font-family:georgia, courier new, courier, mono;
	font-size:11px;
	color:#300;
	text-align:center;
}

