	body{
		background-color:#EEEEEE;
		margin:0px;
		font: 9pt/16pt georgia; 
	}
	


/* PAGE PLACERS */


	#content{
		width:800px;
		padding-top:20px;
		margin:0px auto;
		margin-top:50px;
		border-top:3px solid #949494;
		background-color:#ffffff;
	}



	.clear{
		clear:both; 
	}
		

	
/* HEDDER */

	
	
	#hedder{
		color:#000000;	
		background-color:#ffffff;
	}
	

	
	.hedderLogo{
		background-image:url(../img/n_logotype.jpg); /*Worder Logo*/
		/*position:relative;*/
		/*top: 5px; 
		right: 2px; */
		width: 146px; 
		height: 48px; 
		margin-left:50px;
	}

	.hedderLogotype{
		margin-left:50px;
		clear:both;
		font-size:10pt;
	}

	
	.hedderImage{
		background-image:url(../img/n_hedder.jpg);
		/*position:relative;*/
		width:100%;
		height: 250px; 
	}

/* MENY */


	#menu{
		width:100%;
		background-color:#949494;
		height:33px;
	}
	
	.menuLeft, .menuContent, .menuRight{
		float:left;
		height:33px;
	}


	
	.menuLeft{
		width:20px;
	}
	
	.menuRight{
		width:20px;
	}
	
	.menuContent{
		color:#FFFFFF;
		width:700px;
		padding-left:60px;
	}		
	
	.menuButton{
		padding: 0px 10px 0px 10px;
		float:left;
		height:33px;
		border-left:1px solid #000000;
		font-weight:bolder;
		font-size:14px;
		text-align:center;
		line-height:33px;
	}

	.menuButtonEnd{
		padding: 0px 10px 0px 10px;
		float:left;
		height:33px;
		border-left:1px solid #000000;
	}
	
	.menuButton:hover{
		color:#CCCC00;
		background-color: #333333;
		border-top:1px solid #000000;
		border-bottom:1px solid #000000;
		cursor:pointer;
	}

	a.menuLink:link { 
		color: #ffffff;
		text-decoration:none;
	}
	 
	a.menuLink:visited { 
		text-decoration:none;
		color: #ffffff;
	}
	 
	a.menuLink:hover { 
		color:#ffffff;
		text-decoration:none;
		background-color: #333333;
	}
	
	a.menuLink:active { 
		color:#CCCC00;
	}

/* MAIN PLACERS */
	
	#main{
		/*background-color:#E0DCAE;*/
	}
	

	.sideImg{
		/*background: transparent url(../img/bottle.gif) no-repeat top left;
		position:relative;
		top: -70px;
		*/
		width: 80px; 
		height: 400px;
	}


	.mainLeft{
		float:left;	
		width:90px;			
	}		

	.mainContent{
		float:left;
		width:550px;				
	}

	
	.mainRight{
		float:left;
		width:160px;
	}	
	

/*SUB MENU (RIGHT CONTENT PLACERS)*/
	
	.subMenu{
		margin-top:30px;
	}
	
	.subMenuItem{
		padding-left:10px;
		background:#A89F85;
		border-top:1px solid #000; 
		border-left:1px solid #000; 
		border-bottom:1px solid #000;
	
	}
	
/* FOTTER */

	#fotter{
		background-color:#949494;
		margin-bottom:50px;
		margin-top:50px;
		padding-top:50px;
	}


/* ARTICLES */
	.articel{
		padding-left:10px;
		padding-right:40px;
		margin-bottom:20px;
	}
	
	.articelHedder{
		margin-left:10px;
		padding-left:20px;
		font-size:14px;
		font-weight:bolder;
		border-bottom: 1px solid #000000;
	}
	
	.articelHedderContent, articelHedderDate{
		float:left;
	}
	
	.articelHedderContent{
		padding-left:10px;
		border-left: 1px solid #000000;
	}
	
	.articelHedderDate{
		text-align:right;
	}
	.articelMain{
		margin-left:10px;
		padding-left:20px;
	}
	.articelMainContent{
		padding-left:10px;
		border-left: 1px solid #000000;
	}
	.articelMainLink{
		padding-left:10px;
		border-left: 1px solid #000000;	
	}
	.articelMainSign{
		padding-left:10px;
		border-left: 1px solid #000000;		
		border-bottom: 1px solid #000000;	
		text-align:right;
		font-style:italic;
	}

/* ICONS */

	.iconArcive{
		background: transparent url(../img/iconArcive.gif) no-repeat top left;
		position:relative;
		top: 20px; 
		right: 4px; 
		width: 34px; 
		height: 33px; 
	}

	.iconMartini{
		background: transparent url(../img/iconMartini.gif) no-repeat top left;
		position:relative;
		top: 20px; 
		right: -10px; 
		width: 34px; 
		height: 33px; 
	}

	.iconClip{
		background: transparent url(../img/iconClip.gif) no-repeat top left;
		position:relative;
		top: 20px; 
		right: 2px; 
		width: 34px; 
		height: 33px; 
	}