#main{
	width:948px;
	margin:0 auto;
	position:relative;
}
h1{
	margin:0;
	position:absolute;
	top:7px;
	left:81px;
	z-index:10;
	display:none;
}
.logo{
	text-indent:-9999px;
	display:block;
	width:298px;
	height:108px;
	background:url(../images/logo.jpg) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
#container{
	height:1%;
	overflow:hidden;
	padding:128px 0 0;
	position:relative;
}
.content{
	min-height:529px;
	overflow:hidden;
}
* html .content{
	height:529px;
}
.content img{
	display:block;
}
.nav-holder{
	display:none;
}
.flash-area{
	display:none;
}
.header-holder{
	position:absolute;
	top:0;
	left:0;
	z-index:5;
}
#header{
	height:160px;
	width:948px;
	background:none;
}
.header-inner{
	height:143px;
	width:924px;
	padding:17px 12px 0;
	position:relative;
}
.link-form{
	width:100%;
	overflow:hidden;
	display:none;
}
.home-link{
	float:left;
	text-indent:-9999px;
	width:63px;
	height:29px;
	background:url(../images/home-link.gif) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
.search{
	float:right;
	overflow:hidden;
}
.text-input{
	float:left;
	width:293px;
	height:23px;
	background:url(../images/input.gif) no-repeat;
	margin:0 8px 0 0;
}
.text-input input{
	background:none;
	border:none;
	font-size:12px;
	line-height:14px;
	width:273px;
	padding:4px 10px 0;
}
.submit{float:left;}
.language{
	margin:0;
	padding:6px 4px 0 0;
	list-style:none;
	float:right;
	clear:right;
	display:none;
}
.language li{
	float:left;
	background:url(../images/separator.gif) no-repeat;
	padding:3px 0 0 5px;
	margin:0 0 0 4px;
	display:inline;
}
.language li:first-child{
	background:none;
}
.language li a{
	text-decoration:underline;
	font-size:9px;
	line-height:11px;
	color:#f5d797;
}
.language li a:hover{
	text-decoration:none;
}
#footer{
	width:100%;
	overflow:hidden;
	background:#680100 url(../images/footer.gif) repeat-x;
	font-size:10px;
	line-height:12px;
	text-align:center;
	padding:13px 0 9px;
}
.print-header{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:948px;
	height:160px;
}
