#head {
PADDING-RIGHT:  0px; 
DISPLAY:      block; 
PADDING-LEFT:   0px; 
BACKGROUND: #696969; 
PADDING-BOTTOM: 0px; 
COLOR:         #000; 
PADDING-TOP:    5px; 
HEIGHT:       76px; 
TEXT-ALIGN:    left;
border-top: 2px solid white;

}

#left {
margin-right:   15em;
padding-right: 35px;
border-top: 2px solid white;

}            

#innerContainer {
width:          100%;
float:          left;
margin-right:  -15em;
padding-left:   0px;
padding-right:  0px;
background-color: #d9dac8;
position: relative;
z-index: 2;
border: 2px solid white;
}

#right {
float:         right;
width:          15em;
padding-right:  20px;
padding-bottom: 10px;
padding-left: 10px;
margin-right:   0px;
background-color: #b1b9c6;
}

#right2 {
float:         right;
width:          15em;
padding-right:  15px;
padding-bottom: 10px;
padding-left: 15px;
margin-right:   0px;
background-color: #b1b9c6;
position: relative;
z-index: 3;
border-left: 2px solid white;
border-top: 2px solid white;

}

            
#footer {
clear:          both;
PADDING-RIGHT:   0px; 
DISPLAY:       block; 
PADDING-LEFT:    0px; 
BACKGROUND:  #696969; 
PADDING-BOTTOM:  0px; 
COLOR:          #000; 
PADDING-TOP:     0px; 
HEIGHT:        100px; 
clear:          both;
TEXT-ALIGN:     left;
border-top: 2px solid white;

}

#leftbox {
	float: left;
	width: 55%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	/*background-color: mistyrose;*/
	
}
#rightbox {
	float: left;
	width: 35%;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	/*background-color: lemonchiffon;*/	
}
#bottomleftbox {
	float: left;
	width: 50%;
	margin-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
	/*background-color: mistyrose;*/
	
}
#bottomrightbox {
	float: right;
	width: 50%;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-left: 20px;
	/*background-color: lemonchiffon;*/	
}