/*Body Styles for entire Page*/
body {background-color:#000;font-family:verdana,helvetica,serif;text-align:left;margin:0em;}
p{line-height:1.5em;color:#fff}



/*header styles*/
#header{margin:2em 0em 2em 0em;clear:both}
#footer{text-align:center;clear:both}

/*Styles for links*/
a:link {
	color: 00b119;
	text-decoration: none;
}
a:hover {
	color: 0500dd;
	text-decoration: none;
}
a:visited {
	color: 00b119;
	text-decoration: none;
}
a:active {
	color: ff0000;
	text-decoration: none;
}


/*Style for Placement*/
#container{width:100%; text-align:center;clear:both}
#left{width:30%;text-align:left;float:left}
#right{width:20%;text-align:right;float:right}
#center{width:48%;text-align:left;float:left}


/*Style for Headings*/
h1.blue{color:#0500DD}
h1.green{color:#00B119}



/*Style for Book listings*/
.newBook{width:15em; margin:.5em;padding:.5em;float:left;background-color:#303030}
.newBook img{border:0em}
.bookImage{width:4em;float:left}
.bookInformation{width:10em;float:right}
.bookTitle{font-family:"Times New Roman",serif; display:block}
.bookAuthor{font-family:"Times New Roman";display:block;color:#fff }


#left h3{display:none}
.clear{clear:both;display:block}


/*image of the blue bag*/
#librarybag{float:right}

/*Style for Resource Links*/
#right{width:10em;text-align:left}
#right ul{background-color:#303030;list-style-type:none;margin:0em 1em 0em 1em;padding:1em 1em 1em 1em}
#right li{padding:0em 0em .5em 0em;display:block}

#right a:link{display:block}
#right a:hover{background-color:#000;color:white}
#right a:visited{}
#right a:active{}