/* CSS Document */

body {
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.materi {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	text-align: justify;
}

.materi2 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	text-align: left;
}

.judul {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-weight:bold;
	border-bottom: 2px solid #fff;
}

.sparator-bottom {
	border-bottom: 1px solid #f90;
}

.materi_footer {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #999;
	text-decoration: none;
}

.space {
	clear: both;
	float: left;
	width: 100%;
	height: 20px;
}

.space2 {
	clear: both;
	float: left;
	width: 100%;
	height: 5px;
}

#container {
	clear: both;
	float: center;
	width: 670px;
	margin: auto;
	background: #fff;
}

#header {
	clear: both;
	width: 100%;
	height: 34px;
	background: #fff url("../images/home_sm_01.png") no-repeat;
}

#footer {
	clear: both;
	width: 100%;
	height: 34px;
	background:#fff url("../images/home_sm_09.png") no-repeat;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	background:#fff url("../images/home_sm_07.png") repeat-y;
}

#content2 {
	clear:both;
	float: left;
	width: 421px;
}

#content_materi {
	clear:both;
	float: left;
	width: 365px;
	margin-left: 30px;
	margin-right: 30px;
}

#content_portfolio {
	clear:both;
	float: left;
	width: 205px;
	margin-left: 10px;
	margin-right: 10px;
}

#leftcol {
	clear: both;
	float: left;
	width: 100%;
	height: 61px;
	background: url("../images/home_sm_02.png") no-repeat;
}

#leftcol2 {
	clear: both;
	float: left;
	width: 100%;
	height: 225px;
	background: url("../images/home_sm_04.png") no-repeat;
}

#leftcol3 {
	clear: both;
	float: left;
	width: 100%;
	background: url("../images/home_sm_05.png") repeat-y;
}

#rightcol {
	float: right;
	width: 249px;
	/*background: url("../images/home_sm_06.png") repeat-y;*/
}


