html {
	
	background:url(../img/back_all.jpg) repeat-x bottom left #000;
}
body{
	margin:0;
	background:url(../img/background.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
}
p{ margin:10px 0;}
a{
	text-decoration:none;
}
.background{
	background:none !important;
}
.footerSection{
	height:207px;
	background:url(../img/separator-footer.jpg) no-repeat left 10px;
	float:left;
}
.arialGreen10{
	font-size:10px;
	color:#9AB81D;
}
.arialWithe12{
	font-size:12px;
	color:#fff;
}
.bolder{
	font-weight:bolder;
}
#all{
	width:960px;
	display:table;
	margin:0px auto;
}
#content{
	width:999px;
	display:table;
	position:relative;
	top:-1px;
	*top:16px;
}
#footer{
	width:860px;
	top:-1px;
	*top:10px;
	height: 167px;
	display:table;
	position:relative;
	padding-left:100px;
}

.footerSection ul{
	list-style-image:url(../img/list-item.jpg);
	margin:0;
	padding:0;
	margin-left:10px;
	margin-top:5px;
}
.footerSection ul li{
	height:16px;
}

