/* LNO sign-up page CSS 		*/
/* chris palmatier April 2007	*/


/* structcha */
	
	/* id's */
	
	body {
		margin: 0;
		}
		
	#page {
		width: 760px;
		margin: 0 auto;
		padding: 0;
		background: #000;
		}
		
	#head {
		width: 760px;
		height: 300px;
		background: url(../images/LNO_headbg7.jpg) top center no-repeat;
		margin: 0;
		padding: 0;
		}
		
	#main {
		width: 760px;
		background: url(../images/LNO_bodybg7.jpg) top center no-repeat;
		margin: 0;
		padding: 0;
		}
		
	#footer {
		width: 600px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		}
	
	/* classes */
	
	.contentwrap {
		width: 760px;
		margin: 0 auto;
		}
		
	.leftcol {
		width: 319px;
		margin-top: 0;
		margin-bottom: 20px;
		padding-right: 30px;
		padding-left: 30px;
		float: left;
		text-align: left;
		}
		
	.rightcol {
		width: 319px;
		text-align: left;
		margin-top: 0;
		margin-bottom: 20px;
		padding-left: 30px;
		padding-right: 20px;
		margin-right: 10px;
		float: right;
		}	
		
	.onecol {
		width: 320px;
		text-align: left;
		margin: 0 auto 20px auto;
		padding: 0 0 0 220px;
		float: left;
		}	
	
	/* clearfix gaffled from 37signals.com */
	
	.clearfix:after {
    	content: "."; 
   		display: block; 
    	height: 0; 
    	clear: both; 
    	visibility: hidden;
		}

	.clearfix {
		display: inline-block;
		}

	/* Hides from IE-mac \*/
		* html .clearfix {height: 1%;}
		.clearfix {display: block;}
	/* End hide from IE-mac */			
	
/* typography */
	
	body {
		font-family: Helvetica, Arial, sans-serif;
		background: #111 url(../images/LNO_fullbg3.gif) top center repeat-y;
		}
		
	#head h1 {
		margin-left: -9999px;
		margin-top: 0;
		}
		
	.contentwrap h1 {
		font-size: 36px;
		font-weight: normal;
		color: #ccc;
		}
		
	.contentwrap h2 {
		font-size: 24px;
		font-weight: normal;
		color: #d51302;
		}
		
	.contentwrap p {
		font-size: 14px;
		line-height: 18px;
		color: #ddd;
		}
	
	.contentwrap p a {
		color: #feb73e;
		text-decoration: none;
		}
		
	.contentwrap p a:hover {
		color: #d51302;
		text-decoration: none;
		}	
	
	.yellow {
		color: #feb73e;
		}
		
	#error_email {
		color: #feb73e;
		}	
		
	#footer p {
		font-size: 12px;
		color: #666;
		}
		
	#footer p a {
		color: #666;
		text-decoration: none;
		}
		
	#footer p a:hover {
		color: #999;
		text-decoration: none;
		}
		
