/* CSS Document */

body  {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	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 */
	/*background-color:#5d3418;*/
	background-color:#000000;
}

.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 its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img{
	border:none;
}

a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

a:hover{
	text-decoration:underline;
	color:#fcaf22;
}

h1 {
	font-size:1.4em;
	font-weight:bold;
	padding: 0px 0 10px 0;
	margin-bottom:0px;
}

h2 {
	padding:0px 0 8px 0;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0px;
}

#wrapper {
	height: auto !important;
	min-height: 100%;
	height: 100%; 
	width:960px;
	text-align:left;
	position:relative;
	top: 0px;
	left: 0px;
	margin-left:auto;
	margin-right:auto;
	font-size:1.2em;
	color:#FFFFFF;
}

#header {
	width:100%;
	overflow:hidden;
	position:relative;
}

#flashcontent {
	background-color:#000000;	
}

.download {
	position:absolute;
	top:110px;
	right:0px;	
	font-size:2em;
	color:#B79863;
}

.download a {
	color:#B79863;
}

.download a:hover, .download a:active, .download a:focus {
	color:#FCAF22;
	text-decoration:none;
}

#header img {
	vertical-align:bottom;	
}

#content {
	width:100%;
	overflow:hidden;
	padding-top:15px;
}

#content p {
	padding-bottom:10px;	
}


.info-box, .info-box-last {
	width:172px;
	float:left;
	margin-right:20px;
}

.info-box-last {
	margin-right:0px;	
}

.padding {
	padding-top:26px;	
}
