@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%;
}
#wrapper {
	width:840px;
	margin:1em auto;
	background: #666666;
}
#header {
	height:175px;
	background:url(../imgs/layout/header_bg.gif) no-repeat #666666;
}
#nav {
	position:relative;
	background:url(../imgs/layout/nav_bg.gif) no-repeat;
	width:733px;
	height:27px;
	left:96px;
	top:138px;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
#nav ul li {
	display:inline;
	margin:0 20px;
}
#nav ul li a {
	text-decoration:none;
	padding:5px;
	text-align:center;
	color:#000;
}
#nav ul li a:hover {
	background: #666666;
	color:#fff;
}
.nav-on {
	color:#990033;
}
#leftcol {
	float: left;
	width: 69px;
	background:#666666;
}
#content {
	padding: 1em;
	min-height:400px;
	margin: 0 0 0 69px;
	background:url(../imgs/layout/fill_bg.gif) repeat-y;
}
#content h2 {
	margin-top:0;
}
#content ul {
	list-style:none;
	margin:0;
	font-size:1.25em;
	font-weight:bold;
}
#footer {
	margin:0;
	height:30px;
	background:url(../imgs/layout/ftlng.gif);
	font-size:70%;
}
#footer div {
	padding-top:1.25em;
	color:#FFFF00;
}
.lt {
	float:left;
	font-weight:bold;
	margin-left:100px;
}
.rt {
	float:right;
	font-weight:bold;
	margin-right:30px;
}
.imgr {
	float:right;
	margin:0 0 0 1em;
}
.imgl {
	float:left;
	margin:0 1em 1em 1em;
}
.clear {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

