#nav {  top: 150px;
	width: 220px;
	position: absolute;
	margin: -12px 0 0 0;
	padding: 20px 0 10px 10px;
	}
	
#content { position: absolute;
        top: 150px;
        left: 222px;
	padding: 10px;
	margin: -12px 20px 0 0px;
	border-left: 2px solid #f60;
             font-family: 'times new roman', times, serif;
	}
#header {position: absolute;
         width: 970px;
         top: 0;
         left: 0;
          background-color: #09c;
	color: #fff;
     padding: 10px;
	 border-right: 10px solid #09c;
	border-bottom: 5px solid #f60;
     border-top: 5px solid #09c;
	margin: -10px 0 0 0;
	}

#footer p { margin: 0;
}

table td {

