html,body {
margin:0px 0px 1px 0px;
height:100%;
} 

body {	
	margin:20px 0px 20px 0px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
	font-size: 11px;
	text-align: center;
	color: black;
	background-color: white;
}

table {
	font-size: 11px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
}

a {
	color: black;
}

div {
	background-color: white;
}

div#world {
	width: 656px;
	text-align: left;
	margin: 0 auto;
}

div#top {
	width: 656px;
	float:left;
}

div#menu {
	float: left;
	width: 106px;
	margin: 0;
}

div#menu a {
	text-decoration: none;
}

div#content {
	margin-left: 106px;
	padding-bottom: 20px;
}

div#book {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}


div#cover {
	float: left;
	margin-right: 25px;
	margin-bottom: 14px;
}

div#open {
	float: left;
	margin-bottom: 14px;
}

div#storeitem {
	float: left;
	margin-right: 15px;
	margin-bottom: 18px;
}

div#storeitem img {
	margin-top: 15px;
}

div#linkblock {
	float: left;
	margin-right: 50px;
}

div#linkblock a {
	text-decoration: none;
}

img {
	margin-bottom: 11px;
	border: 0;
}

img#logo {
	margin-bottom: 16px;
	margin-left: 1px;
} 

form {
	margin: 0;
}

input {
	font-size: 11px;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Verdana', sans-serif;
}

span.headline {
	color: black;
}

span.gray {
	color: #C4C4C4;
}

span.green {
	color: black;
}