
/*--clearfix--*/
.clearfix:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */
.cl{
	clear:both;
}

body{
	background:url(../img/bg_1504new.jpg) repeat-x left top;
}
/*--wrapper--*/
#wrapper{
	width:814px;
	margin:0px;
	padding:0px;
}
#menu{
	float:left;
	width:214px;
	padding-left:10px;
	padding-right:15px;
}

#allbox{
	float:right;
	width:562px;
	padding-right:10px;
}


