body{
	background:white url(/images/bg.jpg);
	margin-top:0px;
	font-family:"Times New Roman", Times, serif;
	}
h1,h2,h3,h4,h5,h6, legend, #leftcol ul{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0px;
	}
fieldset{
	border-color:#990000;
	margin-right:2px;
	padding-left:5px;
	}
#header{
	margin:0px;
	}
#header .headerimg{
	position:absolute;
	top:0px;
	left:-20px;
	background:blue;
	background:white url("/images/gibbs_header.jpg") no-repeat;
	width:800px;
	height:210px;	
	cursor:hand;
	z-index: 0;
	}
#header h1{
	margin:0px;
	text-indent: -9999px;
	}
#wrapper{
	background:white url("/images/bg_wrapper.jpg") repeat-y;
	margin:0px;
	}
#maincol{
	margin:0px;
	min-height:270px;
	}
.maincol_float{
	width:250px;
	float:right;
	}
#leftcol{
	}
#leftcol ul{
	margin-top:10px;
	}
#leftcol li{
	list-style-type:none;
	padding:5px;
	border-bottom:1px solid #990000;
	margin-right:40px;
	}
/*hide the right column */ 
#rightcol{display:none;} 
#maincol{width:99%; }
/*	
#rightcol{
	width:49%;
	}
*/
#footer{
	margin:0px auto;
	background:white url("/images/bg_wrapper.jpg") repeat-y;	
	padding:10px;
	text-align:center;
	}
#footer_content{	
	border-top:1px solid black;
	margin:0px auto;
	padding-top:10px;
	width:75%;
	}
h2.title{
	border-bottom:1px solid black;
	position:absolute;
	top:-43px;
	margin:0px;
	width: 508px;
	}
#footer #bell_web_works{
	font-size:smaller;
	}
@media print{
	#header{
		height:100px;
		}
	#header h1{
		text-indent:0px;
		}
	#header .headerimg, .maincol_float{	
		display:none;
		}
	}