body {
	padding: 0px;
	margin: 0px;
	background-color: #404d6c;
	background-image: url(../images/background_bg.jpg);
	background-repeat: repeat-x;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 160px;
}
.contentright {
	background-image: url(../images/contentright_bg.jpg);
	background-repeat: repeat-y;
	width: 520px;
	padding-right: 30px;
}
.contentleft {
	background-image: url(../images/contentleft_bg.jpg);
	background-repeat: repeat-y;
	width: 220px;
}
#footer{
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 770px;
}
.contentleft #nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover, {
	color: #f1a927;
	text-decoration: none;
	font-weight: bold;
}
#books a:link, #books a:visited, #books a:active {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#books a:hover, {
	color: #f1a927;
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #0000CC;
	font-weight: bold;
}
a:active, a:hover {
	color: #CC0000;
	font-weight: bold;
}
.copyright {
	color: #FFFFFF;
	font-size: 12px;
}
.grey {
	color: #666666;
}
.orange {
	color: #f1a927;
}
.tableTop {
	background-image: url(../images/boxtop_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 520px;
}
.tableBottom {
	background-image: url(../images/boxbottom_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 520px;
}
.tableMiddle {
	background-image: url(../images/boxmiddle_bg.jpg);
	background-repeat: repeat-y;
}
