* {
	margin:0 auto;
	padding:0;
	border:0;
}

a:link {
	text-decoration:none;
	color:#858585;
}

a:visited {
	text-decoration:none;
	color:#858585;
}

a:hover {
	text-decoration:none;
	color:#ba5f5f;
}

a:active {
	text-decoration:none;
	color:#858585;
}

body {
	margin:0;
	padding:0;
	background:url('./images/headback.jpg') top repeat-x #f7fdff;
	text-align:center;
	font-family:Verdana, Arial, Serif;
}

h1 {
	display:block;
	margin:0 auto;
	padding:0;
	width:472px;
	height:145px;
	/*background:url('./images/header.jpg');*/
	text-align:center;
	font-size:0;
	/*text-indent:-9999px;*/
}

h2 {
	text-align:center;
	margin:0 0 10px 0;
}
div#text {
	display:block;
	width:600px;
	text-align:justify;
}

div#text p {
	margin:0 0 10px 0;
	text-align:left;
	line-height:1.5em;
	font-size:13px;
	color:#3e6c7f;
}

.book {
	float:right;
	margin:0 0 5px 15px;
}

ul#navigation {
	display:block;
	font-size:small;
	margin:0 auto;
	margin-bottom:10px;
	margin-top:15px;
	padding:0;
	width:600px;
	background:url('./images/navback.jpg') #f9f9f9;
	border:1px Solid #dcdcdc;
	height:25px;
	border-left:0;
	clear:both;
}

ul#navigation li {
	display:block;
	float:left;
	border-left:1px Solid #dcdcdc;
	border-right:0;
	height:25px;
	background:url('./images/navback.jpg') #f9f9f9;
	font-weight:bold;
}

ul#navigation li.end {
	border-right:1px Solid #DCDCDC;
}

ul#navigation li a {
	display:block;
	float:left;
	height:15px;
	padding:5px;
}

ul#navigation li a:hover {
	background:url('./images/navbackr.jpg') #f9f9f9;
}



label {
	display:block;
	font-size:12px;
}

input {
	width:200px;
}

textarea {
	width:300px;
	height:100px;
}

input[type="text"], textarea {
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

#infobox {
	width: 600px;
	border: 1px solid #B67274;
	background: #F5FAE3;
	/*font-weight: bold;*/
	color: #B67274;
	text-align: center;
	padding: 2px;
}

.thumb {
	border: 1px solid #000;
}