﻿#masthead {
	background-color: #ccc;
	width:893px; 
    height:128px;
    margin-top:50px;
    margin-left:100px;
    margin-right:100px;
    position:absolute;
    } 
#masthead h1 {
  	display:none;
  	}
#sidebar_a {
	width:182px;
	text-align:center;
	font-family:"Comic Sans MS";
	color:white;
	font-weight:bold;
	background-color:#333333;
	height:2050px;
	margin-left:100px;
	margin-top:160px;
	position:absolute;
}   
#content {
	background-color:#D8D8D8;
	color:navy;
	position:absolute;
	margin-left:280px;
	margin-top:160px;
	width:531px;
	height:2050px;
	text-align:center;
	font-weight:bold;
	font-family:"Comic Sans MS";
	}
#sidebar_b {
	float:right;
	position:absolute;
	width:183px;
	text-align:center;
	font-family:"Comic Sans MS";
	color:white;
	font-weight:bold;
	background-color:#333333;
	height:2050px;
	margin-top:160px;
	margin-left:811px;
	margin-right:100px;
}
#footer { 
    width:893px; 
    height:126px;
	background-color:#D8D8D8;
	background-image:url('../images/Caps.jpg');
	position:absolute;
	margin-left:100px;
	margin-top:2200px;
	text-align:center;
	font-family:"Comic Sans MS";
	color:white;
	margin-right:100px;
	} 	

	