body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#container {
	width:954px;
	position:relative;
	margin: 30px auto 0;
}  

div#container div {
	position:relative;
}

div#top {
	width:164px;
	height:87px;
}

div#middle {
	margin-top:10px;
}

div#middle div {
	float:left;
}

div#quote {
	margin-top:30px;
}

div#info {
	clear:both;
	height:450px;
	margin-left:-37px;
	margin-top:20px;
}

div#footer {
	clear:both;
	text-align:center;
}

div#footer a {
	color:#CCCCCC;
	font-size:12px;
}	

div#footer a:link, a:visited {
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}		

#sections {
	position: relative;
}
 
#sections .section {
	float: left;
	display: block;
	width: 60px;
	height: 420px;
	margin-left:2px;
	background-repeat:no-repeat;
}
 
#section_one {background-image:url('../images/page1.jpg');}
#section_two {background-image:url('../images/page2.jpg');}
#section_three {background-image:url('../images/page3.jpg');}
#section_four {background-image:url('../images/page4.jpg');}
#section_five {background-image:url('../images/page5.jpg');}

#sections .section div {
	color:#FFFFFF;
	margin-left: 100px;
	text-align:left;
}

#table {
	font-size: 11px;
}

#table td, th {
	border-color: #FFFFFF;
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	padding: 1px 6px 1px 8px;
}

#table tr.active {
	background-color: #CCCCCC;
}

#table th {
	text-align:left;
	background-color:#CCCCCC;
}

#table tr.even {
	background-color:#F8F8F8;
}

#table tr.odd {
	background-color:#F0F0F0;
}

#table tr.active {
	background-color:#F79E9E;
	cursor:pointer;
}

