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

#wrapper {
    position: relative; /*CSS IE6 Hack*/ 
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;   
    width: 800px;
    padding: 0;	       
}

#innerWrapper {
    position: relative; /*CSS IE6 Hack*/  
    padding: 0;          
}


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


#header {
    position: relative; /*CSS IE6 Hack*/ 
	padding: 0;
    height: 200px;                      	       
    background: #ffffff url(images/header.jpg) no-repeat top left; 
}

#empty {
    position: relative; /*CSS IE6 Hack*/ 
	padding: 0 0 0 0;
    height: 87px;   
}


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


#mainBody {
    position: relative; /*CSS IE6 Hack*/ 
	padding: 0; 	
    text-align: left;   
    background: #ffffff url(images/mainbody_bg.gif) repeat-y top left;             
    border: 5px solid #ffffff;
}

#design {
    position: relative; /*CSS IE6 Hack*/ 
    padding: 0;
    height: 180px;
    background: url(images/design.jpg) no-repeat top left;  
    border-bottom: 5px solid #ffffff;
}

#left {
    position: relative; /*CSS Hack*/    
	padding: 0 100px 0 0;  
/*    float: left;
    width: 500px;   */
    background: #e2ded1 url(images/h1_bg.jpg) repeat-x top left;           	
}

#right {
    position: relative; /*CSS IE6 Hack*/ 
    float: right;
    width: 285px;         
    background: #e2ded1 url(images/h1_bg.jpg) repeat-x top left;                 
}

.h1 {   
    padding: 10px 0 0 15px;
    height: 45px;  
    font-weight: bold;
    font-size: 15px;             
}

#text {
    margin: 0;
    padding: 0 0 20px 30px;   
}

#clear {
    position: relative; /*CSS IE6 Hack*/ 
    clear: both; /*CSS Hack*/  
}

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

#footer {
    position: relative; /*CSS IE6 Hack*/ 
    padding: 10px 0 0 0;
    height: 30px;      
	color: #cccccc;      
    text-align: center; 
    background: url(images/footer_bg.jpg) repeat-x top left;     
    border-top: 5px solid #ffffff;     
}


