body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #0e0e0e;
	text-align: center;
}
h1{
	text-decoration: none;
	background-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #666666;
}
h2{
	color: #996600;
	text-decoration: underline;
}
a, a:visited{
	color: #CC6600;
	text-decoration: none;
}
a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC6633;
}

#col{
	width:700px;
	text-align: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #996633;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.imgflot {
	float: right;
	border: 1px solid #666666;
	right: 500px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: center;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	margin-bottom: 30px;
	bottom: 50px;
}
#menu a, #menu a:visited, #menu a:link{
	text-decoration: none;
	color: #000000;
}
#menu a:hover{
	text-decoration: none;
	color: #990000;
	background-color: #E8E8E8;
}
