@charset "UTF-8";
/* CSS Document */

body
{
	background: #333333;
}

#header {
	float: none;
	width: 979px;
	height:55px;
	margin-right:10px;
	margin-left:85px;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:12px;
}

#body_content {
	float:none;
	width: 979px;
	height:650px;
	/*margin: 0 auto;*/
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;	
	margin-left:100px;
}

#footer_content {
	float:none;
	width: 979px;
	height:200px;
	/*margin: 0 auto;*/
	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;	
	margin-left:10px;
}

a.link {
	float:left;
	display: block;
	margin-left:25px;
	margin-right:5px;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:12px;
	color:#FFFFFF;
}

a.rollover1 {
	display:table-cell;
	display: block;
	width: 300px;
	height: 200px;
	text-decoration: underline;
	background: url("../graphics/kennedy_chapter2_combo.png");
	}

a.rollover1:hover {
	background-position: -302px 0;
	}

a.rollover2 {
	display: table-cell;
	width: 300px;
	height: 200px;
	text-decoration: underline;
	background: url("../graphics/kennedy_chapter3_combo.png");
	}

a.rollover2:hover {
	background-position: -302px 0;
	}

a.rollover3 {
	display: table-cell;
	width: 300px;
	height: 200px;
	text-decoration: underline;
	background: url("../graphics/kennedy_chapter7_combo.png");
	}

a.rollover3:hover {
	background-position: -302px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}
