*	{ position: relative; margin: 0px; }
body	{
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}
header	{ height: 79px; padding-top: 14px; }
body > nav	{ background: #01458e; }
header, body > nav > ul, #content > article,
#preFooter > div, footer > div
{ width: 980px; margin: 0px auto; }
#logo	{ display: block; }
#hbg	{
	position: absolute;
	width: 65%;
	right: 0px;
	top: 74px;
	height: 19px;
	background: url('../img/bgth.png') no-repeat left top #2e7fd5;
}

.block{width: 100%;overflow: hidden;}

#hbg.start	{
	width: 50%;
	top: 38px;
	height: 54px;
}
#hbg img	{
	position: absolute;
	top: -37px;
	left: 300px;
}
body > nav > ul	{ padding: 0px; list-style-type: none; text-align: center; }
body > nav > ul > li	{
	display: inline-block;
	height: 18px;
	border-right: 1px solid #2e7fd5;
	margin: 18px 0px;
	padding: 0px 20px;
}
body > nav > ul > li:last-child	{ border: 0px; }
body > nav > ul > li > a	{
	display: block;
	padding: 18px 20px 17px;
	margin: -18px -20px;
	min-width: 53px;
	text-decoration: none;
	font-family: 'futura';
	font-size: 14px;
	color: #c6e2ff;
}
body > nav > ul > li > a.active, body > nav > ul > li > a:hover	{
	color: #ffffff;
	background: url('../img/bgmh.png') no-repeat center top;
}
#content	{
	background: url('../img/bgc.png') repeat-y center #cfcfcf;
	min-height: 180px;
}
#preFooter	{
	background: #252525;
	min-height: 16px;
	text-align: center;
}
#preFooter a	{ display: inline-block; vertical-align: top; margin: 50px 5px 20px; }
#bob	{
	position: absolute;
	top: -167px;
	left: -500px;
	z-index: 99;
}
footer	{
	background: #01458e url('../img/bgf.png') repeat-x top;
	color: #5daafc;
	padding: 30px 0px;
	font-size: 11px;
}
footer a	{ color: #5daafc; }
footer nav a	{ color: #bedeff; }
footer nav	{
	position: absolute;
	right: 0px;
	top: -25px;
}
#copy	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
	padding: 6px 110px 6px 0px;
	background: url('../img/bgft.png') no-repeat right top #2e7fd5;
	text-align: right;
	font-size: 12px;
	color: #ffffff;
}

a	{ text-decoration: none; }
a > img	{ border: 0px; }