body {
	color: #333;
	background-color: #FFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#mainwrapper {
	margin: 0 auto;
	width: 777px;
}
#header {
	clear: both; 
	padding: 1px 0 1px 0; 
}
/*This is main content*/
#maincontent {
	float: right;
	width: 360px;
	font-size: 0.8em;
	line-height: 150%;
	padding: 0px 8px;
	color: #000;
}
#maincontent  p a:link {
	color: #66f;	
	font-decoration: none;
	text-decoration: none;	
}
#maincontent  p a:visited {
	color: #66f;
	font-decoration: none;
	text-decoration: none;	
}
#maincontent p a:hover, #maincontent  p a:active {
	color: #939;	
	font-decoration: underline;
	text-decoration: underline	
	}

/*This appears on right*/
#sidebar {
	padding: 7px 10px;
	font-size: 0.78em;
	float: right;
	width: 220px;
	margin: auto;
}
/*This appears with nav*/
#navigation {
	margin-top: 22px;
		font-size: 0.8em;
}
#navigation ul {
	font-size: 0.8em;
	list-style-type: none;
	list-style-position: outside;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 150px;
	_height: 0;
}
#navigation ul li {
	margin: 0;
    width: auto;
    _height: 0;
}
#navigation a {
	display: block;
	color: #666;
    width: auto;
	padding: 2px 6px 2px 10px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
    _height: 0;
}
#navigation a:hover {
	background: url(../images/nav_bg.jpg) top left;
	color: #fff;
}
#navigation h2 {
		padding: 0px 0px 0px 9px;
		margin:7px 0px 3px 0px;
		color: #666;
}

#navigation ul li a {
	display: block;
	color: #666;
	width: auto;
	padding: 2px 0px 2px 5px;
	text-decoration: none;
	font-weight: normal;
}
/*This footer appears on bottom*/
#footer {
	clear: both;
	font-color:#666;
	padding: 3px 0px;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: none;
	border-top: 1px groove #C0BAD6;
}
#footer a {
	clear: both;
	font-weight: bold;
	color: #939;
	font-decoration: none;
	text-decoration: none;
	}
/*Genl font formatting*/
h1 {
	padding-top: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 0.9em;
	font-weight: bold;
}
.quotation {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	color: #339;
}
