* {
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif; 
}
body {
	color: #000;
	background: #eee;
}
p {
	margin: 1em 0;
}
h2 {
	font-size: 22px;
}
#headerouter  {
	height: 180px;
	width: 100%;
	background: #bbb;
}
#separator {
	height: 6px;
	background: url(/assets/images/flowdown.png) repeat-x;
	background-color: orange;
	width: 100%;
}
#header {
	height: 180px;
	background: url(/assets/images/header-bg.png) repeat-x #1010a5; 
	font-size: 12px;
	color: #eaeaea;
	padding-left: 5px;
	width: 900px;
}
#header span {
	font-weight: normal;
	color: #000;
}


#contentarea {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px;
}
#content {
	width: 710px;
	text-align: left;

	float: left;
}
#navigation {
	width: 190px;
	float:left;
}

span.left {
	float:left;
}
span.right {
	float:right;
}
span.headcenter {
	width: 399px;
	color: #fff;
	float: left;
}

.shadow { 
			background: url(/assets/images/bg.png);
			position: relative;
			width:920px;
			height: 180px;
}