/***************************
  BASE LAYOUT
***************************/
body {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#pageFrame {
	background: transparent url("/_images/header.jpg") no-repeat top center;
	padding: 0 0 30px 0;
	position: relative;
  margin: 0 auto;
  position: relative;
	width: 1000px;
}

#outerFrame {
	background: url("/_images/main.background.png") repeat-y top center;
  margin: 0 auto;
  position: relative;
	width: 1000px;
	height: 100%;
	min-height: 100%;
}

#outerFrame[id] {
	height: auto;
}

#pageHeader {
	height: 170px;
	border-bottom: solid 5px #4D4D4D;
}

#pageMain {
	float: right;
	position: relative;
	width: 750px;
	z-index: 10;
	padding: 0 0 25px 0;
}

#contentMain {
	float: left;
	position: relative;
	width: 500px;
	z-index: 10;
	
}

#contentRight {
	float: right;
	width: 238px;
}

#pageLeft {
	float: left;
	width: 238px;
	padding: 0 0 25px 0;
}

#searchForm {
	height: 50px;
	left: 10px;
	position: absolute;
	top: 290px;
	width: 235px;
	text-align: right;
}

div#pageFooter[id] {
	height: auto;
}

#pageFooter {
	background: #201F1F none repeat scroll 0 0;
	color: #4D4D4D;
	font-size: 0.92em;
	height: 40px;
	min-height: 40px;
	width: 210px;
	padding: 5px 0 0 770px;
	position: absolute;
	bottom: 0px;
	left: 10px;
	
}