html, body { height: 100%; }

body
{
	color: #333;
	background-color: #F99D25;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a
{
	color: #979797;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
	color: #603;
}

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: 0 0 20px 0;
  margin:0;
  color:#f39f31;
  font-size:36px;
  font-weight:normal;
}

#page
{
	padding:0;
	margin: 0 auto;
	width: 900px;
	background-repeat:no-repeat;
	background-position: left bottom;
	background-image: url(img/bg.jpg);
}

#inner
{
  width: 900px;
  background-repeat:repeat-y;
  background-image: url( img/bg2.gif );
}

#header
{
	display:block;
	width: 900px;
	height:140px;
	background-image: url(img/header.gif);
}

#menu
{
  float: left;
  width: 250px;
  padding: 8px 0 0 0;
  margin: 0 40px 0 50px;
}

* html #menu { height:602px; }

#menu ul, #menu li
{
  list-style:none;
  padding: 0;
  margin:0;
}

#menu ul li
{
  float:left;
  display:block;
  padding:0;
  width: 250px;
}

#menu a
{
	font-size: bold;
	display:block;
	color: #134e91;
	padding:8px 10px 8px 40px;
	font-size:14px;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover,#menu a.on
{
  text-decoration:none;
  color:#f39f31;
  font-weight:bold;
  background-image: url( img/dot.jpg ); 
  background-repeat:no-repeat;
}

#content
{
  margin: 0;
  float:left;
  width:510px;
  min-height:610px;
  padding: 0;
}

* html #content { height:610px; }

#content div.inner
{
  padding: 10px;
  background-color: #fff;
  background-image: url( img/content.jpg );
  background-repeat:no-repeat;
  min-height:546px;
}

* html #content div.inner { height:545px; }
#clear
{
  clear: both;
  height: 0;
  font-size:0;
}

#footer
{
  clear: both;
  color: #89a6c8;
  text-align:center;
  padding: 20px;
}
