* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
p {
	color: #666666;
	margin-bottom: 5px;
}
body {
	font-family: trebuchet MS, sans;
	background-color: #fcfaf7;
	font-size: 12px;
	padding-bottom: 5px;
	background-image: url("images/bg.gif");
	color: #666666;
}
h1 {
	font-size: 15px;
	margin: -5px 0px 3px 0px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 3px;
	color: #666666;
}
#container {
	width: 760px;
	background-color: #ffffff;
	margin: 0px auto 5px auto;
	padding: 3px;	
	border: 4px solid #e3e6ce;
	border-top: none;	
}
#header {
	width: 760px;
	height: 120px;
	/*border-bottom: 6px solid #edefdb;*/
	margin-bottom: 5px;
	background-image: url("./images/header.jpg");	
}
#banner {
	position: relative;
	left: 284px;
	top: 53px;
	width: 468px;
	height: 60px;
	background-color: #eeeeee;
}
#left {
	width: 175px;	
	float: left;
	text-align: center;
	margin: 3px 3px 3px 0px;	
	background-color: #ffffff;
	padding-bottom: 6px;
}
#menu { 
	text-align: left;
	list-style: none;
	margin-bottom: 5px;
}
#menu a {	
	color: #000000;
	text-decoration: none;
	display: block;
	height: 1%;
	padding: 4px;
	font-weight: bold;
}
.menuLight a {
	background-color: #edefdb;	
}
.menuDark a {
	background-color: #e3e6ce;
}
.menuLight a:hover, .menuDark a:hover {
	background-color: #589d36;
}
#content {
	padding: 8px;
	float: left;
	width: 348px;
	background-color: #ffffff;	
	margin: 3px 0px 12px 0px;	
}
#content ul {
	margin: 6px 0px 6px 0px;
}
#content li {
	margin-left: 25px;
}
#quote {
	padding: 10px;
	background-color: #f6face;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
#right {
	width: 215px;
	float: right;
	text-align: center;
	margin: 3px 0px 3px 0px;	
	background-color: #ffffff;
	padding: 0px 0px 6px 0px;	
}
#footer {
	background-color: #edefdb;
	float: left;
	width: 760px;
	margin: 0px 3px 0px 0px;
	font-size: 10px;
	text-align: center;
	color: #666666;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
