body {
	margin: 0;
	padding: 0;
	background: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	margin: 0;
}
a {
	color: #6D0020;
}
a:hover {
	color: #98002F;
}
#container {
	background: #000;
}
#main {
	width: 770px;
	margin: 0 auto;
	text-align: left;
}
#head {
	background: url(img/bkgd_head.jpg) no-repeat left #666666;
}
#nav {
	background: url(img/bkgd_nav.jpg) repeat-y left #4d0018;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
}
#nav a {
	color: #fff;
	text-decoration: none;
}
#nav a.active {
	color: #c9c9c9;
}
#nav a:hover {
	color: #c9c9c9;
}
#nav li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
	position: relative;
	margin: 0 0 0 25px;
	text-align: left;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}
#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	background: #96002E;
	margin: 0 0 0 -22px;
	padding: 0;
	text-align: center;
	line-height: normal;
	width: 120px;
}
#nav li ul li {
	margin: 0;
	padding: 0;
	display: block;
	background: #96002E;
	width: 120px;
	text-align: center;
}
#nav li ul li a {
	background: #96002E;
	display: block;
	padding: 3px 6px;
	line-height: normal;
	margin: 0;
	width: 114px;
	border-bottom: 1px solid #4d0018;
	border-left: 1px solid #4d0018;
	border-right: 1px solid #4d0018;
}
#content {
	/*background: url(img/bkgd_left.jpg) repeat-x bottom #e4dfcb;*/
	background: #a6a6a6;
}
#content2 {
	margin: 0 0 0 253px;
	background: url(img/bkgd_page.jpg) repeat #fff;
}
#left {
	float: left;
	display: inline;
	width: 253px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0 0 20px 0;
}
html * #left {
}
#left a {
	text-decoration: none;
	color: #000;
}
#left a:hover {
	color: #3d3d3d;
}
#left a.active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#left h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-family: "Dolphin", "Delphin", "Dauphin", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4D0018;
	font-size: 18px;
	padding: 23px 15px 0px 15px;
}
#left h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D0018;
	font-size: 12px;
	padding: 5px 15px 0 15px;
	margin: 10px 0 0 0;
}
#left h3 a {
	color: #4D0018;
}
#left h3 a.active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#left p {
	color: #000;
	font-size: 11px;
	padding: 5px 15px 0 15px;
}
#left ul {
	color: #000;
	font-size: 11px;
	padding: 5px 15px 0 15px;
	line-height: normal;
}
#left li {
	color: #000;
	font-size: 11px;
	line-height: 13px;
	padding: 1px 0px 1px 0;
	margin: 0 0 5px 20px;
	list-style-type: square;
}
/*
* html #left li {
	height: 1px;
} */
#left li ul {
	color: #000;
	font-size: 11px;
	padding: 5px 15px 0 15px;
	line-height: normal;
}
#left li ul li {
	color: #000;
	font-size: 11px;
	line-height: 13px;
	padding: 1px 0px 1px 0px;
	margin: 0 0 5px 0;
	list-style-type: square;
	background: none;
}
#left .new {
	background: #3d3d3d;
	padding: 2px 3px;
	margin: 0 0 1px 3px;
	font-size: 8px;
	font-weight: bold;
	line-height: 8px;
	color: #fff;
}
#right {
	min-height: 450px;
	background: url(img/bkgd_right.gif) no-repeat bottom right;
	padding: 20px 20px 50px 20px;
}
* html #right {
	height: 450px;
}
#rightSub {
	min-height: 550px;
	background: url(img/bkgd_right_sub.gif) no-repeat right bottom;
	padding: 20px 20px 50px 20px;
}
* html #rightSub {
	height: 550px;
}
#rightContent img {
	clear: right;
	float: right;
	display: inline;
	margin: 0 5px 15px 30px;
	border: 1px solid #000;
}
#rightContent img.bigImg {
	float: none;
	display: block;
	margin: 0 0 15px 0;
	border: 1px solid #000;
}
#rightContent p, #rightContent ul, #rightContent ol {
	color: #000;
	font-size: 12px;
	line-height: 17px;
}
#rightContent h1 {
	font-family: "Dolphin", "Delphin", "Dauphin", Georgia, "Times New Roman", Times, serif;
	color: #98002F;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#rightContent h1.poulet {
	font-family: "Edwardian Script ITC", "Edwardian Script", "Edwardian", Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	letter-spacing: normal;
}
#rightContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4D0018;
	font-size: 14px;
	padding: 0.5em 0 0.5em 0;
}
#rightContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	font-size: 13px;
	padding: 0.5em 0 0.5em 0;
}
#rightContent p {
	padding-bottom: 0.8em;
}
#rightContent table {
	border-collapse: collapse;
	margin-bottom: 0.8em;
}
#rightContent td {
	color: #000;
	font-size: 12px;
	line-height: 17px;
	padding: 0.4em;
	border: 1px solid #B7B295;
	border-collapse: collapse;
}
#rightContent ul {
	padding: 0 0px 10px 20px;
}
#rightContent li {
	padding: 5px 0px 0 0;
}
* html #rightContent li {
	/* height: 1px; */
}
.clearDiv {
	clear: both;
}
p.toplink a {
	font-size: 9px !important;
	text-decoration: none !important;
	margin: 10px 0 0 0;
}
#footer {
	background: #333;
	color: #c9c9c9;
	text-align: center;
	font-size: 11px;
	padding: 15px;
}
#footer a {
	color: #c9c9c9;
}
#footer a:hover {
	color: #fff;
}