@charset "utf-8";
body  {
	font-family:Georgia, Times, Serif;
	font-size:12px;	
	background: #000000;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

#lottlogo {
	padding-left:75px;
	padding-top:10px;
	background: #ffffff;
	}
	
ul {
	text-align:center;
	list-style-type: none;
	margin:0;
	padding:2px;
	}

li {
	background: #000000;
	margin:5px;
	padding:5px  2px;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:#999999 thin dotted;
	margin-left: 10px;
	}
	
a:link {
	color:#ffffff;
	text-decoration:none;
	}
	
a:visited {
	color:#ffffCC;
	text-decoration:none;
	}
	
a:hover {
	background-color: #ffffff;
	text-decoration:none;
	color: #000000;
	}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #ffffff;
	text-align: left;
} 

.thrColAbsHdr #header {
	height: 100px; 
	background: #000000;
	padding: 0 10px 0 10px;
} 
.thrColAbsHdr #header h1 {
	margin: 0;
	padding: 10px 0;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 150px;
	background: #000000;
	padding: 15px 10px 15px 30px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 100px;
	left: 700px;
	width: 160px;
	background: #000000;
	padding: 15px 10px 15px 20px;
	height: 440px;
}
.thrColAbsHdr #mainContent {
	margin: 0 210px;
	padding: 0 10px;
}
