
/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 76%/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	background: #18061c url(images/bkgd.jpg) repeat-x;
	cursor: default;
	margin-top: 0px;
	}

/* Headers and Paragraphs:
------------------------------------------------ */
#wrap h1, h2, h3, h4, h5, h6 {
	font-family:  Verdana, arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 1.1em;
	color: #999;
	margin: 10px 10px 5px 0;
}



h4, h5, h6 {
	line-height: 1.3em;
	border: 0;
	margin: 5px 0 3px 0;
}

#wrap h1 { font-size: 140%; font-weight: normal; color: #B85014; padding: 0px 0px 0px 50px;}
h2 { font-size: 105%; font-weight: bold; padding: 0px 0px 5px 50px;}
h3 { font-size: 80%; font-weight: bold; color: #B85014;}
h4 { font-size: 100%; }
h5 { font-size: 140%; font-weight: normal; color: #B85014;}
h6 { font-size: 78%; text-align: center;}
p { font-size: 95%; line-height: 1.3em;}

#righttext h1, #righttext h2, #leftform h1, #rightform h1, #form h2, #lefthome h1 , #lefthome h2, #form h1{
	padding-left: 0px; }

#righttext h1{
	line-height: 1.2em;}

#lefthome h1{
	font-size: 160%;
}

#form h6, #yoyotext h6 {
	text-align: left;
}


/* Layout
------------------------------------------------ */



#wrap {
	width: 940px;
	height: 760px;

	margin: auto;
	padding: 0px 0px 0px 0px;
	background: transparent url(images/sitebkgd.png) no-repeat;
	}

#header {
	height: 134px;
	width: 940px;
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background: #18061c;
	}


#maincontent {
	width: 900px;
	float: left;
	height: 540px;
	padding: 40px 40px 12px 40px;
	}


#form {
	width: 750px;
	margin-left: 50px;
	}

#leftform {
	float: left;
	width: 350px;
	height: 350px;
	overflow: auto;
	margin-top: 15px;
	padding-right: 20px;
	}

#lefthome {
	float: left;
	width: 250px;
	height: 500px;
	overflow: auto;
	margin-top: 30px;
	padding: 0 20px 0 50px;
}

#rightform {
	float: right;
	width: 320px;
	height: 350px;
	margin-top: 15px;
	}

#righthome {
	float: right;
	width: 500px;
	height: 450px;
	margin-top: 30px;
	padding: 0 50px 0 0;
	}

#homecontent {
	width: 400px;
	float: left;
	height: 540px;
	padding: 40px 40px 12px 40px;
	}

#maintext {
	width: 475px;
	float: left;
	height: 140px;
	overflow: auto;
	margin: 0px;
	padding: 0 40px 0 50px;
	}

#yoyotext {
	width: 475px;
	float: left;
	height: 450px;
	overflow: auto;
	margin: 0px;
	padding: 0 40px 0 50px;
	}

#righttext {
	float: right;
	height: 140px;
	width: 250px;
	margin: 0px;
	padding-right: 60px;
	}

#footer {
	float: left;
	clear: both;
	width: 900px;
	margin: 0px;
	display: inline; 
	padding-left: 20px;
	}


/* Content styling
------------------------------------------------ */


a:link, a:visited {
	color: #999;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	text-decoration: none;
	}



.nl_summaryPost h3 a:link, .nl_summaryPost h3 a:visited, .nl_info a:link, .nl_info a:visited{
	color: black;
	background: none;
	border-bottom: none;
	}

.nl_summaryPost h3 a:hover, .nl_info a:hover {
	color: black;
	background: none;
	border-bottom: none;

	}
	
.nl_summaryPost .nl_info {
	background-color: #eee;
	}
	



/* Tables 
------------------------------------------------ */
table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
	
td, th {
	font-size: 80%;
	border: 1px solid #999;
	padding: 0.1em 1em;
	vertical-align: text-top;
}
	
.alternative {
	background-color: #ddf;
}

/* Lists 
------------------------------------------------ */

ol {
	padding-left: 20px;
}

