body, html { 
	font-family: Arial, Helvetica, sans-serif;
	background-color:  #444444;
	margin: 0px;
	padding: 0px;
}

hr {
	width: 1024px;
	margin-left:auto;
   margin-right:auto;
}

table {
	width: 1024px;
	margin: auto;
	padding-top: 15px;
}

th	{
	font-size: x-large;
	color: red;
	text-align: left;
	padding-left: 5px;
	padding-bottom: 10px;
}

tr.book	{
	font-size: x-small;
	height:  250px; 
	text-align: center;
}

tr.disk {
	font-size: x-small;
	height: 50px;
	text-align: center;
}

img.book {
	height: 195px;
	border: 1px solid black;
	margin: 0px 0px 2px 0px;
}

img.disk {
	width: 46px;
	height: 46px;
	border-style: none;
	padding: 0px;
}

img.empty {
	width: 1px;
	height: 46px;
	border-style: none;
	padding: 0px;
}

a.link {
	text-decoration: none;
	}

a { color: #2F4F4F; }	
a:link {color: #2F4F4F;text-decoration: none;}    	
a:visited {color: #2F4F4F;text-decoration: none;} 	
a:hover {color: #0000FF;text-decoration: underline;}  		
a:active {color: #2F4F4F;text-decoration: none;} 	
	
#container {
	width: 1088px;
	margin: 0px auto; /* top/bottom - 0px left/right - auto margins */
	padding-top: 1px;  
	background-color: white;
}

#content {
	font-family: Georgia,'Times New Roman',serif;
	font-style: italic;
	text-align: center;		
	margin: auto;
	padding: 0px 30px;	
}
#content h1 {
	color: #00008B;
}
#content p {
	color: #2F4F4F;
	}

#nav {
	width: 1088px;
	background-color:white;
}

#nav p.alignleft {
	padding:0px 0px 0px 34px;
    float:left;
	text-transform:uppercase;
	font-size:12px;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

#nav p.alignright {
	padding:0px 34px 0px 10px;
	/* text-align: right; */
    float: right;
	text-transform:uppercase;
	font-size:12px;
	color:#800000;
	text-decoration:none;
	font-weight:bold;
}

#nav hr {
	margin: auto;
}
#nav a:hover{
	color:#2F4F4F;
}

#library br {
	line-height: 20%;
}
#library td {
	/*border: 1px dotted black;*/
	/*padding-top: 2px;*/
	vertical-align: top;
	width: 160px;
}

 #footer {
    clear:both;
	font-size: smaller;
	color: red;
	text-align: center;
	font-style: italic;
	padding: 5px 5px 20px;
 }
#footer table {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}
#footer hr {
	margin: auto;
}
	

/* 	background-image: url("http://www.pergrem.com/tibooks/images/us_ribbon.gif"); */