* {
	margin: 0;
	padding: 0;
}

body {background: #B9DCFF;}

img {border: 0;}

a {
	color: #000;
	text-decoration: none;
}

a:hover {text-decoration: underline;}

#wrapper {height: 600px;}

#wrapper, #footer {font-family: calibri, arial;}

#header {
	background: url("images/header_bg.gif") #FAFAFA repeat-x;
	width: 100%;
	height: 100px;
}
#header_contents {
	background: url("images/header.png") no-repeat;
	height: 100px;
}

#basket {
	background: url("images/pixel.png");
	height: 80px;
	width: 190px;
	float: right;
	padding: 10px;
	text-align: right;
}

#searchbar {
	background: #EEE;
	width: 100%;
	text-align: right;
}

#menu, #content {
	height: 500px;
	padding: 6px;
}

#menu {
	background: #FFFFCC;
	width: 150px;
	float: left;
}

#content {
	background: #FFF;
	padding-left: 6px;
	overflow: auto;
}

.title {
	font-size: 16px;
	font-weight: bold;}

#booklist {width: 100%;}

.bookrow:hover {
	background: #EAF5FF;
	color: #3270A9;
	cursor: pointer;
}

#recommendations {
	border: solid 1px #000;
	margin: 10px auto;
	padding: 2px;
	width: 620px;
	height: 120px;
}

#recommendations a {
	border: 1px solid #000;
	width: 80px;
	height: 80px;
	margin: 10px;
	display: block;
	float: left;
	text-align: center;
}

#footer {
	background: url("images/shadow.png") top repeat-x;
	width: 820px;
	margin: 40px auto 5px auto;
	padding-top: 10px;
	color: #333333;
	text-align: center;
	font-size: 12px;
}

#roll1, #roll2, #roll3, #roll4, #flag {
	float: left;
	margin: 0px 56px 0px 56px;
}

#roll1, #roll2, #roll3, #roll4 {
	background: url("images/footer.gif");
	display: block;	height: 20px;
	text-decoration: none;
}

#roll1, #roll2 {width: 51px;}
#roll3, #roll4 {width: 57px;}
#roll1 {background-position: -6px 0; margin-left: 64px;}
#roll2 {background-position: -6px -20px;}
#roll3 {background-position: 0 -40px;}
#roll4 {background-position: 0 -60px;}
* html body #roll1 {margin-left: 32px;}
* html body #roll4 {margin-right: 0px;}
#roll1:hover {background-position: -57px 0px;}
#roll2:hover {background-position: -57px -20px;}
#roll3:hover {background-position: -57px -40px;}
#roll4:hover {background-position: -57px -60px;}