div#wrapper
{
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header
{
	height: 100px;
	width: 100%;
	background-color: #FFCC00;
}

div#header div.logo
{
	float: left;
	width: 50%;
	background-color: #FFCC00;
}

div#header div.links
{
	float: left;
	font-size: 8pt;
	padding-top: 8px;
	text-align: right;
	width: 50%;
}

div#header div.links a
{
  color: #000;
  margin: 5px;
}

div#header div.links a:hover
{
  color: #00f;
}

div#menu
{
	background: url('/images/controls/menu/bg-main.gif');
	clear: both;
	font-size: 9pt;
	font-weight: normal;
	height: 30px;
	margin-bottom: 0px;
	width: 100%;
}

div#menu a
{
  text-decoration: none;
}

div#menu div.links
{
  float: left;
  padding: 8px 0 0 12px;
}

div#menu form
{
  margin-right: 10px;
}

div#menu input[type="text"]
{
  font-size: 8pt;
  margin-top: 5px;
}

div#mainGraphic
{
  clear: both;
  margin-bottom: 10px;
  width: 100%;
}

div#mainGraphic div
{
  float: left;
}

div#mainGraphic.large
{
  height: 250px;
}

div#mainGraphic.small
{
  height: 175px;
}

div#content
{
	clear: both;
	margin-bottom: 5px;
	min-height: 295px;
	width: 100%;
	margin-left: 0px;
	float: none;

}

div#footer
{
	background: url('/images/footer.gif') repeat-x;
	clear: both;
	color: #666;
	font-size: 8pt;
	height: 59px;
	margin-bottom: 0px;
	text-align: center;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eee;
	border-bottom-color: #efefef;
    bottom:0;
	
}

div#footer div.links
{
  padding-top: 22px;
}

div#footer a
{
  color: #666;
  margin: 0 8px;
}

