@charset "UTF-8";
/* CSS Document */

#container {
	width:800px;
	min-height:100%;
	position:relative;
	top:-2%;
	left:20%;
	margin:50px 0px; padding:0px;
	text-align:center;
}
	
#header {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

#navbar {
	height: 30px;
	width: 800px;
	margin:0px auto;
	text-align:center;
	padding:0px;
	background-color: #F7FFCC;
}
#navbar ul {
	margin: 0px;
	padding: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #606060;
	line-height: 20px;
	white-space: nowrap;
	text-transform:uppercase;
}
#navbar li {
	list-style-type: none;
	display: inline;
}
#navbar li a {
	text-decoration: none;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:50px;
	padding-left:50px;
	color: #606060;
	
}
#navbar li a:link {
	color: #606060;
}
#navbar li a:visited {
	color: #606060;
}
#navbar li a:hover {
	color: #FFFFFF;
	background-color: #78998C;
}
#page {
	position:absolute;
}

#copy {
	position:absolute;
	left:15%;
	width:400px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color: #666666;
	text-align:justify;
}
#sidebar {
	position:relative;
	top:25px;
	float:right;
}

#quote {
	position:relative;
	top:300px;
	right:-31%;
	float:right;

}
#clearfooter {
   height: 330px;
   clear: both;
}
#footer{
	position: relative; 
	margin-top: 45em;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #B7B9BC;
	padding-top:5px;
	padding-bottom:0px;

}
#footer a:link {
	color: #78998C;
}
