body, html {
	margin:0;
	padding:0;
	background:url(/css/img/body_bg_x.png) #fff top repeat-x;
	text-align:center
}
#header {
	margin:0 auto;
	border:0
	}
.block_element {
	display:block
	}
.side {
	text-align:left;
}
.side ul {
	margin:0 0 20px 0;
	list-style-type:none
	
}
.side li {
	margin:0;
	padding:5px 0 5px 10px;
	background:url(/css/img/bullet.png) left top no-repeat;
	border-bottom:1px solid #dadada
	}
.side li:hover {
	background:url(/css/img/bullet_h.png) left top no-repeat;
	}
.side .odd li:hover {
	background:url(/css/img/bullet.png) left top no-repeat;
	}
.side ul .last {
	border-bottom:1px solid #fff
	}
.container_16 {
	background:#fff;
	margin-bottom:20px
	}
/*#left {
	width:220px !important
	}
#right {
	width:160px !important
	}*/
#middle {
	text-align:left
	}
#middle .box {
	margin:5px auto 15px 
	}
#middle img.block_element {
	width:100% !important
	}
#middle div.block_element {
	text-align:center !important
	}
#middle div.block_element img {
	margin:0 auto 15px auto
	}
.side .box {
	margin:15px auto
	}
.floating_left {
	float:left;
	margin:5px 10px 10px 0;
	border:#D4D4D4 1px solid;
	background:#fff;
	padding:3px;	
	}
.floating_right {
	float:right;
	margin:5px 0 10px 10px;
	border:#D4D4D4 1px solid;
	background:#fff;
	padding:3px;	
	}
#footer {
	padding:10px;
	margin:20px auto 0 auto;
	background:#ededed
	}
