body {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	line-height: 1.2em;	
	color: #333333;  
    background: #ffffff;   
} 

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

#innerWrapper {
    position: relative; 
}

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


#header {
    position: relative; 
    padding: 0 0 0 630px;
    height: 100px;	
	background: url(images/logo.jpg) no-repeat top left;  
}

#header div{
    position: absolute;
    right: 0;
    bottom: 0; 
    color: #999999;	    
    height: 30px;	
}

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

#mainMenu {
    position: relative; 
    height: 30px;   
	color: #65727f;	
}

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

#mainBody {
    position: relative; 
    width: 800px;
    min-height: 400px;  
}

#leftDiv {
    float: left;
    padding: 0 0 0 0;
    width: 610px;
    min-height: 400px;   
}

#subMenu {
    min-height: 120px;   
}

#rightDiv {
    float: right; 
    padding: 16px 0 0 0;
    width: 180px;
    text-align: center;
    min-height: 300px;   
}

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

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

#footer {
    position: relative;    
    border-top: 1px dashed #cccccc; 
}

#footer div{
    padding: 0 10px 0 0;
    text-align: center;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;    
    color: #aaaaaa;
    height: 25px;  
    line-height: 25px;     	   
}
 	

