html {
	margin: 0;
	padding: 0;

	font-family: Arial, Verdana, Tahoma, "Lucida Grande CE", lucida, sans-serif;
	font-size: 100%; /* IE hack */
	
	color: #0e308d;
}

body {
	font-size: .72em;
	margin: 0;
	padding: 0;
	background: url('images/bg-html.png') left top repeat-x #fff;
}

#border-top {
	border-top: 1px solid #0e308d;
	font-size: 0;
}

#header {
	background: url('images/bg-top.gif') top left repeat-x #d2d4dc;
	min-height: 120px;
	height: auto;
	_height: 120px;
}

#footer {
	border-top: 4px solid #e1e4ef;
	margin: 1px;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #e1e4ef;
}

/* hack for IEs of all hues */
#wrapper_extra {
	position: relative;
}

#content-background {
	background: url('images/content-bg.jpg') top center repeat-x #fff;
}

.centered-container {	
	width: 1004px;
	margin: 0 auto;	
}

.container-background {
	width: 1004px;
	margin: 0 auto;
	background: url('images/content-border.gif') top right no-repeat;
}

#wrapper {
	overflow: hidden; 
	display: block;
	margin: 0 auto;	
}

#navigator {
	padding: 1.4em 0;
	margin: 0 10px 0 20px;
	font-size: 80%;
	background: url('images/news-sep.gif') repeat-x left bottom;
/*	background: #f0f1f4;*/
	/*border-bottom: 4px solid #e1e4ed;*/	
}

#content {
	width: 753px;
	float: right;
	min-height: 38em;
	height: auto;
	_height: 38em;
}

#sidebar {
	float: left;
	width: 243px;
	padding: 0 2px;
	padding-bottom: 2em;
	background: url('images/sidebar-bg.jpg') top center no-repeat;
}

/* end easy clearing */
h2, p {
	margin: 0;
	padding: 0;
}