body{
	margin:0;
	background : #99CC99 url(background.jpg) repeat-x;;
}
a{
	text-decoration:none;
	color:#0066dd;
}


a img{
	border:0;
}
h1{}

.left{
	float : left;
	margin-left:5%;
}

.right{
	float: right;
	margin-right:5%;
}

#home{
	width : 80%;
	margin-left : 5%;
	font-size:  large;
	line-height : 30px;
}

#bookinfo{
	width: 80%;
	margin-left :  5%;
}

#bookinfo a{
	text-transform:capitalize;
}
#bookinfo h1{
	text-transform:capitalize;
}
#bookinfo h2{
	font-style:italic;
	text-transform:capitalize;
}
#bookinfo h4{
	font-weight:normal;
	margin-left:20px;
	text-indent: 20px;
	font-style:italic;
	font-size:large;

}
#bookinfo p{
	padding : 20px;
	margin-left:20px;
	margin-top:10px;
}
#bookinfo text{
	margin-left: 20px;
	margin-right: 50px;
	padding : 20px;
}
h4{
	display:inline;
}
h5{
	display:inline;
}

#main{
	width:100%;
	text-indent : 5%;
}

#button{
	width: 70%;
	float: right;
	text-indent : 20px;
	margin-right : 10%;
	background-color : #99CC99;
}


.button{
		display: inline;
		padding : 5px;
		text-align:center;
		background: #CCCCFF url(../images/button.gif) no-repeat;
		color: white;
		width : 110px;
		height : 35px;
		font-size : larger;
	}

#content{
	width: 70%;
	float: right;
	text-indent : 20px;
	margin-right : 10%;
	background-color : #F1F1F1;
	border: medium groove #CC99FF;

}

#mainNav{
	height : auto;
	margin:auto;
	padding : 5px;
	text-align:center;
	margin : 5px;
	background-color : #F1F1F1;
	border: medium groove #CC99FF;
}

#sidebar{
	width:15%;
	float:left;
	background: Silver;
}

#sidebar a{
	font-size: large;
}
#sidebar p{
	width:100%;
}

#sidebar a:hover{
	background : #99CC99;
    display:block;
}

#banner{
	margin-bottom:3px;
}

.error{
	display:inline;
	font-size:small;
	color:#ff0000;
}

.alternate{
	background-color : #E4E4E4;
}

.center{
    clear:both;
	text-align : center;
}

	#loggedin{
		text-align:center;
		background-color : #CCCCFF;
		font-size: x-large;
		margin-top: 0px; 
		
	}

#searchResults{
}

 th{
	background-color : Silver;
	margin : 2%;
}

table{
	border : thin solid Silver;
}		
		.Transfer{
			text-align:center;
		}

		.Transfer a:hover{
			background-color:green;
			color:white;
			display:block;
		}
		.Delete{
			text-align:center;
		}

		.Delete a:hover{
			background-color:red;
			color:white;
			display:block;
		}

	
		.Level{
			text-align:center;
		}

		.Level a:hover{
			background-color:green;
			color:white;
		}

.red{
			background-color:red;
			color:white;
			display:block;
}
		
.usertable{
	border:1px white solid;
	margin:auto;
}


.Ban{
			text-align:center;
		}

.Ban a:hover{
				background-color:yellow;
				color:black;
				display:block;
			}

.clearer{
	clear:both;
}

#viewActive{
	clear:both;
	text-align:center;
}

#footer{
	clear:both;
	text-align:center;
}