body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

#container {
	width:800px;
	border-right:solid 1px #80a4cd;
}

#header {
	background-color:#dce1db;
	text-align:center;
}

#menu {
 	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
 	height:25px;
	padding-top:5px;
}

#pagecontent {
	vertical-align:top;
	padding:20px;
}

#ebooks {
	width:137px;
	border-left:solid 1px #80a4cd;
	background-color:#dce1db;
	vertical-align:top;
}

#footer {
	float:left;
	width:783px;
	height:28px;
	padding-left:17px;
	background-image:url(images/footer_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	border-right:solid 1px #80a4cd;
	border-bottom:solid 1px #80a4cd;
}

#footer_info {
	float:left;
	height:21px;
	background-color:#05489b;
	border-top:solid 2px #ebddbe;
	width:645px;
	padding-top:5px;
}

#footer_policy {
	float:right;
	width:128px;
	height:23px;
	background-image:url(images/footer_right.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-top:5px;
	padding-left:10px;
}



