/* Custom style */

.titleText {
    padding: 20px 0px 0px 20px;
}

.readMoreTitle {
	position: absolute;
    font-family: arial;
    font-size: 30px;
    font-weight:bold;
    text-decoration: none;
    color:#f8981d;
	width:200px;
	top:129px;
	left: 548px;
}

.orangeBlock {
	background-color:#f8981d;
	position:absolute;
	width:230px;
	height:140px;
	top:157px;
	left: 461px;	
	color:#ffffff;
}
.csText {
	padding-top:17px;
	padding-left:10px;
	padding-right:5px;
}
.csLink {
	color:#ffffff;
}
.csLink:visited {
		color:#ffffff;
}

/* Custom style */
#contentBucket {
    position: absolute;
    top: 0px;
    left: 261px;
    width: 411px;
    height: 320px;
    padding: 20px 30px 0px 20px;
    border-width: 0px;
    border-style: solid;
    border-color: #ccc;
    background-color: #ffffff;
}
