@charset "utf-8";
/* CSS Document */

html{
	}

	
body{
		background-color:#639C87;}

.page{
	border-left:3px gray solid;
	border-right:3px gray solid;
	clear:both;
	top:0px;
	background-color:white;
	width:1020px;
	margin-left:auto;
	margin-right:auto;}		
		
hr{
 color:#ccc;
}		
		
.header-wrapper{
	padding-bottom:10px;
	}
	
.header{
	width:1020px;
	height:75px;
	background-color:#CCC;
	}

.header a{
	display:block;
height:100%;
width:100%;
text-decoration:none;
}

.logo{
	background-image:url("maro.png");
	background-position:left center;
	background-repeat:no-repeat;
	padding-top:25px;
	font-weight:bold;
	color:white;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}

.navbar
{width:1020px;
	background-color:white;
	text-align:center;
	}
	
.navbar a{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10pt;
color:#639C87;
border-right:thin solid #639C87;
border-left:thin solid #639C87;
text-decoration:none;
text-transform:uppercase;
padding-left:5px;
padding-right:5px;
}

.navbar a:hover{
color:white;
background-color:#639C87;
}

.searchbar {
	text-align:right;
	font-family:sans-serif;
	color:gray;
	padding-top:48px;
	float:right;
	}

.searchbar form{
	display:inline;
	}

.searchbar input{
	value:"search";
	background-position: 99% center;
	background-repeat:no-repeat;
background-image:url("book.png");
	}

.content-wrapper{
	margin-left:auto;
	margin-right:auto;
	display:block;
	left:220px;
}

.content{
padding:20px;
	font-family:Verdana, Geneva, sans-serif;
	}

.cover {
float:right;
}
