/*body {background-image: url(img/ds_body_bg.jpg);}*/

#cols {padding-top: 70px; height: 320px;}

div.left, div.right {
	width: 270px;
}
/* box diamond standard
----------------------------------*/
.boxDiamond {
	width: 270px;
	padding: 12px 0px 0px 0px;
	background: url(img/ds_container_bg.png) no-repeat;
	text-align: center;
}
.boxDiamond .inner {
	position: relative;
	display: block;
}
.boxDiamond h2 {

}
.boxDiamond p {
	margin: 0px;
	padding: 24px 15px 15px 15px;
	background: url(img/ds_content_container_p_bg.png) no-repeat;
	text-align: center;
}
.boxDiamond a, .boxDiamond a:link, .boxDiamond a:hover, .boxDiamond a:active, .boxDiamond a:visited {
	clear: both;
	text-decoration: none;
	position: relative;
	display: block;
}
.boxDiamondBottom {
	height: 30px;
	background: url(img/ds_container_bgbot.png) no-repeat;
}
