@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../backgroundsafe5.jpg);
	margin-top: 0px;
	margin-bottom: 0px;
}

#container{
	margin:0 auto;
	width:937px;
	background-color:#FFFFFF;
	}

#leftsidebar{
	position:relative;
	width:173px;
	background-color:#FFFFFF;
	float:left;
	margin-top:-23px;
	}
	
#content{
	position:relative;
	float:left;
	width:754px;
	margin-top:-47px;
	padding-left:10px;
	}
	
#header{
	width:937px;
	}

#clearfloat{
	clear:both;
	}
	
#footer{
	color:#FFFFFF !important;
	font-size:14px;
	}