html, body {margin:0; padding-top:5px; height:96%}

body {
font-family: verdana, sans-serif; 
font-size: 80%;
background: #FFFFFF;
text-align: center;
}
#header {
	height: 120px;

	background: #fff;
	color: Maroon;
}
#clearheader{height:120px;}/*needed to make room for header*/

#content {
	text-align: left;
	min-width:770px;
	max-width: 950px;
	margin: auto;
	position:relative;
	height:100%;
	min-height:100%;
	border-right:none;

	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:-80px;
}
* html #content {height:100%}
body>#content {height:auto}
#contentinner {margin-left:190px}
* html #contentinner {height:1%}/* combat ie 3 pixel jog */
html>body #content{height:auto}
div#footer {
	min-width: 770px;
	max-width: 950px;
	margin:auto;
	position: relative;
	height: 50px;

	background: #fff;
	clear: both;
	color: Maroon;
}
#clearfooter{clear:both;height:80px;}/*needed to make room for footer*/

#nav {
	float:left;
	width: 148px;
	text-align:center;	
	color: #ee8;
	background: transparent;

}
#hidebordertop {
	position:absolute;
	bottom:-2px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#hideborderbottom {
	position:absolute;
	top:-3px;
	left:150px;
	width:40px;
	height:3px;
	background:#fff;
	overflow:hidden;
}
#inserttop {
	position:relative;
	height:10px;
	background:#fff;
	color:#000;
	border-bottom:2px solid Maroon;
	clear: both;
}
#insertbottom {
min-width:770px;
max-width: 950px;
margin:auto;
	position:relative;
	clear:both;
	height:10px;
	background:#fff;
	color:#000;
	border-top:2px solid Maroon;
}

img {
	border: 0;
}

.central {
width: 575px;
	margin: auto;
}

.central img {
	margin: 0;
	border:0;
}
.centred2 {
	width: 470px;
	margin: auto;
	text-align:left;
}

.centred2 img {
border:0;
margin:0 10px;
}

.imgLeft {
padding:0 10px;
float:left;
}

.imgRight {
padding:0 10px;
float:right;
}

#spacer {
margin-top:80px;
]