@charset "UTF-8";
/* CSS Document */

#wrapper {
	width:768px;
	margin: auto;
	margin-top:30px;
	height:800px;
	}	
	
#container {
	width:768px;
	background-color:#000;
	}
	

#leftcontent {
    float:left;
    width:230px;
	height:300px;
    background:#000;
	margin-left:20px;
	margin-right:10px;
    border:2px solid #FFF;
  }
#rightcontent{
	font-size:10px;
	width:490px;
	height:300px;
	border:2px solid #FF0000;
	margin-right:30px;
    }
	
.ln_logo {padding-left:600px; top:20px;
			
}

#nav {
	margin:auto;
	width:760px;
	padding:20px 0px 10px 0px;
	text-align:center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	font-size:15px;
	border-bottom: 1px dashed #8cc640;
}		

.green_dotted {
margin-left:4px;
border-bottom: 1px dashed #8cc640;
width:760px;}


#copy {
	width:500px
	background-color:#000;
}

body {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:18px;
	padding: 0px 20px 0px 20px;
}

p.body {color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:100;
	line-height:18px;
	padding: 0px 20px 0px 20px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #8cc640;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

ul.bullets {color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	list-style:circle;
	padding:0px 0px 0px 80px;
}

#sponsors {
	padding:20px 0px 0px 12px;
}					

