* { margin: 0; padding: 0; }
body {
	background: url(images/bg_wood.jpg) top center;
	font: 70% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:active, a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 765px;
	background: url(images/containerfill.jpg) 0 178px repeat-y;
	min-height: 600px;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 765px;
	height: 178px;
}
#header h1 {
	position: relative;
	top: 135px;
	text-align: center;
	color: #cc9966;
	margin-bottom: 10px;
	font-weight: 100;
	font-size: 2em;
}
#menu {
	width: 180px;
	float: left;
	padding: 0 0 0 20px;
}
#menu ul {
	list-style-type: none;
	line-height: 3em;
	color: #333;
}
#menu li a:link, #menu li a:visited {
	font-size: 1.5em;
	color: #777;
}
#menu li a:hover, #menu li a:active {
	color: #F00;
	text-decoration: none;
}
#menu li li {
	font-size: .8em;
	line-height: 1.5em;
	margin-left: 15px;
	list-style-type: disc;
}
#menu ul ul {
	margin-bottom: 10px;
}
#content {
	margin: 8px 35px 0 210px;
	padding-bottom: 20px;
	line-height: 2em;
}
#footer {
	width: 765px;
	height: 32px;
	background: url(images/footer.png);
	margin: 0 auto;
}

.quote {
	padding: 10px;
	border: 1px solid #AAA;
	background: #FFF url(images/gradbg.gif) bottom repeat-x;
	margin-bottom: 20px;
	min-height: 100px;
}
.quote img {
	float: left;
	margin: 0 10px 10px 0;
}


#content h2 {
	font-weight: 100;
	color: #999;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */