html {
	background:				black;}
                        
body {
	font-size:				small;
	font-family:			Arial, Times, Verdana;
	margin-top:				0px;}
                        
#allcontent {
	margin-left:			auto;
	margin-right:			auto;
	text-align:				center;}
                        
a:link {
	color:					yellow;
	text-decoration:		none;}
                        
a:visited {
	color:					yellow;
	text-decoration:		none;}
                        
a:hover {
	color:					white;
	text-decoration:		none;}

.banner {
	float:					right;
	margin-right:			310px;
	padding-top:			60px;}

.main {
	background-image:		url(Images/design3.png);
	background-repeat:		no-repeat;
	height:					800px;
	color:					black;}
	
.librarymain {
	background-image:		url(Images/librarydesign.png);
	background-repeat:		no-repeat;
	height:					1000px;
	color:					black;}
	
.bookmain {
	background-image:		url(Images/librarydesign.png);
	background-repeat:		no-repeat;
	height:					1000px;
	color:					white;}

.text1 {
	width:					300px;
	color:					yellow;
	margin-left:			360px;
	margin-top:				320px;
	font-size:				110%;
	float:					left;}
		
.text {
	width:					400px;
	margin-left:			710px;
	margin-top:				80px;
	font-size:				110%;}
	
.abouttext {
	width:					400px;
	margin-left:			710px;
	margin-top:				80px;
	font-size:				100%;}
	
.booktext {
	width:					850px;
	margin-left:			280px;
	margin-top:				80px;
	font-size:				100%;}
	
.menu {
	font-size:				150%;
	padding-top:			80px;
	text-align:				left;
	margin-left:			220px;}
	
.login {
	background-color:		orange;
	text-align:				center;
	border:					thin solid black;}
                                                 
h2 {
	font-family:			President;
	text-align:				center;}
                        
img {
	border:					none;}
                        
#copy {
	width:					400px;
	text-align:				center;
	margin-right:			auto;
	margin-left:			auto;
	margin-top:				50px;
	color:					white;}
	
table {
	width:					690px;
	text-align:				center;
	color:					white;
	margin-left:			370px;
	margin-top:				100px;
	border-collapse:		collapse;}
	
#booktable {
	width:					850px;
	text-align:				center;
	color:					white;
	margin-left:			0px;
	margin-top:				30px;
	border-collapse:		collapse;}
		
td {
	padding:				5px;
	width:					130px;
	margin-left:			auto;
	margin-right:			auto;}
	
.space {
	margin-right:			30px;}
	
.section {
	width:					550px;
	margin-top:				40px;}
	
.center {
	text-align:				center;}
