/****************************************
 *
 * CSS WEBSITE STUCTURE
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

body {
	background-color: #fff;
	color: #000000;
	font-family: Arial,Verdana, sans-serif;
	font-size: 12px;	
	margin: 0px;
}

/* Content Area 	----------------------------------------------------- */
#content {	
	clear:both;
	height: 500px;/*for IE6*/
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 500px;
	position: relative;	
	width: 920px;
	text-align: left;
	background-color:#fff;	
	/*background-color: #897875; debug colour*/
}
html>body #content{height:auto} /*for normal browsers*/

#content-insert{
	position:relative;
	left:30px;
	width:880px;
	padding-top:20px;
}


/* ERROR ---*/
#errorBanner{
	position: static;
	top:0;
	left:0;
	background-color:#666666;
	color: #ffffff;
	margin:10px;
	padding:10px;
}


