body {
	background-color:#b1b1b1;
	font-family: "Lucida Grande", "Georgia", sans-serif;
	font-size:14px;
}
h1{display:none;}
strong{font-weight: bold;}
#container {
	width: 800px;
	margin: 0 auto;
	background-color: white;
}

#header {
	float: left;
	width: 800px;
	background-color: #0f0f46;
	background-image:url('topbg.png');
	background-repeat: repeat-y;
}

a {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
p.padding{padding: 35px;line-height:2em;}
#logo {
	float: left;
	margin: 5px 40px 5px 40px;
}
#nav{float: left;margin-top: 75px;}

#header a {
	color: white;
	text-decoration:none;
	padding: 10px 0 3px 0;
	margin: 0 10px 8px 10px;
}
#header a:hover{border-bottom: 2px solid white;}
#header li{display: inline;}
#footer {
	color:#666666;
	text-align:center;
	background-color: #222222;
	clear: both;
	font-size: 12px;
	padding: 5px;
	margin-top: 40px;
}

#leftbar{width: 460px;float: left; margin: 20px;}
#rightbar{width: 300px;float: left; text-align: center;}
#rightbar p{margin: 25px 5px 25px 5px;}
.right{float: right;}
.clear{clear: both;}
.quote{
	font-size: 20px;
	line-height: 1.6em;
}