/****************************************************************/
/* 1. GENERAL STRUCTURE */
/****************************************************************/

html,body{
	margin:0;
	padding:0;
	text-align: center;
	}

#container{
	width:780px;
	margin:30px auto;
	padding: 0;
	text-align: left;
	}

#accessibility{
        position: absolute;
        left: -3000px;
        top: -3000px;
        }


/****************************************************************/
/* 2. HEADER */
/****************************************************************/
#header-wrapper{
	width: 740px;
	height: 130px;
	padding: 20px;
}
#header-logo{
	float: left;
}
#header-logo a img{
	border: none;
}
#header-help{
	position: absolute;
	right: 50%;
	margin-right: -275px;
	top: 125px;
	padding:0;
}
#header-help h1{
	font-size:1.8em;
	color: #FFF;
	font-weight: normal;
	margin:0;
	padding:0;
}
#header-navigation{
	margin-top: 81px;
	margin-right: 10px;
	float: right;
}
#header-navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-navigation li{
	display: block;
	float: left;
	height: 23px;
	width: 92px;
	margin: 0 2px;
}
#header-navigation a{
	display: inline;
}
.nav-link{
	display: inline;
}


/****************************************************************/
/* 3. CONTENT */
/****************************************************************/
#content-wrapper{
	clear: both;
	width: 700px;
	min-height: 100px;
	padding: 0;
	margin: 0;
}
#content-primary{
	float:left;
	width:420px;
}
#content-secondary{
	float: right;
	width: 240px;
	margin:0;
	padding:10px 0;
}




/****************************************************************/
/* 4. FOOTER */
/****************************************************************/
#footer-disclaimer{
	clear: both;
}
#footer-wrapper{
	position:relative;
	clear: both;
	width: 750px;
	height: 50px;
}
#footer-credits{
	position:absolute;
	right:10px;
	top:50px;
	width: 200px;
	margin: 0;
	text-align: right;
}
#footer-credits .tieb-box{
	float: right;
	margin-left: 10px;
}
#footer-credits .tieb-box a img{
	border:none;
}
#footer-credits .tieb-text{
	display:none;
}
#footer-credits:hover .tieb-text{
	display:inline;
}
#footer-credits a:hover{
	text-decoration:none;
}

