/** BASIC */

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #934535 url(images/fader.jpg) repeat-x left top fixed;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #cd9a6d;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

h2 {
	font-size: 110%;
	text-transform: uppercase;
}

h2.bigger {
	font-size: 120%;
	text-transform: uppercase;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-transform: uppercase;
}

p {
	margin: 15px 0;
}

ol, ul {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 20px;
}

li {
	margin-left: 10px;
}

a, a:hover, a:active, a:link {
	color: #ffffff;
	text-decoration: underline;
}

/** Form Fields */

input, textarea, select {
	background-color: #cd9a6d;
	color: #000000;
	font-size: 80%;
	border: 0;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

/** WRAPPER */

#wrapper {
	width: 720px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding: 10px;
	background-color: #6a2315;
}

html>body #wrapper {
	height: auto;
}

/** HEADER */

#header {
	background: #6a2315 url(images/headbg.jpg) top left no-repeat;
	height: 95px;
	margin-bottom: 10px;
	border-bottom: solid #94351f 3px;
	padding: 4px;
	color: #ffffff;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

#header h1 {
	display: none;
}

/** MAIN-MENU */

#main-menu {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 40px;
	background: #934535 url(images/nav-bg.gif) bottom repeat-x;
}

#main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu li {
	display: inline;
	height: 40px;
}

#main-menu a {
	display: block;
	float: left;
	height: 40px;
	border: 0;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

#main-menu .active a {
	color: #ffffff;
	background: url(images/nav-act.gif) no-repeat center top;
}

#main-menu a:hover {
	background: url(images/nav-hov.gif) no-repeat center top;
}

/** CONTENT */

#content {
}

.whitelink {
	color: #ffffff;
	text-decoration: underline;
}

.title {
	font-size: 150%;
	font-weight: bold;
	border: 0;
	background: url(images/title-bg.gif) bottom left no-repeat;
	margin-bottom: 10px;
	padding-left: 24px;
}

.subtitle {
	font-size: 150%;
	font-weight: bold;
	border: 0;
	background: url(images/title-bg.gif) bottom left no-repeat;
	margin-bottom: 10px;
	padding-left: 24px;
}

#left {
	float: left;
	width: 510px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#right {
	float: right;
	width: 195px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#right img {
	padding: 0;
	margin: 0;
	border: 0;
}

#right .caption {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;
	margin-bottom: 10px;
}

#right .slidebox {
	margin: 10px 0;
}

/** FOOTER */

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 24px;
	background: #000000;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#footer li {
	display: inline;
	height: 24px;
}

#footer a {
	display: block;
	float: left;
	height: 24px;
	border-right: 0;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}

#credits {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 24px;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}

#credits a, #credits a:hover, #credits a:active, #credits a:visited {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	padding-right: 4px;
}

/* Miscellaneous classes for reuse */
.floatr { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatl { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearbreak { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.mini {
	width: 50px;
}

.small {
	width: 100px;
}

.short {
	width: 150px;
}

.wide {
	width: 300px;
}

.minitext {
	font-size: 8pt;
	color: #cd9a6d;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
}

.bigger {
	font-size: 150%;
}

.biggest {
	font-size: 200%;
}

.button, .button:hover, .button:active, .button:visited {
	background: #cd9a6d;
	padding: 4px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.required {
	color: #ffffff;
}

.antispam {
	display: none;
}
