html, body {
	margin:0;
	padding:0;
}
html {
	height: 100%;
} 
body {
	font:13px/130% Arial;
	color:#333;
	height: 100%;
}
#header {
	height:216px;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/common/header_bg_main.jpg) left top repeat-x #1392B3;
}
#content, #footer {
	width:920px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:20px;
}
#footer {
	background:url(../img/common/footer_bg.jpg) center top no-repeat;
	padding:25px 0;
	text-align:center;
	font-size:11px;
}
#logo {
	margin-top:29px;
	margin-left:29px;
	width:550px;
	text-align:left;
	float:left;
}
#leadText {
	font: 16px/130% Arial;
	color:#fff;
	margin-top:29px;
}
#authorisation {
	margin-top:29px;
	width:359px;
	float:right;
	background:url(../img/common/authorisation_bg.jpg) right top no-repeat;
	height:40px;
}
#authorisationHidden {
	display:none;
}
#nav {
	height:52px;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/common/nav_bg.gif) left top repeat-x;
	overflow:hidden;
}
#navLevel2, #navLevel2Off {
	height:32px;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/common/level2_bg.gif) left top repeat-x #ccc;
	margin-top:-15px;
	overflow:hidden;
}
#navLevel2Off {
	visibility:hidden;
}
a {
	color:#FF5100;
}
a:hover {
	color:#900;
	text-decoration:none;
}