body, table, td, p, h1, h2 { margin:0; padding:0; }
body {
	background: #160b01;
	font:14px/21px arial, helvetica;
	color: #372928;
}
a {
	text-decoration:none;
	color: #160b01;
	text-decoration: none;
}
a:hover {
	color: #f46724;
	text-decoration: underline;
}
input, textarea {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #372928;
}

hr {
	height:2px;
	background: #fff2e5;
	border:0;
	margin: 7px 0;
}
h1 {
	margin: 15px 0;
	color: #f46724;
	font-size:25px;
	font-weight:bold;
	letter-spacing:-1px;
}
h2 {
	margin: 15px 0;
	color: #f46724;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}

#cont {
	width: 729px;
	margin:0 auto;
}
#header {
	width:921px;
	height: 210px;
	background: url('images/header.gif') top left no-repeat;
	margin-bottom: 0px;
}
#links {
	padding: 180px 5px 0px 5px;
	height: 42px;
	text-align: center;
} 
#links a {
	padding:0 10px;
	color: #160b01;
	text-decoration: none;
}
#links a:hover {
	color: #f46724;
	text-decoration: none;
}
#wrapper {
	width: 921px;
	padding-top: 30px;
    background: url('images/bgcont.gif') top left repeat-y;
}

#body-text { width: 600px; margin: 0px auto; margin-bottom: 50px;}

#footer {
	background: url('images/footer.gif') bottom left no-repeat;
	width:921px;
	height: 120px;
	font: 11px/19px arial, Arial, Helvetica, sans-serif;
	color: #160b01;
	text-align:center;
}
#footer a {
		color: #160b01;
}
#footer a:hover {
		color: #f46724;
}

.footertext {padding-top: 90px;}

input, textarea {
	padding: 4px;
	font-size:12px;
	border: 1px solid #d1d1d1;
}
hr {
	height:1px;
	background: #d1d1d1;
	border:0;
	color: #d1d1d1;
}

td {background-color: #fff;}
