body {
	color: #000033;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #666666;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

a img {
    border: 0;
    }

#main {
	position: relative;
	width: 820px;
	max-width: 820px;
	top: 0px;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	height: 520px;
	min-height: 500px;
	padding: 0;
}


#contentcontainer {
	position: relative;
	top: 30px;
	width: 820px;
	max-width: 820px;
	height: 544px;
	max-height: 544px;
	min-height:544px;
	text-align: center;
	padding: 0;
	background: #666666 url('../images/home_map.jpg') repeat-y;
	z-index: 2;
}

#content {
	position:relative;
	width:600px;
	top: 50px;
	margin:0 auto;
	height: 260px;
	max-height: 260px;
	min-height:260px;
	padding:30px 60px 200px 60px;
	font-size:0.79em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align:left;
	background: #666666 url('../images/notepaper2.jpg') repeat-y scroll;
	z-index:3;
	overflow: scroll;
}

#footer	{
	position:relative;
	bottom:0;
	left:0;
	width:100%;
	height:110px;
	min-height:110px;
	max-height:110px;
	background-repeat: no-repeat;
	z-index:4;
}

#header
{
	position:relative;
	top:0px;
	left:0;
	width:100%;
	height:50px;
	min-height:50px;
	max-height:50px;
	z-index: 5;
}

img.books {
	float: left;
	position: relative;
	padding-right: 40px;
	padding-bottom: 300px;
	border: none;
	vertical-align: top;
	display: inline;
	clear: both;
}	