body {
	background-color: #87825a;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	}

#allcontent {
	width: 820px;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #b5b090;
	margin-left: auto;
	margin-right: auto;
	}

#browser	{
	color: #162A4B;
	font-size: 10px;
	text-align: center;
	}


#book  {
	width: 150px;
	height: 253px;
	margin: 20px 25px;
	}
	
#about	{
	background-color: #87825a;
	color: #ffffff;
	font-size: 14px;
	width: 200px;
	height: auto;
	margin: 0px 10px 10px 10px;
	float: left;
	}
	
#team {
	margin-left: 10px;
	}

#team a:link	{
	color: #ffffff;
	text-decoration: none;
	border-bottom: thin dotted #ffffff;
		}

#team a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: thin dotted #ffffff;
		 }

#team a:hover	{
	background: #803e0e;
	color: #ffffff;
	border-bottom:none;	
	}


#main {
 	width: 560px;
	height: 100%;
	padding: 5px;
	margin: 20px 0px 0px 220px;
	color: #000000;
	line-height: 1.6em;
	font-size: 0.8em;
	}

#main a:link	{
	color: #803e0e;
	text-decoration: none;
	border-bottom: thin dotted #803e0e;
		}


#main a:hover {
	background: #803e0e;
	color: #ffffff;
		 }
		 
#main a:visited {
	color: #222222;
	text-decoration: none;
	border-bottom: thin dotted #222222;
		 }
		 
#quote {
	width: 400px;
	height: auto;
	padding: 5px;
	font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:justify;
	margin: 10px 0px 10px 400px;
	background: #803e0e;
	color:#FFFFFF;
	}

#footer {
	background-color: #000000;
	color: #ffffff;
	width: 810px;
	height: 80px;
	text-align: center;
	padding: 5px;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

#footer a:link	{
	color: #b5b090;
	text-decoration: none;
	font-weight: bold;
	border-bottom: thin dotted #b5b090;
		}

#footer a:visited {
	color: #666666;
	text-decoration: none;
	border-bottom: thin dotted #666666;
		 }

#footer a:hover	{
	background: #803e0e;
	color: #ffffff;
		}

h1	{
	font-size: 1.2em;
	font-weight: bold;
	}

h2 	{
	font-size: 1.0em;
	font-style: bold;
	}


