* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	/*background: #cbcbcb url(images/body_bg.jpg) repeat-y top center;*/
	background: #FE8502;
	font-family: Georgia, Bookman, "Times New Roman";
	font-size: 13px;
	line-height: 24px;
	color: black;
}
a {
	color: #FE8502;
	text-decoration: none;
	border-bottom: 1px dotted #FE8502;
}
a:hover {
	color: black;
	text-decoration: none;
	border: none;
}
h1 {
	color: #FE8502;
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	color: #281B0B;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
h3 {
	color: #281B0B;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 19.7333px;
	text-align: left;
	text-transform: uppercase;
	color: #281B0B;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
table {
	font-family: Georgia, Bookman, "Times New Roman";
	font-size: 13px;
	line-height: 24px;
	color: black;
}
hr {
	margin: 20px 0 20px 20px;
	height: 1px;
	background-color: white;
	color: white;
	border: none;
	border-bottom: 1px dotted #AB9B7A;
	margin-bottom: 18px;
}
.parag {
	margin-left: 20px;
}
.chapo {
	margin-left: 20px;
	font-size: 16px;
	line-height: 20px;
	color: #5C5A53;
	margin-bottom: 10px;
}
p.address {
	line-height: 18px;
	color: #281B0B;
}
#header {
	width: 1024px;
	height: 150px;
	background: transparent url(images/header.jpg) no-repeat top left;
	margin-left: auto;
	margin-right: auto;
}
#container {
	width: 1024px;
	background: transparent url(images/content_bg.gif) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
}
#content {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 20px 20px 20px;
	text-align: left;
}
#footer {
	width: 1024px;
	height: 30px;
	background: transparent url(images/footer_bg.jpg) no-repeat bottom left;
	margin-left: auto;
	margin-right: auto;
}
#footer_content {
	width: 924px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, "Lucida Grande";
	font-size: 11px;
	color: #5c5a53;
}
#menu {
	height: 23px;
	width: 964px;
	margin-left: auto;
	margin-right: auto;
	background: black;
	font-size: 11px;
	border-top: 1px solid white;
	text-align: left;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
}
.spacer {
	margin-left: 20px;
}
#menu a {
	color: white;
	margin: 0 20px 0 20px;
	border: none;
	text-decoration: none;
}
#menu a:hover {
	color: #FE8502;
	border: none;
	text-decoration: none;
}
.lflt {
	float: left;
	margin: 0 10px 20px 0;
}
.rflt {
	float : right;
	margin: 0 0 10px 10px;
}
.clr {
	clear: both;
}
.desc {
	font-style: italic;
	text-transform: none;
	font-weight: normal;
}
strong {
	color: #281B0B;
}
.slogan {
	width: 964px;
	margin: 0 auto 0 auto;
	background: #FE8502;
	color: black;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.notvisible {
	display: none;
}
.red {
	color: red;
}
.red strong {
	color: red;
}
#caract {
	font-size: 12px;
	color: #333;
	margin: 10px 0 20px 10px;
	border: 1px solid #333;
	border-right: none;
}
#caract th {
	font-weight: bold;
	text-align: right;
	padding: 1px 10px 1px 10px;
}
#caract td {
	font-weight: normal;
	text-align: right;
	padding-right: 40px;
	border-right: 1px solid #333;
}
tr.odd td, tr.odd th {
	background: #FED4A7;
}
label {
	font-weight: bold;
	font-size: 14px;
	color: #FE8502;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.4em;
}
textarea, input.text {
	border: 1px solid #AB9B7A;
	padding: 2px;
	background: white;
}
input.submit {
	border: 1px solid #AB9B7A;
	padding :2px;
	background: white;
	color: #FE8502;
}
input.submit:hover {
	background: #FE8502;
	color: white;
}
.message {
	border: 1px solid black;
	padding: 2px;
	margin: 0 0 40px 0;
	background: #AF0101;
	color: white;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}
.contactForm {
	width: 360px;
}
.center {
	text-align: center;
}
table.top_table {
	width: 100%;
}
table.top_table td {
	vertical-align: top;
}
.vspacer {
	height: 40px;
}
.left_col {
	float: left;
	width: 280px;
}
.middle_col {
	float: left;
	width: 310px;
}
.right_col {
	float: left;
	width: 310px;
}