/* ----------------------------------- */
/*   KHUSUS HALAMAN SELAIN HOMEPAGE    */
/* ----------------------------------- */

#subcontent #content {
	padding: 30px 30px;
	color: #000;
	margin-bottom: 30px;
	background-color: #fff;
        background: #fff url(../images/bg7.jpg);
        background-repeat: no-repeat;
        background-position: bottom right;
}
#subcontent #content #left {
	margin-right: 300px;

}
#subcontent #content #right {
	float: right;
	width: 240px;
}
#subcontent #subtitle {
	color: #444;
	font-size: 1.8em;
	line-height: 130%;
	margin-bottom: 10px;
}

#subcontent #content #left a {
	color: #447;
	text-decoration: none;
}
#subcontent #content #left a:hover {
	text-decoration: underline;
}



#subcontent .breadcrumbs {
	padding: 0px 0px 20px 0px;
}
#subcontent .boxshadow {
        background-position: top left;
        background-repeat: no-repeat;
        background-image: url(../images/box_shadow.gif);
        height: 43px;
        width: 64px;
	padding: 11px;
        float: left;
        margin: 0px 5px 0px 0px;
}
#subcontent .boxshadow2 {
        background-position: top left;
        background-repeat: no-repeat;
        background-image: url(../images/box_shadow2.gif);
        height: 234px;
        width: 350px;
	padding: 18px;
        float: left;
        margin: 0px 10px 0px 0px;
}
#subcontent .shadow {
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.3);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.3);
        box-shadow: 0 1px 10px rgba(0,0,0,.3);
	display: inline;
}
