#all {
	position:absolute;
	width:700px;
	height:100%;
	background: #010101 url("../g/middlebit.gif") repeat-y;
	background-position:100px;
}

#leftbit {
	position: absolute;
	left: 0px;
	width: 100px;
	height: 427px;
	background: url("../g/leftbit.jpg") no-repeat;
}

#middlebit {
	position: absolute;
	left: 100px;
	width: 600px;
	background: #2A2C47 url("../g/middlebit.gif") repeat-y;
}

#rightbit {
	position: absolute;
	left: 700px;
	width: 80px;
	height: 281px;
	background: url("../g/rightbit.jpg") no-repeat;
}

#header {
	width: 600px;
	height: 72px;
	background: url("../g/header.jpg") no-repeat;
}

#nav {
	width: 600px;
	height: 46px;
}

#contentholder {
	width: 600px;
	background: url("../g/contenttopbk.jpg") top left no-repeat;
}

#content {
	width: 560px;
	padding: 20px;
}

#footer {
	padding-top:20px;
	font-size: 9px;
}

div.hr {
  height: 1px;
  width: 560px;
  background: url("../g/hr.jpg") repeat-x;
}


