#full-box .content{ 
	padding-left: 50px; 
	padding-right: 30px; 
	padding-top: 20px; 
	position: relative; 
}

#full-box .right{
	float: left;
	margin-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-left-color: #e3dfcf;
	border-left-width: 1px;
	border-left-style: dashed;
	right: 0px;
	top: 0px;
	position: absolute;
	min-height: 98%;
	width: 235px;
}

#full-box .left{
	height: 100%;
	min-height: 550px;
	width: 590px;
}

#full-box .right .rightbox{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-color: #e3dfcf;
	border-bottom-style: solid;
	bottom: 1px;
}

