div, b, ul, ol, p, body, blockquote{  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: normal
}
body {
	background-color: #CCC;
	color: #333;
	width: 960px;
	margin: 0 auto;
}
h1, h2, h3, h4, h5{
	color: #630;
}
p.center{
	text-align: center;
}
div.center{
	width: 100%;
	height: 100%;
}
div.center img{
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.marg-left-10{
	margin-left: 10px;
}
.marg-bot-10{
	margin-bottom: 10px;
}
.marg-right-10{
	margin-right: 10px;
}
.marg-top-10{
	margin-top: 10px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #663300;
	font-weight: bold;
}
a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	color: #630;
	text-decoration: none;
}
a:hover {
	color: #630;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}
.header a img{
	display: block;
	width: 729px;
	margin: 0px auto;
}
.menu{
	margin: 10px;
}
.menu-cell{
	background-color: white;
	display: inline-block;
	width: 16%;
	text-align: center;
	padding: 10px 1px;
}
.menu-cell:hover{
	background-color: #630;
	color: white;
}
.container{
	background-color: white;
	padding: 1px 20px 20px 20px;
}
.quote{
	padding-left: 40px;
	font-style: italic;
}
.footer{
	text-align: center;
	background-color: white;
	margin-top: 10px;
	padding: 20px;
}