html, body
	{
	margin: 0;
	padding: 0;
	}
#wrapper
	{
	background-color: #e28e40;
	width: 955px;
	}
#header img
	{
	display: block;
	}
#headertxt
	{
	background-image: url(imgs/headerbg.gif);
	background-repeat: repeat-y;
	}
#headertxt h2
	{
	margin: 0;
	color: #fff;
	margin-left: 160px;
	font-family: 'Arial Narrow';
	font-size: 20px;
	}
#subheader img
	{
	display: block;
	}
#menu
	{
	background-color: #eaf2f9;
	text-align: right;
	color: #5A7DA5;
	font-size: 11px;
	font-family: arial;
	}
#menu a
	{
	color: #5A7DA5;
	font-size: 11px;
	font-family: arial;
	}
#menu a:hover
	{
	color: orange;
	}
#menucell
	{
	padding-bottom: 160px;
	background-image: url(imgs/bg2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}
#menu img
	{
	border: 0;
	}
#contentscell
	{
	background-color: #fff;
	background-image: url(imgs/bg1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-left: 3px solid #e28e40;
	padding-bottom: 200px;
	}
#contents
	{
	margin-left: 3px;
	padding: 15px 245px 0 15px;
	color: #5A7DA5;
	}
#footer
	{
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	font-family: verdana, sans-serif;
	padding-bottom: 4px;
	padding-right: 3px;
	}
#footer a
	{
	color: #fff;
	text-decoration: none;
	}
#footer a:hover	
	{
	color: #5d7ea4;
	}
.ignore
	{
	display: block;
	}