body {
	margin: 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(/images/site/background.gif);
}

#menu {
	width:768px;
	height:27px;
	background-image: url(/images/site/tile_blue_background.gif);
	background-repeat: repeat-x;
}

#menu ul {
	margin: 0px;
	padding:0px;
}


#image{

	background-repeat: no-repeat;
	background-position:left top;
	height:145px;
	width:768px;
	border-bottom:2px solid #859DB4;
}


html, 
body, 
#page {
  height: 100%;
	margin:auto;

}

#page {
		width: 792px;

		
}

#nonFooter
{
	width: 792px;
  min-height: 100%;
	background-image: url(/images/site/site_bg_tile792.png);
	background-repeat: repeat-y;
	

	
}

#leftContainer {
  float: left;
  width: 160px;
}

#leftSide {
	padding:5px;
}

#pageFrame {
	padding-left:12px;
	
	
}

#contentContainer {
  position: relative;
  width: 565px;
  margin-left: 185px;
  padding-bottom: 20px;
  padding-top: 10px;
}

#content {
  float: left;
}


#clearContent {
  clear: both;
	padding-top: 30px;
}

#footer
{
	
	width:768px;
	position: relative;
	margin-top: -50px;
	height:50px;
	background-image: url(/images/site/footer_tile.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	text-align:right;
	margin-left:12px;
}



