body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29180C;
	background: url(../images/background.jpg) no-repeat center top #190B08;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* header */
.header {
	margin: 30px 0 15px 0;
}

.header .float_right {
	margin-top: 6px;
	width: 350px;
	text-align: right;
}

/* footer */

.footer {
	margin: 32px 0;
}

/* menu */
ul.menu {
	padding: 12px 0 9px 0;
	margin: 12px 0 12px 0;
	background: #000;
}

ul.menu li {
	display: inline;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	margin: 0 14px 0 4px;
	padding-top: 6px;
}

ul.menu li a {
	color: #FFF;
	text-decoration: none;
}

ul.menu li.selected {
	color: #FF9900;
	text-decoration: none;
	background: url(../images/menu-icon.png) 1px 0 no-repeat;
}

ul.menu li.selected a {
	color: #FF9900;
}

/* boxes */
.box {
	border: 8px solid #000;
}

.box.padding {
	padding: 54px 64px;
	background: #FAF7F1;
}

.content {
	width: 816px;
	overflow: hidden;
	position: relative;
	float: left;
}

.content .section {
	width: 5000px;
	height: 320px;
	position: relative;
}

.content .section .contents {
	position: relative;
	float: left;
	/*padding: 54px 64px;*/
	width: 816px;
	height: 320px;
}

.content .section .contents .scrollable {
	height: 260px;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0;
	color: #000;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 33px;
	margin: 0 0 10px 0;
	color: #FF9900;
	text-transform: uppercase;
}

p {
	line-height: 24px;
}

.spacer {
	height: 12px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.line {
	border-top: 1px solid #794928;
	margin: 1px 0 2px 0;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* FORMS */
form {
	margin: 0;
}

form fieldset {
	border: 0;
}

form label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset li {
	list-style: none;
	padding: 3px 0;
	margin: 0;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #D32015;
}
form label {
	width: 100px; /* Width of labels */
}

form input, 
form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #29180C;
	border: 1px solid #DBDBDB;
	padding: 2px;
}

form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #DBDBDB;
	padding: 2px;
	overflow: hidden;
}

form .submit {
	border: 1px solid #333;
	padding: 2px 4px;
	background: #281C0F;
	color: #fff;
}

form .padding {
	padding: 20px;
}

.uppercased {
	text-transform: uppercase;
}