﻿body	{
	font-family:Arial, Helvetica, sans-serif, Georgia;
	min-width:760px;
	max-width: 1200px;
}

#banner	{
	background-color:#4874DB;
	background-image:url('Images/suninhand.jpg');
	background-repeat:no-repeat;
	background-position:right center;
	color:white;
	height: 175px;
	width: 100%;
	max-width: 760px;
	max-width: 1200px;
}

#banner h1	{
	font-size:2.5em;
	font-family: Gungsuh, "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 50px;
	
}

#banner h2	{
	font-size:x-large;
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	margin-left: 125px;
	margin-top:0;
}


ul.nav	{
	margin-left:5px;
	margin-top:35px;
	margin-bottom:0;
	list-style:none;
	padding-left:0;
	padding-bottom:0;
	width: 100%;
	border-bottom:none;
	float:left
	
}

ul.nav li	{
	float:left;
}

ul.nav a	{
	width: 9em;
	height: 35px;
	border: 1px solid black;
	padding: 5px 5px 0 5px;
	margin-right: 5px;
	background-color: #EAEAEA;
	text-decoration: none;
	color: #333;
	display:block;
	text-align:center;
}

ul.nav a:link	{
	color:navy;
}

ul.nav a:visited	{
	color:maroon;
}

ul.nav a:hover	{
	color:red;
}

ul.nav a:active	{
	color:aqua;
}

#sidebar	{
	float:left;
	width: 170px;
	height: 1250px;
	border: 1px solid black;
	padding-top: 5px;
	padding-left: 5px;
	text-align:center;
}

#search	{
	margin-bottom: 5px;
	border-bottom: 1px solid black;
}

#book	{
	text-align:center;
	margin-top:15px;
	padding-top: 10px;
}

#rightad	{
margin-left: 5px;
	border: none;
	float:right;
}


#main	{
	margin-left: 180px;
	padding-left: 5px;
}

#main h1	{
	color:maroon;
}

#main h1, h2	{
	text-align:center;
}

#main h3	{
	text-align:center;
}

#main h4	{
	color:white;
	text-decoration:none;
	border:solid 1px #336699;
	background-color: #336699;
}

.photo	{
	text-align:center;
}
#box	{
	border: 1px solid black;
	margin-left: 275px;
	text-align:center;
	padding-top: 15px;
	padding-right:10px;
	padding-left: 10px;
	width: 250px;
	height: 100px;
	background-color:#FFFFCC
}

#box1	{
	border: 1px solid black;
	text-align:center;
	padding-top: 15px;
	padding-right:10px;
	padding-left: 10px;
	width: 90px;
	height: 105px;
	background-color:#FFFFCC

}
#bottomad{
	text-align:center;
}

#adbanner	{
	text-align:center;
	margin-top: 15px;
	padding: 5px 5px 5px 5px;
}
#footer	{
	text-align:center;
	font-size: .9em;
	clear:both;
	border:medium solid black;
	margin-top: 6px;
}

a:link	{
	color: blue;
}
a:visited	{
	color: #900;
}
a:hover	{
	color: red;
}
a:active	{
	color: #b2f511;
}
