 body { background: #000; 
 		background: #1a3560; 
		background-repeat: no-repeat; 
		background-position: bottom left; 
		font-family: Verdana, Helvetica, Arial, sans-serif; 
		font-size: small; 
		color: #11274a; 
		text-align: center; 
		} 
		
.main { 
		background: white; 
		width: 770px; 
		padding-right: auto; 
		padding-left: auto; 
		} 
		
.container { 
		border-bottom: solid 0px #1a3560; 
		padding-top: 5px; 
		padding-left: 10px; 
		padding-right: 10px; 
		text-align: left; 
		padding-bottom: 20px; 
		}
		
 .header { 
 		height: 175px; 
		background-image: url('images/banner.jpg'); 
		border-bottom: solid 0px #000; 
		} 
		
.headings { 
		font-weight: bold; 
		font-size: 160%; 

		} 
		
.text { 
		width: 740px; 
		padding: 10px; 
		text-align: justify; 
		}
		
.pic { position: relative; 
		float: right; 
		padding-left: 15px; 
		padding-right: 15px; 
		padding-bottom: 
		20px; 
		border: 0px;
}

/* Links */ 
.booklinks { 
		height: 22px; 
		padding-left: 0px; 
		align: center;
		}
		
.booklinks ul { 
		list-style: none; 
		padding: 0; 
		margin: 0; 
		}
		
.booklinks ul li { 
		padding-left: 0px; 
		padding-right: 0px; 
		float: left; 
		margin: 0; 
		font-size: 12px; 
		line-height: 21px; 
		white-space: nowrap; 
		border-left: solid 1px #fff; 
		border-right: 1px solid #ff; 
		border-top: 1px solid #fff; 
		border-bottom: 1px solid #fff; 
		}
		
.booklinks ul li a { 
		float: left; 
		position: relative; 
		display: block; 
		padding-left: 15px; 
		padding-right: 15px; 
		text-decoration: none; 
		color: #fff; 
		background: #1a3560; 
		}
		
.booklinks ul li a:hover { 
		color: fff; 
		background: #ca0c05; } 
		
/* Footer */ 
div.footer { 
		color: #fff; 
		text-align: center; 
		font-size: 11px; 
		margin: 5px; 
		} 

div.footer a{ 
		color: #fff; 
		}