@charset "UTF-8";
/* CSS Document */

body {
	font-size: 100%;
	background: #555555 url(images/page-background.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	min-width: 970px;
}
#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 970px;
	font: 0.90em "Century Gothic", Arial, Helvetica;
	color: #FFFFFF;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 206px;
	width: 970px;
	background: url(images/header_back.jpg) no-repeat center 30px;
}
#main {
	background: url(images/main-background.jpg) repeat-y scroll center top;
	margin: 0px;
	padding: 0px;
	width: 970px;
	float: left;
}
#main-inner {
	background: url(images/main-inner-background.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
	width: 970px;
	min-height: 680px;
}

#content {
	float: left;
	width: 650px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 10px;
	text-align: justify;
	margin-bottom: 30px;
}
#footer {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 93px;
	width: 970px;
	background: url(images/footer-background.jpg) no-repeat center center;
}
#footer-left {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	width: 680px;
	background: url(images/footer-rules.gif) repeat-x left center;
	line-height: 19px;
	margin-top: 20px;
	margin-left: 20px;
}
#footer-right {
	padding: 0px;
	float: right;
	height: 50px;
	width: 250px;
	margin-top: 20px;
}
#footer-left a, #footer-left a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
#footer-left a:hover {
	text-decoration: underline;
	color: #8D0105;
}

/* Navigation */

#sidebar {
	float: right;
	width: 230px;
	margin-right: 20px;
	font: oblique bold 1em "Century Gothic", Arial, Helvetica;
	color: #222222;
	margin-top: 130px;
	letter-spacing: -0.03em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebar li {
	
}
#sidebar li a {
	display: block;
	background: url(images/sidebar-menu.png) no-repeat;
	width: 230px;
}
#sidebar li span {
	display: none;
}
#sidebar li a.item1 {
	background-position: 0px 0px;
	height: 47px;
}
#sidebar li a.item1:hover {
	background-position: -230px 0px;
}
#sidebar li a.item2 {
	background-position: 0px -49px;
	height: 45px;
}
#sidebar li a.item2:hover {
	background-position: -230px -49px;
}
#sidebar li a.item3 {
	background-position: 0px -96px;
	height: 43px;
}
#sidebar li a.item3:hover {
	background-position: -230px -96px;
}
#sidebar li a.item4 {
	background-position: 0px -141px;
	height: 47px;
}
#sidebar li a.item4:hover {
	background-position: -230px -141px;
}
#sidebar ul ul {
	margin-bottom: 10px;
}
#sidebar ul ul li {
	line-height: 18px;
	border-bottom: 1px solid #222222;
	display: block;
	width: 190px;
	margin-left: 15px;
}
#sidebar ul ul li a {
	color: #222222;
	text-decoration: none;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	background: url(none);
}
#sidebar ul ul li a:hover {
	color: #FFFFFF;
	background: #871316;
	display: block;
	width: 187px;
}


/* HTML Elements */

img {
	border: 0px;
}
a, a:visited {
	font-weight: bold;
	color: #FFF88D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
h1 {
	text-transform: uppercase;
	color: #FFFFFF;
	font: bold 1.65em/1em "Century Gothic", Arial, Helvetica;
	background: transparent url(images/h1-shade.png) no-repeat left top;
	padding: 7px 4px 4px;
	text-align: left;
}
h2 {
	background: transparent url(images/h2-shade.png) no-repeat left bottom;
	font: bold 1.4em/1em "Century Gothic", Arial, Helvetica;
	text-align: left;
	padding: 2px 3px 5px;
}
h3 {
	font: bold 1.2em "Century Gothic", Arial, Helvetica;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.h1-small {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
	line-height: 1em;
}
.float-left {
	padding: 0px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.float-right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.fieldset {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
}

