body { 
	margin: 0%; 
	background-color: rgb(44, 101, 182);  /* blue-grey */
	background-repeat: no-repeat; 
	background-attachment: fixed;
    font-family: bankgothic, timenewroman, san-serif; 
}

#container {
    width: 810px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #555;
	background-color: rgb(136,92,21);  /* brown */
	}
	
#content {
    width: 550px;
	margin-left: 110px;
	margin-right: auto;
	margin-top:10px;
	/* border: 1px solid #555; */
	background-color: rgb(255,235,139);   /* tan */
	padding: 20px;
	}
	
#left {
	float: left;
	width: 130px;
	padding: 10px;
	font-size: small;
}

#right {
	float: right;
	width: 130px;
	padding: 10px;
	font-size: small;
}

#header {
	background-color: white;
	background-image: url("abilogo2011.jpg");
	background-repeat: no-repeat;
	height: 192px;
	}

#footer {
	clear: both;
	font-size: 8pt;
	text-align: center;
	color: rgb(255,235,139); 
	padding: 8px;
	}
	
h1 {
	text-align: center;
	}
	
p#left {
    border: 3px solid black;
}

