@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: #3a2b1d;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: center;
	color: #333;
}
p {
	margin-bottom: 12px;
}
h1 {
	color: #4f3723;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3em;
}
h5 {
	border: thin dotted #ccc;
	margin-bottom: 20px;
}
ol {
	line-height: 1.8em;
	list-style-position: inside; 
}
ul {
	margin-left: 11px; 
}
a:link, a:visited {
 	color: #00839e;
	text-decoration: none;
}
a:hover {
 	color: #00839e;
	text-decoration: underline;
}
a img {
	border: none;
}
#menu a:link, #menu a:visited {
 	color: #4f3723;
	text-decoration: none;
}
#menu a:hover {
 	color: #aa1000;
	text-decoration: none;
}
.on {
	color: #aa1000;
}
.red {
	color: #FF0000;
	font-size: 14px;
}
#page {
	margin: 0 auto;
	width: 800px;
	text-align: justify;
}
#header {
	float: left;
	width: 800px;
	height: 156px;
}
#menu {
	float: left;
	padding: 8px 60px 6px 60px;
	width: 680px;
	height: 19px;
	background: #99d9e5;
	color: #4f3723;
	font-weight: bold;
	font-size: 14px;
}
#content {
	float: left;
	margin-top: 7px;
	width: 800px;
	background: #fff;
	text-align: left;
}
#left {
	float: left;
	margin: 50px 25px 10px 60px;
	width: 315px;
}
#right {
	float: left;
	margin: 50px 60px 10px 25px;
	width: 315px;
}
#content2 {
	float: left;
	padding: 15px 60px 50px 60px;
	width: 680px;
	background: #fff;
	text-align: left;
}
#left2 {
	float: left;
	margin: 10px 25px 0 0;
	width: 315px;
}
#right2 {
	float: left;
	margin: 10px 0 0 25px;
	width: 315px;
}
