html, body { height: 101%; }

body
{
	color: #064E89;
	background-color: #9C9DA1;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: #009;
}

img
{
  margin: 0;
  padding: 0;
  border: 0;
}

p
{
  margin: 0 0 10px 0;
  padding: 0;
}

p.clear
{
  clear: both;
  font-size:0px;
  height:0px;
  margin:0;
  padding:0;
}

h1
{
	padding:90px 0 0 20px;
	margin:0;
	height:80px;
	width: 640px;
	color:#FFF;
	font-size:30px;
	font-weight:bold;
	background-image: url( img/content_header.jpg );
}

#page
{
  padding:0;
  margin: 0 auto;
  width: 900px;
  min-height: 100%;
  background-repeat:no-repeat;
}

* html #page { height:100%; }

#menu
{
	float: left;
	width: 230px;
	padding: 290px 0 0 0;
	background-image: url(img/menu_header.gif);
	background-repeat:no-repeat;
	margin: 0 10px 0 0;
	background-color: #0A528F;
}

#menu ul, #menu li
{
  list-style:none;
  padding: 0;
  margin:0;
}

#menu ul li
{
  float:left;
  display:block;
  padding:0;
  width: 230px;
}

#menu a
{
	display:block;
	color: #FFF;
	padding:5px 5px 5px 10px;
	margin: 0 0 1px 0;
	background-image: none;
	font-weight: bold;
}

#menu a:hover,#menu a.on
{
	text-decoration:none;
	font-weight:bold;
	color:#0A528F;
	background-color: #FFF;
}

#menu span.footer
{
  display: block;
  height:20px;
  width:230px;
  clear: both;
  background-image: url( img/menu_footer.jpg );
}

#content
{
  float:left;
  width:660px;
}

#content div.inner
{
	padding:0 20px 0 20px;
	background-image: url(img/content.gif);
	font-size: 14px;
	font-family: Verdana;
	line-height: 18px;
}

#content span.footer
{
	display: block;
	height:20px;
	width:660px;
	clear: both;
	background-image: url(img/content_footer.gif);
}

#clear
{
  clear: both;
  height: 80px;
}

#footer
{
	height: 50px;
	padding: 0;
	text-align: center;
	background-color: #CCC;
	background-repeat: no-repeat;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 900px;
	background-image: url(img/footer.gif);
	color: #333;
}

#footer div.inner
{
	margin: 0 auto;
	background-repeat:no-repeat;
	padding: 20px 0 0 0;
	width: 900px;
	height:30px;
}

