body {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #333333;  
    background: #ffffff url(images/bg.jpg) repeat-x top left;   
} 

#wrapper {
    position: relative; 
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;   
    margin-bottom: 20px;    
    width: 980px;       
}

#innerWrapper {
    position: relative; 
}

/*---------- HEADER
--------------------------------------------------------------------------*/


#header {
    position: relative; 	
}

#design {
    position: relative; 
    height: 130px;  
    background: url(images/logo.jpg) no-repeat top left;          	       
}

#mainMenu {
    position: relative; 
    height: 40px;   
    background: url(images/split.gif) no-repeat top right;     
}

/*---------- MAINBODY
--------------------------------------------------------------------------*/

#mainBody {
    position: relative; 
    width: 980px;
    padding: 10px 0 0 0;   
}

#leftDiv {
    float: left;
    text-align: left;
    width: 210px;
    min-height: 400px;
}

#leftDiv #news{
    padding: 0 0 10px 0;
    width: 199px;
	background: #daded8 url(images/news_bg.gif) no-repeat bottom left; 
    border-top: 10px solid #ffffff;   
}

#rightDiv {
    float: right; 
    width: 750px;          
}

#rightDiv #content{
    float: left; 
    width: 520px;
    min-height: 400px; /* Real Browsers */
    height: auto !important; /* min-height IE6 Hack */
    height: 400px; /* min-height IE6 Hack */    
}

#rightDiv #rightContent{
    float: right; 
    padding: 0 0  0;
    width: 200px;
    min-height: 400px; /* Real Browsers */
    height: auto !important; /* min-height IE6 Hack */
    height: 400px; /* min-height IE6 Hack */     
}

div.clear {
    clear: both;
    position: relative;
    line-height: 0px;
    height: 0px;
    font-size: 0px;
}

/*---------- FOOTER
--------------------------------------------------------------------------*/

#footer {
    position: relative;   
    padding: 10px 0 0 0;  
}

#footer div{
    padding: 0 10px 0 0;
    text-align: right;
	font-family: trebuchet ms, verdana, arial, Helvetica, sans-serif;
	font-size: 11px;   
	font-weight: bold;     
    color: #3e464e;
    height: 25px;  
    line-height: 25px;     
    border-top: 2px solid #4b633b;	   
}
 	

