@charset "utf-8";
#header br {
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
#content {
	margin-right: 100
\;
	margin-left: auto;
	background-color: #F0F0E9;
	width: auto;
	height: 100%;
	padding: 5px;
	border: 2px solid #006699;
}
ul#menu {
	width: 800px;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

#right{
	float: right;
	background-color: #dddddd;
	width: auto;
	border: 2px solid #006699;
	height: auto;
}
#footer {
	clear: both;
	width: auto;
	height: auto;
	background-color: #0079B2;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #006699;
	border-left-color: #006699;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #006699;
}
#back {
	height: 100%;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#quotes {
	width:50%;
	float:none;
	margin-right:2%;
	border:medium solid #0079B2;
	padding: 3px;
	-moz-border-radius: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	left: 50%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
