/*==[ Navigation CSS ]=============================================*/
@import url('../navigation.css');


/*==[ Page Tools CSS ]=============================================*/
#page_tools { margin: 10px 0px 10px 28px; text-align: left; }


/*==[ Content CSS ]================================================*/
#content
{
	position: relative;
	width: 880px; margin: 0px auto 0px auto; padding: 0px 0px 10px 20px;
	background: url('/_assets/images/ui/csm/content_bg_900px.png') bottom left no-repeat;
}
#content h1 { font-size: 15px; }

#home_callouts
{
	position: relative; float: right;
	margin: 0px 1px 18px 18px;
	width: 348px; text-align: right;
}

#csm_home_callout_1 { position: relative; margin: 0px 0px 15px 0px; }

#home_intro { width: 500px; margin: 7px 0px 0px 0px; text-align: left; }


/*==[ ISI CSS ]====================================================*/
#isi
{
	position: relative; clear: both;
	width: 868px;
	margin: 0px auto 15px auto; padding: 0px 15px 10px 15px;
	border: 1px solid #FADC41; border-top: none; border-bottom: none;
	background: url('/_assets/images/ui/csm/isi_bg.png') bottom left repeat-x;
}

#isi_bottom
{
	position: absolute; bottom: -9px; left: -1px;
	width: 900px; height: 10px;
	font-size: 5px; line-height: 5px;
	background: url('/_assets/images/ui/csm/isi_bottom_900px.png') bottom left repeat-x;
}

