@import 'clear.css';
body {
font-size: 62.5%;
margin: 0pt;
font-family: helvetica,arial,sans-serif;
background: url(images/bg.jpg) repeat-x #eeeeee;
color: #222;
}
a img {
border: none;
}
a:link,a:visited {
text-decoration: none;
color: #485372;
}
a:hover {
text-decoration: underline;
}

div#wrapper {
	width: 930px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #d4d4d4;
	height: auto !important;
	height: 800px;
	min-height: 800px;
	padding: 10px;
	font-size: 1.1em;
}
div#header {	
	margin: -10px 0 0 0;
	border-bottom: 2px solid #ccc;
}
div#header h1 {
	float: left;
}
div#newsletter {
	float: right;
	text-align: center;
	margin: 20px 10px 0 0;
}
div#content {
	width: 100%;
	clear: both;
}
div#content {
	font-size: 1.05em;
	line-height: 1.35em;
}
div.clear {
	clear: both;
	display: block;
	height: 1px;
}
div#books {
	margin: 10px auto;
	padding: 7px;
	width: 930px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
div#books b{
	clear: left;
}
div#books img {
	margin: 0 10px;
	border: 1px solid #505050;
}
div#register {
	width: 300px;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #ccc;
}
div#register h3 {margin:0;}