
* {
	margin: 0;
	padding: 0;
}

html {
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
	text-align: center;
	height: 100%;
}




#footer {
	clear: both;
	margin: 0 auto;
	max-width: 966px;
	padding: 0 0 5px;
	text-align: left;
	/*max-width: 966px;
	min-width: 750px;*/
	background: transparent;
	color: #a3a3a3;
}

body.default #footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90%;
}

#footer * {
	margin: .5em;
}

#footer a {
	color: #fff;
}

/***** Home section ********/



body.default #page {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: 0;
	left: 0;
	width: 100%;
}

body.default #header {
	position: relative;
	top: 28em;
	background: transparent url(img/header_bar2.png) 0 0 no-repeat;
	border: 0;
	width: 100%;
	max-width: none;
	height: 21px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

body.default #header .wrap {
	width: 966px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	display: block;
	position: relative;
}

body.default #header .secondary {
	display: ;
}
#header .secondary  a {
	color: #fff;






body.default #header ul {
	margin: 0;
	height: 21px;
	float: right;
	display: inline;
}



body.default #header ul li {
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 21px;
}

body.default #header ul li a {
	float: left;
	display: inline;
	width: 116px;
}

body.default #header .subnav {
	display: none;
}




