body {
	/*background: #151515;*/
	background: #151515 url(../img/bggrad.png) repeat-x;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:10px; margin-top:5px; margin-bottom:5px;
	text-align: center;
}

h3 { margin: 0px; font-size: 14px; color: #FFF; }
h2 { margin: 0px; font-size: 18px; color: #ff7600; }
h2 a{ color: #90a8a8; } h4 { font-size:13px; text-decoration:none; margin:0px; }
h4 a { text-decoration:none; }

p { color: #FFF; }

td {vertical-align: top; }

a { color: #CCC; text-decoration:underline; font-weight:bold; }
a:hover{ color: #FFF; text-decoration:underline; }
#menu a { color: #AAA; display:block; padding:1px; font-weight:bold; text-decoration:none; }

a:active { }
#container {
	text-align:center;
	min-width: 750px;
	max-width: 750px;
	width:expression(document.body.clientWidth < 750 ? "750px":"auto");
	width:expression(document.body.clientWidth > 750 ? "750px":"auto");
	margin: 0 auto;
	background: #1F2227;
	color:#FFF;
	border: 1px
	solid #000;
	max-height: 632px;
}
html>body #container {max-height: 632px;}

	
#header { width:100%; height:59px; background:#1f2227 url(../img/headerbg.gif); overflow: hidden; }
#nav {background: #000 url(../img/nav.gif); color:#FFF; height: 18px; padding-top: 4px; padding-right: 4px; padding-left: 4px; margin-bottom:5px; }
#footer { background: url(../img/nav.gif); text-align: center; height: 19px; padding-top: 3px; color:#FFF; clear:both; }
.ltbox { }
.dkbox { }

img { border:0px; }

#boxtop div { background: url(../img/grbox_tl.gif) no-repeat top left; }
#boxtop { background: url(../img/grbox_tr.gif) no-repeat top right; }
#boxbot div { background: url(../img/grbox_bl.gif) no-repeat bottom left; }
#boxbot { background: url(../img/grbox_br.gif) no-repeat bottom right; clear:both; }
#boxtop div, #boxtop, #boxbot div, #boxbot { width: 100%; height: 10px; font-size: 1px; }
#boxcontent { margin: 0 10px; max-height: 632px;}
html>body #boxcontent {max-height: 632px;}
#boxroundbox { margin-bottom: 10px; background: #363C48; }

#left{ float:left; width:25%; padding:5px; padding-right:0px; }
#center {float:left; width: 47%; border-collapse: collapse; padding:5px;}
#right { float:right; width:25%; padding:5px 5px 5px 0; }
.lt { float:left; padding: 5px; }
.rt { float:right; padding: 5px; padding-top:0;}

#content {font-size: 14px;}

