@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 100%;
	overflow: scroll;
	background-image: url(images/containerbg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #21190F;
}

#container  {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/signatures.gif);
	background-repeat: repeat-y;
	background-position: center 180px;
} 
#outheader  {
	width: 100%;
	height: 100px;
	background-position: center top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
#header  {
	padding-top: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 978px;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	margin-right: auto;
	color: #21190F;
	height: 100px;
} 

#header  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	margin: 0px;
	width: 697px;
	display: block;
	float: left;
}
#language {
	float: right;
	width: 200px;
	padding: 0px;
	margin-top: 70px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;

}
#language a  {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#language a:hover  {
	color: #FF9900;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}


#naviwrapper   {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #96885A;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #96885A;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 40px;
	background-color: #17120B;
}
#navigation  {
	width: 1012px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: auto;
	padding-left: 0px;
	margin-left: auto;
	height: 40px;
	padding-right: 0px;
}
#wrapper  {
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/shadow2.gif);
	background-color: #363120;
}


#mainContent  {
	font-size: 12px;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
} 
h1 {
	font-family: Calibri, "Trebuchet MS", Arial, sans-serif;
	font-size: 28px;
	color: #21190F;
	text-transform: capitalize;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	display: block;
}
h2    {
	font-family: "Bookman Old Style", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: #777700;
	letter-spacing: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #777700;
}

#whitebox {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
iframe.promo    {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}



.fltrt { /* 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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* 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;
}
.green {
	color: #DFDFA2;
}

