/****************************************
 *
 * CSS WEBSITE STUCTURE
 *
 * Version 1.0 (C) 2007.07.09 by TIM WILSON
 *
 ****************************************/

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;	
	margin: 0px;
}

#mainBG{
	background-image: url(../graphics/frame/mainBG.jpg);
	background-repeat: repeat-x;
	height:450px;
	position:absolute;
	width:100%;
}

/* Content Area 	----------------------------------------------------- */

#content {	
	background-image: url(../graphics/frame/centralBG.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	
	clear:both;
	
	margin-left: auto; 
	margin-right: auto;

	margin-top:0px;
	margin-bottom:60px;

	position: relative;	
	width: 890px;
	top:0px;
	text-align: left;

	height: 500px;/*for IE6*/
	min-height: 500px;
	
}

html>body #content{height:auto} /*for advanced browsers*/

#contentLeft {	
	position: absolute;	
	width: 10px;
	height:280px;
	left:0px;
	background-image: url(../graphics/frame/centralLeft.jpg);
	background-repeat: repeat-none;
}

#contentRight {	
	position: absolute;	
	width: 10px;
	height:280px;
	right:0px;
	background-image: url(../graphics/frame/centralRight.jpg);
	background-repeat: repeat-none;
}

#contentInsert{
	position: relative;	
	width:810px;
	top:40px;
	height:auto;
	left:40px;


	
}




/* ERROR ---*/
#errorBanner{
	position: static;
	top:0;
	left:0;
	background-color:#666666;
	color: #ffffff;
	margin:10px;
	padding:10px;
}

