#search{
	text-align: center;
	width: 700px;
	position: absolute;
	top: 100px;
	padding: 20px;
	border: 2px solid #0099FF;
	right: 20%;
	left: 20%;
	background-color: #EFF7FF;
}
#search-results{
text-align: center;
	width: 795px;
	position: absolute;
	top: 20px;
	padding: 20px;
	border: 2px solid #0099FF;
	right: 20%;
	left: 20%;
	background-color: #EFF7FF;
}
#bottom{
	bottom: 10px;
	right: 10px;
	text-align: right;
	position: absolute;
}

#nav{
	margin: 25px 10px 10px;
	padding: 10px;
	border: thin solid #0066CC;
	float: right;
	clear: right;
	background-color: #CADDEA;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 10px;
	
}
#nav li{
	padding-bottom: 2px;
}

#content{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content p{
	margin-top: 2px;
	padding-top: 2px;
}
#content h2{
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	width: 400px;
}
h1{
	margin: 10px;
	padding: 10px;
}body {
	font-family: Georgia, "Times New Roman", Times, serif;
}
