* html, body {
	background-color: #28292D;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
}

h5, h6 {
	padding: 0;
	margin: 0;
}

a.active:link, a.active:visited, a:link, a:visited {
	color: #F04923;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


div#container {
	width: 764px;
	top: 0px;
	margin-top: 0px;
	margin-left : auto;
	margin-right : auto;
	background-image : url(/images/body_background.jpg);
	background-repeat : repeat-y;
	background-position : top left;
}

div#header {
	background-color: #28292D;
	width: 764px;
	height: 100px;
	text-indent: -10000px;
	background-image : url(/images/head.jpg);
	background-repeat : no-repeat;
	background-position : center left;
}

div#info {
	height: 194px;
	width: 100%;
	text-indent: -10000px;
	background-image : url(/images/image.jpg);
	background-repeat : no-repeat;
	background-position : center left;
}

div#nav {
	width: 100%;
	height: 55px;
	background-color: #313437;
	text-transform: uppercase;
	background-image : url(/images/nav_button_background.jpg);
	background-repeat : no-repeat;
	background-position : center left;
}

div#nav ul {
	margin: 0; 
	padding: 0;
	width: 100%;
}

div#nav ul li {
	float: left;
	height: 55px;
	width: 191px;
	margin: 0; 
	padding: 0;
	line-height: 55px;
	display: inline;
	list-style-type: none;
	background-image : url(/images/nav_button_background.jpg);
	background-repeat : no-repeat;
	background-position : center right;
}
	
div#nav ul li a:link, div#nav ul li a:visited {
	padding-top:10px;
	font-size: 15px;
	text-decoration: none;
	font-weight:bold;
	color: #FFFFFF;
}

div#nav ul li a.active:link, div#nav ul li a.active:visited {
	color: #F04923;
}

div#nav ul li a:hover {
	text-decoration: underline;
}

/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
}
/* End hide from IE-mac */

div#body {
	width: 100%;
	clear: both;
	margin-top: -1px;
}

div#left {
	float:left;
	width:230px;
	padding-bottom:10px;
	margin:0;
	color: #000000;
}

div#right {
	float:right;
	width:514px;
	padding:10px;
	padding-top: 30px;
	margin:0;
	text-align: left;
	background-color: #313437;
}

div#footer {
	float: left;
	background-color: #28292D;
	width:100%;
	height: 30px;
}

div#fleft {
	padding-top: 16px;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

#fleft a.active:link, #fleft a.active:visited, #fleft a:link, #fleft a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#fleft a:hover {
	color: #777777;
	text-decoration: underline;
}

div#fright {
	float: right;
	padding-top:5px;
	font-size: 10px;
	color: #FFFFFF;
}

#fright a.active:link, #fright a.active:visited, #fright a:link, #fright a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

#fright a:hover {
	color: #777777;
	text-decoration: underline;
}

img {
	border: 0;
}

span {
	color: #F04923;
}

ul.tick {
	list-style-image:url(/images/bullet_tick.jpg);
	list-style-position: inside;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 0px;
}

ul.tick li {
	margin: 0px 0px 0px 0px;
	padding: 1px 5px 1px 0px;
}

ul.tick li strong {
	padding: 0px 0px 0px 15px;
	font-weight:normal;
}