/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

a {
	text-decoration:none;
}
.clear {
	clear:both;
}
h1 {
	font-size:22px;
	color:#333;
	font-weight:bold;
}
body {
	background:url(../images/lessburg/background.png) repeat-x top left #fff;
	font-family: Helvetica, Arial, sans-serif;
	color:#666;
	font-size:14px;
}
#container {
	width:1000px;
	position:relative;
	margin:auto;
	min-height:800px;
}
#header {
	height:315px;
	background: url(../images/lessburg/header-back.png) no-repeat top right;
}
.logo {
	float:left;
}
#nav {
	float:right;
	width:680px;
	height:40px;
	padding-top:15px;
}
#nav a {
	color:#fff;
	padding:8px 12px;
	margin-left:3px;
	font-size:16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#nav a:hover {
	background:#9ce0f8;
	color:#2E292A;
}
#tools {
	width:120px;
	height:50px;
	position:absolute;
	right:20px;
	top:280px;
}
#rightcol {
	float:left;
	width:265px;
	background:#FFF;
	padding:20px;
}
#rightcol ul {
	list-style:none;
	background:url(../images/lessburg/news-icons.png) no-repeat top center;
	padding-top:130px;
	marin-top:-10px;
}
#rightcol ul li {
	padding:5px 0;
	border-top:#999 1px dotted;
	
}
ul li a {
	color:#369dc1;
}
#register {
	text-align:center;
	background:#dbdada;
	margin: 10px 0;
	padding:14px 0;
	
}
#register a {
	background:#9ce0f8;
	color:#2E292A;
	font-size:20px;
	padding:10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:solid #5ba6c1 1px;
}
#register a:hover {	
	background:#c1ecfb;
}

#maincontent {
	float:right;
	width:645px;
	padding:20px;
	background:#FFF;
}
#maincontent p {
	margin:15px 0;
}
#footer {
	text-align:center;
	padding:10px 0;
	border-top:solid 1px #999;
}
#sponsorsmod {
	padding:20px;
	margin: 10px 0;
	background:#FFF;
	text-align:center;
}
