<!--
body, html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.6em;
	background: url(page_bg.jpg) repeat-x top #fc6d00;
	color: #e9d8c2;
}
a {
	color: #d7b384;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}

h1 a, h2 a, h3 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

/*  form stuff */

input, select, textarea {
	width: 150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(input_bg.jpg) repeat-x top #f4eee6;
	border: 1px solid #d7b384;
}
.butt {
	background: url(button_bg.jpg) repeat-x top #9D0D10;
	border: 1px solid #530002;
	color: #FFFFFF;
	font-size: 13px;
}
.error_field {
	border: 2px solid red;
}
.footer {
	font-size: 11px;
}
#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#flash {
	margin: 0;
	padding: 0;
	height: 260px;
}
#content {
	background:url(content_bg.jpg) no-repeat top center;
	margin: 0;
	padding: 10px;
}
#content img {
	border: 3px solid #992200;
	margin: 10px;
	margin-top: 0;
	margin-left: 0;
}
#footer_container {
	background-color:#000000;
}
#footer {
	margin: 0;
	padding: 10px;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 89px;
	padding-top: 10px;
}
#footer_logo {
	float: left;
}
#footer_pxs {
	float: right;
	background-color: #000000;
	font-size: 0.7em;
}
#footer_links {
	float: left;
	padding-left: 100px;
	line-height: 1.6em;
}
#footer_links, #footer_links a {
	color: #cccccc;
	text-decoration: none;
}
#footer_links a:hover {
	text-decoration: underline;
}
#footer_links .big, #footer_links .big a {
	color: #ecbb45;
	font-size: 1.1em;
}
.footer_small {
	font-size: 0.85em;
	color: #aaaaaa;
}

hr {
	border: 0px solid #552200;
	border-bottom: 1px solid #552200;
}

#submenu {
	width: 193px;
	padding: 8px;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #686444;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#submenu li {
	margin-top: 5px;
}

#submenu li a {
	display: block;
	padding: 3px 3px 3px 0.5em;
	border-left: 4px solid #773300;
	text-decoration: none;
	width: 100%;
}

html>body #submenu li a {
	width: auto;
}

#submenu li a:hover {
	border-left: 4px solid #c7c3a0;
	background-color: #000000;
	color: #aa6600;
}

-->
