html, body /* the pagebody this includes the font layout on the whole page*/ 
	{ 
 	margin:0; 
 	padding:0;
 	font-family:verdana, arial, helvetica, sans-serif; 
 	font-size: 12px; 
 	font-style:normal;
 	color:#000000;
	} 

/* dont edit this part */ 
#pagewidth{ 
 	width:100%; 
  	min-width: 595px; /*to make sure page is also viewable on small screens*/
	} 
/* end of dont edit this part */ 


#head /* the titlebar of the page only modify the settings if you make a new logo look into extra.css for logo layout*/ 
	{ 
 	height:90px; 
 	width:100%; 
 	background: url(images/layout/topbar.png) #198E4D; 
 	} 
 
#menuc /* menucol layout only the colom not the menu itself you can find that in extra.css*/  
	{
 	width:200px;
 	height:800px;
 	float:left; 
 	position:relative; 
 	margin-left:-200px; 
 	margin-right:1px; 
 	background: #198E4D;
 	}
 
/* dont edit this part */ 
#outer{ 
 	border:solid white 0px; 
  	/*/*/ border-left-width: 150px ;  /* left column width. NN4 hack to hide borders */ 
	border-left-color: #FFFFFF;   /* left column colour */ 
	border-left-style: solid; 
 	/*/*/ border-right-width: 0px; /* right column width. NN4 hack to hide borders */ 
	border-right-color: #FFFFFF;  /* right column colour */ 
	border-right-style: solid; 
  	background-color: #FFFFFF; /* center column colour */ 
	width: auto; 
 	} 
 
#inner{margin:0; width:100%;}
/* end dont edit this part */ 

 
#main /*maincol this is only the baselayout of the main for the textbar you need to look into extra.css*/ 
	{ 
	float: left;
 	height:800px;
 	width: 100%; 
 	position: relative; 
 	margin: 0 -8px 0 -2px;
 	background: url(images/layout/back.png);
        border-top: solid 3px;
        border-left: solid 3px;
        border-color:#19ba10:
 	}

/* dont edit this part */  
#outer>#inner { border-bottom: 1px solid #FFFFFF;  }
 
.clr{clear:both;}
/* end of dont edit this part */  
 

 
