body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #666;
	font: 11px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background: #0B295A url(./_images/back.gif) left top repeat-x;
}

#full {
	width: 758px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

hr {
	display: none;
}

/*<group=Header>*/

#header {
	position: relative;
	width: 758px;
	height: 92px;
	margin: 0;
	padding: 0;
	background: #7593C5;
}

#header h1 {
	display: none;
}

#container {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

a {
float: right;
text-decoration: none;
color: #666;
}

a:hover {
text-decoration: underline;
}