@charset "UTF-8";

/* UNIVERSAL -------------------------------------------------------*/

	body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	line-height: 21px;
	background-image: url(../images/bg_flames.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	margin: 0px;
	}
	
	a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
	img a {
	border: 0;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: #333333 1px solid;
	}
	
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 7px;
	margin-top: 40px;
	text-align: center;
	}

/* LAYOUT ----------------------------------------------------------*/

	#wrap {
	width: 800px;
	margin: 0 auto;
	}
	
	.logo {
	float: left;
	width: 141px;
	height: 140px;
	margin-top: 35px;
	}
	
	.title {
	float: left;
	}
	
	.wordmark {
	float: left;
	width: 639px;
	margin-left: 20px;
	margin-top: 66px;
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: #666666 1px solid;
	}
	
	.subtitle {
	float: left;
	margin-left: 20px;
	}
	
	.featureboxtop {
	width: 800px;
	height: 4px;
	margin-top: 15px;
	background-image: url(../images/bg_feature_top.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
	.featureboxmain {
	width: 796px;
	background-image: url(../images/bg_feature_main.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 113px;
	padding-left: 4px;
	}
	
	.featureboxbottom {
	width: 800px;
	height: 4px;
	margin-bottom: 14px;
	background-image: url(../images/bg_feature_bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	}
	
	.contentwrap {
	width: 800px;
	margin: 0 auto;
	}
	
	.maincontent {
	width: 402px;
	margin-right: 27px;
	margin-bottom: -190px;
	float: left;
	}
	
	.gallerybox {
	width: 166px;
	margin-right: 31px;
	margin-left: 4px;
	float: left;
	margin-top: 10px;
	margin-bottom: 190px;
	}
	
	.menubox {
	width: 166px;
	float: left;
	margin-top: 10px;
	}
	
	.menutext {
	text-align: center;
	font-variant: small-caps;
	}
	
	.formtext {
	border: #FFFFFF 1px solid;
	padding: 4px;
	color: #FFFFFF;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	}
	
	.menutop {
	width: 402px;
	height: 10px;
	background-image: url(../images/menu_background.png);
	background-position: top;
	}
	
	.menubody {
	width: 382px;
	background-image: url(../images/menu_background_body.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
	}
	
	.menubottom {
	width: 402px;
	height: 10px;
	background-image: url(../images/menu_background.png);
	background-position: bottom;
	margin-bottom: 15px;
	}
	
/* FOOTER ----------------------------------------------------------*/
	
	#wrapflames {
	width: 800px;
	height: 457px;
	margin: 0 auto;
	background-image: url(../images/bg_flames.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	z-index: -1000;
	}
	
	#footer {
	width: 100%;
	border-top: #333333 1px solid;
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 12px;
	margin-top: 350px;
	margin-bottom: 0px;
	}
	
	.footercredits {
	width: 800px;
	margin: 0 auto;
	font-size: 9px;
	font-weight: bold;
	}
	
	.gallerypic {
	margin-right: 10px;
	}
	
/* FORCERS ----------------------------------------------------------*/

	.forcer {
	clear: both;
	}
	
	.forcer20 {
	clear: both;
	margin-bottom: 20px;
	}

/* NAVIGATION ----------------------------------------------------------*/
	
	.navbar {
	width: 280px;
	padding-left: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
	font-weight: bold;
	float: right;
	display: inline;
	}
	
	.navbar ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	float: right;
	font-size: 11px;
	}

	.navbar li {
	list-style-type: none;
	display: inline;
	}

	.navbar li a {
	text-decoration: none;
	padding: 4px 4px;
	font-weight: bold;
	}
	
	.navbar li a:hover {
	color: #999933;
	}