﻿#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-bottom: 2px solid white;

}

#left {
margin-right:   15em;
padding-right: 44px;

}            

#innerContainer {
width:          100%;
float:          left;
margin-right:  -15em;
padding-left:   7px;
padding-right:  0px;
padding-top:5px;
padding-bottom: 5px;
background-color: #d9dac8;
position: relative;
z-index: 2;
}

#right {
float:         right;
width:    	   15em;
padding-right:  10px;
padding-bottom: 10px;
padding-left: 20px;
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-bottom: 2px solid white;
border-left: 2px solid white;
height:100%;

}

            
#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;*/	
}