/*************** general, stylesheet for HPN Webbdesign c2009-2010 ********/

* {
		margin: 0;
		padding: 0;
}

*:first-child+html .group { zoom: 1; } /* IE7 */

body {
		background: #333333;
}

a img {
		border: 0;
		}		

/**************************** Content ****************************************/		
		
#wrapper {
		background: url('../images/background/cloudes_front.jpg');
		margin: 10px auto 10px auto;
		width: 900px;
		border: 4px solid #ffffff;
		 
		}		


#header {
		background:url(../images/headers/webhead_webbdesign900x90.jpg) no-repeat;
		width: 900px;
		height: 90px;
		margin: 0px 0px 0px 0px; 
		}



		
/*-------------------------------full width-------------------*/	
	
.widelist	{
	width: 900px;
	height: 40px;
}

/************************* Main Content ******************************/	

#mainContent {
	float: left;
	padding: 10px 10px 0 10px;
	margin: 10px 30px 0px 0px;
	width: 530px;
	height: 400px;
}
		
/**************************All in Right Column*********************************/

#rightcolumn	{
	margin:20px 0 0 0;
	float: left;
	width: 292px;
	}
	
#cu3er-container {
	width:286px;
	height:376px;
	border: 3px #666666 solid;
	background: #444444;
	outline:0;
}		

.newstop{
	background:url(../images/rounded_corners/newstop240x30.jpg) no-repeat;
	width: 230px;
	height: 25px;
	margin: 10px 5px 10px 5px;
	padding: 6px 5px 0 5px;
	}
		
.infoBox	{
	border: 1px solid #ffffff;
	margin: 0 5px 10px 5px;
	padding: 0 0px 0 0px;
	width: 238px;
	}
	
.newsbox	{
	border: 1px solid #ffffff;
	margin: 0 5px 10px 5px;
	padding: 0 0px 0 0px;
	width: 238px;
	}
	

.newstitleimage	{
	float: left;
	height: 20px;
	margin: 0 0px 0 0;
	}
		
.newstitle	{
	float: left;
	background:url(../images/pixlar/newstitle.jpg);
	width: 238px;
	height: 20px;
	}

.newsContent	{
	clear: both;
	padding: 5px 5px 5px 5px; 
	}
		

	

/*-------------------------------page contents--------------------*/	
	
.frontimage	{
	border: 1px solid #dfe0c7;
	}

.separator {
		clear: both;
		}
		
/*-------------------------------------Footer--------------------------------------*/
		
#footer {
		margin: 0px 0px 0px 0px;
		background:url(../images/background/footer_100.jpg) no-repeat;
		width: inherit;
		height: 100px; 
		}
	

#footer .legal {
	float: left;
	margin: 8px 210px 0 0;
	padding:50px 0 0 20px;
	height: 10px;
	}

#footer .contact {
	float: left;
	margin: 8px 160px 0 0px;
	padding: 50px 0 0 0;
	height: 10px;
	width: 200px;
	}

#footer .credit {
	float: left;
	margin: 5px 0 0 0px;
	padding: 27px 0 0 0;
	height: 10px;
	width: 140px;
	}
	








		

		

