@charset "utf-8";
body {
	background-color: #0f091f;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #E5BC59;
}
a:active {
	color: #E5BC59;
}
#header_wrapper {
	position:relative;
	width:100%;
	height:138px;
}
#navigation_wrapper {
	position:relative;
	width:100%;
	height:42px;
}
#content_wrapper {
	position:relative;
	width:100%;
	height:auto;
	padding-top: 30px;
}

#footer_wrapper {
	position:relative;
	width:100%;
	height:50px;
	clear:both;
}
#navigation {
	position:relative;
	width:900px;
	height:42px;
	margin-right: auto;
	margin-left: auto;
}
#navigation_edit {
	position:relative;
	width:880px;
	height:20px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
}
#content {
	position:relative;
	width:900px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	position:relative;
	width:900px;
	height:40px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	text-transform: uppercase;
	color: #CCCCCC;
	clear: both;
}
#right_column {
	width:630px;
	float: right;
	padding-bottom: 80px;
}
#left_column {
	width:250px;
	float: left;
	padding-bottom: 80px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}

#left_column ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#left_column li {
	display: inline;
}
#left_column li a {
	display: block;
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #C0C0C0;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
#left_column li a:hover {
	background-color: #0F091F;	
}
h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: normal;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #E5BC59;
	padding-bottom: 1px;
	text-decoration: none;
}
h2 a {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 5px;
	color: #E5BC59;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5BC59;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0F091F;
	padding: 2px;
	border: 1px solid #C0C0C0;
}
.Accordion {
	overflow: hidden;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.AccordionPanelTab {
	border-bottom: solid 1px #E5BC59;
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-transform: uppercase;
}
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.AccordionPanelContent img {
	border: 1px solid #E5BC59;
}
.AccordionPanelTabHover {
	color: #E5BC59;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #E5BC59;
}
