#outer {
background-image: url(redbg.jpg);
width : 975px;
padding:10px;
margin-left:120px;
} 

#middle {
background-image: url(whitebg.jpg); 
width : 955px; 
padding:10px;
} 

#inner {
background-image: url(bluebg.jpg); 
width : 935px; 
padding:10px;
} 

#footer {
	font-size: 14px;
	padding-top: 75px;
	text-align: center;
}
h1	{
	font-size: 20px;
	color:#FF0000 
}

h2 {
	font-size: 16px; 
	font-style: italic;
	color: #000080;
	text-align:center;
	vertical-align:top;
}
h3 {
	font-size: 16px;
	color: #000080;
	text-align: left;
	vertical-align:top;
}
h4 {
	font-size: 16px;
	font-style: italic;
	color: #000080;
	text-align:center;
	vertical-align: bottom;
}
