/* GENERAL STRUCTURE & STYLES */
body {
	background-color:	#4382A0;
	background-image:	url(../images/news/page-bg.gif);
	background-repeat:	repeat-y;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}
a {
	color:				#FFFFFF;
	text-decoration:	underline;
}
a:hover {
	text-decoration:	underline;
}

#header {
	width:				867px;
	height:				114px;
}

#imagestrip {
	position:			absolute;
	top:				124px;
	width:				320px;
	height:				500px;
}

#imagestrip img {
	border: 1px solid #DDD88D;
	margin: 0px 0 10px 157px;
}

#imagestrip #spacer {
	width:				320px;
	height:				173px;
}





/* CONTENT */
#contentArea {
	position:			absolute;
	top:				124px;
	left:				320px;
	width:				547px;
	height:				400px;
	padding:			0;
	float:				left;
}

#textBox {
	width:				405px;
	background-color:	#006691;
	border:				1px solid #ddd88d;
	padding:			8px;
	color:				#FFFFFF;
}

#footer {
	line-height:		18px;
	color:				#FFFFFF;
	text-decoration:	none;
	float:				left;
	clear:				both;
	width:				547px;
	padding-top:		10px;
}


/* MENU */
#menu {
	position:			absolute;
	left:				0;
	top:				336px;
	width:				320px;
	z-index:			50;
}