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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #72644d;
	text-align: center;
}
.OneColFixHdr #container {
	width: 846px;
	margin-right: auto;
	margin-left: auto;
	top: 177px;
	height: 500px;
}
.OneColFixHdr #header {
	width: 846px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.OneColFixHdr #container #maincontent{
	background-color: #b9ac98;
	width: 600px;
	height: 100%;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
.OneColFixHdr #container #sidebar{
	float: right;
	width: 246px;
	background-color: #1e2729;
	height: 100%;
}
.OneColFixHdr #container #sidebar img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.OneColFixHdr #container #maincontent #contents {
}
.OneColFixHdr #footer {
	font-size: 10px;
	bottom: 0px;
	width: 846px;
	position: relative;
	background-color: #b9a88c;
}
a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #5C6961;
}
a:active {
	text-decoration: none;
	color: #333;
}
