@charset "UTF-8";

body {
	background-color:#2D0506;
	background-image:url(images/bg.gif);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
}

/* ========== MAIN PAGE DIVS ========== */

#wrapper {
	margin-left:0;
	padding:0;
	background-color:#2D0506;
	width:950px;
	height:100%;
	min-height:100%;
	min-width:950px;
	position:relative;
}

#header {
	height:305px;
	width:950px;
	top:0;
	left:0;
	background-image:url(images/header.gif);
	background-repeat:no-repeat;
	background-color:#2D0506;
	margin:0;
	padding:0;
}

#noheader {
	height:0px;
	width:950px;
	background-image:none;
	background-repeat:no-repeat;
	background-color:none;
	margin:0;
	padding:0;
}

#navbar {
	height:40px;
	position:relative;
	width:950px;
	background-color:#2D0506;
	background-repeat: no-repeat;
	margin-left:0;
	padding-left:105px;
	background-image:url(images/navbar.jpg);
	top:0px;
}

#content {
	height:100%;
	position: relative;
	width:790px; /* was 750 */
	background-color: white;
	padding-left:105px;
	/* text-indent:105px; */
	/* top:345px; */
}

#footer {
	width: 895px; /* was 855 */
	height: 5%;
	position: relative;
	top:0em;
	left: -105px;
	padding-bottom:1em;
	background-color: white;
	/* If you want to make a defined separation between footer and content, then add: margin-top: 50px;  */
	}

.hidden {
	/* Used to hide the text */
	display:none;
}


/* ========== NAVIGATION MENU ELEMENTS ========== */

a {
	color: #ff1a00;
	outline:none;
	}

#navbar ul {
	list-style:none;
	width:950px;
	height:40px;
	display:block;
	margin-top: 0px;
}

#navbar li.nav {
	float:left;
	width:135px;
	height:40px;
}

#navbar li.home a {
	float:left;
	color:#fff;
	width:75px;
	height:40px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(images/base.gif);
}
	
#navbar li.home a:hover {
	background-image:url(images/base_hover.gif);
	outline: 0px;
}

#navbar li.home a.current{
	background-image:url(images/base_active.gif);
	outline: 0px;
}
	
#navbar li a {
	font-family: Helvetica, Din, "Din Schrift", Dinschrift, Arial, Verdana, sans-serif;
	font-weight:lighter;
	font-size:.9em;
	letter-spacing: .1em;
	color:#fff;
	text-decoration:none;
	line-height:40px;
	display:block;
	width:135px;
	text-align:center;
	outline: 0px;
	}
	
#navbar li a:hover {
	/* background-position:158px 0px; */
	text-decoration:none;
	background-color:#ff1a00;
	color:#fff;
	outline: 0px;
	}

#navbar li a.current {
	background:#fff;
	color:#ff1a00;
	outline: 0px;
	}
	
td a {
	font-family: Helvetica, Din, "Din Schrift", Dinschrift, Arial, Verdana, sans-serif;
	font-weight:lighter;
	font-size:.9em;
	display:block;
	width:80px;
	text-align:left;
	outline: none;
	text-decoration: none;
	}

.nobord {
	color: #fff;
	}
	
a.nobord:hover {
	color: #2D0506;
	}
	
.fnobord {
	color: #fff;
	}
	
.fnobord:hover {
	color: #fff;
	}

	
	
/* ========== A TAGS ========== */







/* ========== HTML CALLOUTS ========== */

h1 {
	font-family: Helvetica, Din, "Din Schrift", Dinschrift, Arial, Verdana, sans-serif;
	font-weight:lighter;
	font-size:1.4em;
	line-height: 1.5em;
	text-decoration:none;
	color:#2D0506;
}

h3 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#2D0506;
	text-transform:uppercase;
}

h4 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	color:#2D0506;
}

p {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:0.9em;
	color:#2D0506;
	line-height:1.5em;
	padding-right:105px;
	padding-top:0.7em;
}

.quotation{
	line-height: 1.5em;
}

.indent {
	font-style: italic;
	line-height:1.25em;
	padding-left: 20px;
	padding-top:0.7em;
}


.form {
	display:inline;
	padding-left:1px;
}

.footer {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:0.7em;
	line-height: 1.5em;
	color:#2D0506;
	padding-left: 105px;
}

.credits {
	font-size:0.7em;
	padding-right: 105px;
}


.date {
	font-family:Din, "Din Schrift", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.7em;
	color:#ff1a00;
}

/* ========== FORM ELEMENTS ========== */

form {

}

/* =========== MISCELLANEOUS ========== */

hr {
	color:#2D0506;
	width:640px;
	height:1px;
	left:105px;
	position:absolute;
	/* for IE */
 	filter:alpha(opacity=30);
  	/* CSS3 standard */
  	opacity:0.3;
	}
