* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	margin: 0;
	background: #651d1d url(images/html_background.gif) repeat-x;
	width: 710px;
	margin: 0 auto 0;
	color: #000;
	font: 16px Arial, Helvetica, Geneva, sans-serif;
}
body {
	margin-top: 40px;
}
h1 {
	float: left;
}
h1 span{ display: none;}
#header_contact {
	float: right;
	color: #DDD !important;
	font-size: .8em;
	margin-top: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}
#header_contact table {
	margin-left: 10px;
	color: #DDD !important;
	font-size: .9em;
	font-weight: bold;
}
#header_contact table td{
	margin-left: 10px;
	color: #DDD !important;
}
ul#nav {
	clear: both;
	list-style: none;
	background-image: url(images/ul_background.gif);
	height: 24px;
	padding-top: 3px;
	margin: 0 5px 0;
	text-align: center;
	border-left: 1px #3a3a3a solid;
	border-right: 1px #3a3a3a solid;
}
ul#nav li {
	display: inline;
	padding: 5px 8px 6px;
	margin-top: 20px;
	font-size: .8em;
	text-transform: uppercase;
}
ul#nav li.active {
	background-image: url(images/li_background.gif);
}
ul#nav li.active a {
	color:#000;
}
ul#nav li:hover {
	background-image: url(images/li_background.gif);
}
ul#nav li:hover a {
	color:#000;
}
ul#nav li a {
	color: #FFF;
	text-decoration: none;
}
#content {
	background: url(images/slide_background.gif) repeat-y;
	padding: 0 5px 0;
}
#content p {
	padding: 5px 10px 10px;
	font-size: .9em;
	text-align: center;
}
#slide_top {
	display: block;
	width: 710px;
	height: 5px;
	background-image: url(images/slide_top.gif);
}
#slide_bottom {
	display: block;
	width: 710px;
	height: 5px;
	background-image: url(images/slide_bottom.gif);
}
#extra_left {
	background-color:#f3f2e2;
	width: 480px;
	float: left;
	margin: 20px 0 20px;
}
#extra_left p {
	font-size: .8em;
	padding: 10px 15px 10px;
}
#extra_left_top {
	display: block;
	width: 480px;
	height: 5px;
	background-image: url(images/extra_left_top.gif);
}
#extra_left_bottom {
	display: block;
	width: 480px;
	height: 5px;
	background-image: url(images/extra_left_bottom.gif);
}
#extra_right {
	background-color:#a69191;
	width: 200px;
	float: right;
	margin: 20px 0 0;
}
#extra_right p {
	font-size: .8em;
	padding: 5px 10px 0;
}
#extra_right ul {
	font-size: .7em;
	padding: 5px 10px 5px;
	list-style-position: inside;
}
#extra_right ul li {
	margin: 2px 0px 2px;
}
#extra_right_top {
	display: block;
	width: 200px;
	height: 5px;
	background-image: url(images/extra_right_top.gif);
}
#extra_right_bottom {
	display: block;
	width: 200px;
	height: 5px;
	background-image: url(images/extra_right_bottom.gif);
}
#footer {
	clear: both;
	text-align: center;
	font-size:.7em;
	color: #fff;
	margin: 20px 0 20px;
}
#breadcrumbs_links a {
	font-size: 12px !important;
}