#header {
	height: 44px;
	background: #e1e3e5 url(/resources/images/header/bg.png) no-repeat 38px 12px;
	width: 1000px;
	color: #51585e;
	font-size: .85em;
}

#header 	ul		{
	padding: 15px 0 0 290px;
	margin-left: 30px;
}

#header		ul li	{
	margin-left: 30px;
	text-transform: uppercase;
}
#header	ul li	a.hilight	{ color : #8e1a2d; }

#header a 			{ text-decoration: none; color : #51585e; }
#header a:visited	{ text-decoration: none; color : #51585e;}
#header a:link		{ text-decoration: none; color : #51585e;}
#header a:hover		{ text-decoration: none; color : #fbb963; }


#subheader {
	position: absolute;
	top : 44px;
	left : 370px;
	height: 20px;
	width: 630px;
	color: #fff;
	background-color: #55636d;
	font-size: .8em;
	float: right;
}

#subheader 	ul		{
	margin : 3px 0 0 6px;	
}

#subheader		ul li	{
	margin-right: 25px;
	text-transform: uppercase;
}

#subheader	ul li	a.hilight	{ color : #fbb963; }

#subheader a 			{ text-decoration: none; color : #fff; }
#subheader a:visited	{ text-decoration: none; color : #fff;}
#subheader a:link		{ text-decoration: none; color : #fff;}
#subheader a:hover		{ text-decoration: none; color : #fff; }


#centralarea	{
	margin-left : 70px;
	width : 860px;
}

#centralarea	#heading	{
	color: #8d969e;
	border-bottom: 1px solid #8d969e;
	width: 860px;
	margin : 56px 0 10px 0;
	padding-bottom : 10px;
}
/*
#centralarea	#heading	strong	{
	font-weight: normal;
	font-size: 1.6em;
	display: inline; 
	float : left;
}

#centralarea	#heading	em	{
	font-style: normal;
	font-size: 1.0em;
	float : right;
}


#centralarea	#heading	strong	{
	font-weight: normal;
	font-size: 1.6em;
	width : 430px;
	display: table-cell;
}

#centralarea	#heading	em	{
	font-style: normal;
	font-size: 1.0em;
	width : 430px;
	text-align: right;
	display: table-cell;
}

*/
#centralarea	#heading	strong	{
	font-weight: normal;
	font-size: 1.6em;
}

#centralarea	#heading	em	{
	font-style: normal;
	font-size: 1.0em;
}
