body {
	background:#1c416d;
	font:1em;
	text-align: center; /* for IE */
}

.cf:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

* html .cf {
	height: 1%;
}

#container {
	width:660px;
	margin:0px auto;
	background:#1c416d;
	border:2px solid #B9A738;
	padding-bottom:4px;
	text-align:left;
}

#header {
	margin:0px auto;
	width:660px;
	height:157px;

	text-align:center;
	margin-bottom:6px;
}

#headerBanner {
	width:661px;
	background:url('images/header_2.jpg') no-repeat;
	height:152px;
	margin:0px auto;
	margin-left:7px;
}

#headerBanner span {
	display:none;
}

#sloganBanner {
	width:650px;
	background:url('images/slogan_2.jpg') no-repeat;
	height:26px;
	margin:0px auto;
}

#sloganBanner span {
	display:none;
}

#banner {
	float:left;
	width:475px;
	height:64px;
	background:url('images/banner_2.jpg') no-repeat;
}

#centralContent {
	overflow:hidden;
	padding-bottom:6px;
}

#mainContent {
	width:463px;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;		
	background:url(images/background.jpg) #BEC6CF repeat-x top;
	float:left;
	display:block;
	min-height:410px;
	height:auto;
	font-size:0.9em;
	padding-bottom:12px;
}

* html #mainContent {
	width:475px;
}

#mainContentA {
	width:475px;
	margin:5px;
}

#footer {
	color:white;
	width:660px;
	height:50px;
	clear:both;
	text-align:center;
	margin:0px auto;
}

#footer ul {
	font-size:0.7em;
}

#footer ul li {
	display:inline;
	list-style:none;
	padding-left:12px;
	padding-right:12px;
}

#footer a {
	color:white;
}

#menu {
	width:175px;
	float:left;
	left:0px;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu ul li {
	background:url(images/menu_background.gif) repeat-y;
	margin-left:6px;
	margin-bottom:8px;
	margin-right:6px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	list-style:none;
}

#menu ul li a {
	font-size:0.8em;
	color:white;
	font-weight:bolder;
	text-decoration:none;
}

#menu ul li a:hover {
	font-size:0.8em;
	color:yellow;
	font-weight:bolder;
	text-decoration:none;
}


/* Style for Suggested Readings books table */
#books table {
	border: 1px solid white;
}

#books table {
	width:100%;
}

#books th {
	text-align:left;
}

#books td {
	text-align:left;
	vertical-align:top;
	padding:2px;
	width:50%;
}
