body {
	 margin-top:10px;
	 
	 }
	
p {
  line-height:1.35em;
  color:white;
  text-align:left;
  font-size:18px;
  
  }
 
 h4 {
 	color:white;
	}
	
h1 {
   color:red;
   text-align:center;.
   font-weight:bold;
   padding-top:10px;
   }
  
 h2, h3 {
 	color:red;
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
	
	} 
h3.white	{
			color:white;
			text-align:center;
			}
 
#header {
	
	width:98%;
	font-family: arial, helvetica, sans-serif;
	font-weight:bold;
	background-color:yellow;
	margin-top:10px;
	border:thin solid red;
	
	}
	 
img.left {
	float:left;
	vertical-align:middle;
	margin-right:10px;
	}

#container {
	width:100%;

	}

#content {
	padding:5px;
	margin-left:175px;
	BACKGROUND: #669933;
	font-color:#ffffff;
	height:850px;
	width:72%;
	
		}
	
#left-column {
	float:left;
	width:22%;
	margin-top:0px;
	margin-left:0px;
	padding:10px;
	background:#cccc66;
	height:840px;
	}
	
#footer {
	clear:both;
	text-align:center;
	margin-left:0px;
	width:99%;
	background-color:#ffcc66;
	
	}

