div#wrapper {
	background: #fff url(./images/rent-bg.jpg) no-repeat scroll 0 61px;
}

div#wrapper div.col-sx {
	float: left;
	width: 340px;
	padding-top: 300px;
	background: url(./images/col-sx-bg.jpg) no-repeat;
	padding-bottom: 20px;
}

div#wrapper div.col-sx div.scroll-pane {
	width: 300px;
	height: 220px;
	overflow: auto;
	margin-bottom: 15px;
}

div#wrapper div.col-sx p.category {
	width: 210px;
	margin: 0 auto 18px;
	display: block;
	background: #ffce9e;
	padding: 5px;
	color: #414141;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-shadow: #ffe3c8 -1px -1px;
	text-transform: uppercase;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div#wrapper div.col-sx p.category a {
	color: #414141;
	text-decoration: none;
}

div#wrapper div.col-dx {
	float: left;
	width: 650px;
}

div#wrapper div.col-dx p.story {
	padding-top: 180px;
}

div#wrapper div.col-dx p.story-tot {
	padding-top: 80px;
}

div#wrapper div.col-dx p.story-tot big,
div#wrapper div.col-dx p.story big {
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #ef8935;
    font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
    margin: -3px 5px -20px 0;
}

div#wrapper div.col-dx div.content {
	padding-top: 25px;
}

div#wrapper div.col-dx div.content h3 {
	color: #ef8935;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 18px;
	text-transform: capitalize;
}

div#wrapper div.col-dx table.rami {
	background-color: #CDCDCD;
	font-family: arial;
	font-size: 8pt;
	margin: 10px 0 0 0;
	text-align: left;
	width: 600px;
}

div#wrapper div.col-dx table.rami thead tr th, div#wrapper div.col-dx table.rami tfoot tr th {
	background-color: #ffce9e;
	border: 1px solid #FFFFFF;
	font-size: 8pt;
	padding: 4px 2px;
}

div#wrapper div.col-dx table.rami thead tr .header {
	background-image: url(./images/bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}

div#wrapper div.col-dx table.rami tbody td {
	background-color: #FFFFFF;
	color: #3D3D3D;
	padding: 4px 2px;
	vertical-align: top;
}

div#wrapper div.col-dx table.rami tbody tr.selected td {
	background-color: #d9d9de;
}

div#wrapper div.col-dx table.rami tbody tr.odd td {
	background-color: #F0F0F6;
}

