@font-face{
	font-family: "Old Newspaper";
	src: url("OldNewspaperTypes.ttf") format("truetype");
}
body{
	font-family: "Old Newspaper", serif;
	background-color: #444;
}
#heading{
	width: 1000px; height: 120px;
	margin-left: auto; margin-right:auto;
	border: 2px solid black;
}
#sign{
	width: 880px;
	float: left;
}
#logo{
	width: 120px;
	float: left;
}
#content{
	background-color:#eee;
	font-family: sans-serif;
	width: 1000px; 
	margin-left: auto; margin-right:auto;
	border: 2px solid black;
}
menu_list{
	padding: 10px 0 0 0;
}
#main_panel{
	background-color: #eee;
	width: 730px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#side_panel{
	font-size: x-small;
	background-color: #eee;
	width:230px;
	float: left;
	padding: 10px ;
}
#side_panel table{
	font-size: x-small;
	border-collapse: collapse;
}
#side_panel table th{
	text-align: left;
}
#side_panel table td{
	text-align: center;
}
#footer{
	clear:both;
	text-align:center;
	font-size: xx-small;
}
ul#menu {
    padding: 0  0 0 10px;
}

ul#menu li {
    display: inline;
}

ul#menu li a {
    background-color: #444;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

ul#menu li a:hover {
    background-color: #448;
    cursor: hand;
}
#book {
	height:130px;
	clear:both;
}
#book_pic {
	float:left;
	display:inline;
	width:80px;
	height:auto;
}
#book_text {
	float:left;
	padding:5px;
	width:130px;
}
#main_panel table {
    border-collapse: collapse;
}

#main_panel table, th, td {
    border: 1px solid black;
	text-align: center;
}