body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:10px;
}

html, 
body{
  height: 100%;
}

#page {
	width: 970px;
}

#bannerContainer {
  float: right;
  width: 150px;
}
#nonFooter
{
  min-height: 100%;
	background-image: url(/images/site/bg2.gif);
	background-repeat: repeat-y;
	width:840px;
}

#background
{
  min-height: 100%;
	background-repeat: no-repeat; 
	background-position:189px bottom ;
}

#bannerContainer {
	width:120px;
}

#header {
	background-color: #FFF;
	width:840px;
}

#menuContainer {
  float: left;
  width: 180px;
  padding: 10px 0px 10px 0px; 
}

#footerContainer
{
	width: 840px;
  position: relative;
  margin-top: -20px;
	background-color:#111111;
	height:20px;
}

#clearContent {
  clear: both;
	padding-top: 30px;
}

#contentContainer {
  position: relative;
  width: 640px;
  margin-left: 190px;
  padding-bottom: 20px;
  padding-top: 10px;
  
}
#content {
  float: left;
}



