/* CSS Document */

.discription-wrapper {
	width: 850; 
	height: auto;
	background-color: #EFEFEF;
}
.discription-left{
	background-color: #EFEFEF;
	float: left;
	height: auto;
	width: 332px;
	position:relative;
	padding: 0px 33px 23px 60px;
}
.discription-right{
    background-color: #EFEFEF;
	float: left;
	height: auto;
	width: 332px; 
	padding: 0px 33px 23px 60px;
	position:relative
}
.sen {
	background-color: #FFFFFF;
	clear: both;
	height: 10px;
	width: 850px;
}
.onepx {
	clear: both;
	background-color: #EFEFEF;
	height: 3px;
	width: 850px;
}
