@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000000;
}
#wrapper #logo {
	height: 339px;
	width: 912px;
}
#wrapper #nav {
	height: 40px;
}
#wrapper #body {
	background-color: #D7B786;
	width: 912px;
}
#wrapper #footer {
	background-color: #D7B786;
	clear: both;
	border-top-width: 1px;
	border-top-color: #167190;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#wrapper #body #left {
	width: 200px;
	float: left;
	border: 1px solid #0B6E8E;
}
#wrapper #body #right {
	width: 708px;
	float: right;
	background-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
bold {
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0B6E8E;
	margin: 15px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #0B6E8E;
	margin: 15px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	margin: 15px;
	list-style-type: disc;
	list-style-position: inside;
}
