@charset "utf-8";
/* CSS Document */

html{
	
	margin:0px;
}

body {
	
	background-image:url(../bg-top.jpg);
	background-position:center top;background-repeat:no-repeat;
	margin:0px;
	 background-color:#000;
	 
}

#main {
	
width:880px;margin:auto;background:#FFF;padding-left:20px;padding-right:20px;	margin-top:50px;

-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;

}

#header h1 {
padding:0px;margin-bottom:-5px;	
}

#content {
font-family:Arial;line-height:22px;width:900px;padding-bottom:20px;clear:both;	
}

#content h2{
font-style:italic;text-transform:uppercase;margin-top:10px;font-family:Arial;	
}

#content a{
	text-transform:capitalize;color:#F00;text-decoration:none;
}

.nl_summaryPost {
	margin-bottom:5px;	
	color:#CCC;
	font-size:14px;
}

.nl_summaryPost a{
	font-size:16px;
}
  
.innerfade {
	list-style:none;
	margin-left:-40px;
	
}

#footer, #footerseo {
	
	background-image:url(/bg-footer.jpg);
	background-repeat:repeat-x;
	background-color:#353535;
	font-family:Arial;
	line-height:22px;
	font-size:14px; 
	width:880px;
	margin:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	padding-top:0px;
	margin-bottom:30px;
	margin-top:30px;
}
#footerseo {
		margin-top:150px;
		padding-top:30px;
}

#footerseo a{
		color:#666;
}
#footerseo strong{
		color:#999;
}

#footerseo h4{
		color:#CCC;
}

#footer a{
	color:#999;
	text-decoration:none;
	text-transform:capitalize;
}

#footer ul {
	list-style:none;
		height:130px;
		margin-bottom:10px;
}

#footer ul li{
	width:220px;

	float:left;
	font-weight:bold;	
	margin-left:-10px;
	
}

#footer ul li ul {
	margin-left:-20px;padding-bottom:55px;
}

#footer ul li ul li a {
	color:#CCC;
}

#footer ul li ul {
	clear:both;
}

#footer ul li ul li {
	font-weight:normal;
	margin-left:-20px;
}



.rssChannel {
	height:0px;
	visibility:hidden;
}

.rssItem {
	padding-bottom:3px;
}

