/* design by arif wicahyanto wicahyanto@gmail.com */

body{
	background : #000 url('images/bg_body.jpg') repeat-x;
	margin : 0px;
	font-family : 'Lucida Sans','Lucida Sans Unicode','Lucida Grande',LucidaGrande,Geneva,Arial,sans-serif;
	font-size : 12px;
}

a {
	color:#c12f24;
}

#margin {
	width:1000px;
	margin:0px auto;
}

#wrap {
	width:1000px;
	float:left;
}

#head {
	padding:0px;
	margin:0px;
	height:122px;
	background: url('images/bg_head.jpg') repeat-y;
}

#head_left {
	float:left;
	width:419px;
}

#sds_text {
	float:left;
	height:88px;
	width:419px;
	background:url('images/sds_text.jpg');
}

#sds_text_role {
	float:left;
	height:32px;
	width:600px;
	background:url('images/sds_text_role.jpg') no-repeat bottom left;
}

#head_right {
	float:right;
	height:122px;
	width:400px;
	text-align:right;
}

#header {
	height:220px;
	background:url('images/bg_header.gif') no-repeat;
}

#tabsE {
	float:right;
	width:100%;
	background:#000;
	font-size:93%;
	line-height:normal;
}

#tabsE ul {
margin:0;
padding:0px 10px 0 0px;
list-style:none;
}

#tabsE li {
	display:inline;
	margin:0;
	padding:0;
}

#tabsE a {
	float:right;
	margin:0;
	padding:0 0 0 3px;
	text-decoration:none;
	}

#tabsE a span {
	float:right;
	display:block;
	background:#f4ee46;
	padding:25px 10px 4px 6px;
	border-bottom:5px solid #f6a648;
	color:#4d1a1a;
	font-size:18px;
	font-family : 'Lucida Sans','Lucida Sans Unicode','Lucida Grande',LucidaGrande,Geneva,Arial,sans-serif;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span {float:none;}
/* End IE5-Mac hack */
#tabsE a:hover span {
	color:#000;
	background:#e7d118;
	border-bottom:5px solid #664c2e;
}
#tabsE a:hover {
	background-position:0% -42px;
}
#tabsE a:hover span {
	background-position:100% -42px;
}

#content {
	color:#fefefe;
	float:left;
	padding-top:10px;
}

#left_coloms {
	margin-top:20px;
	width:270px;
	float:left;
	height:600px;
	padding:2px 2px 2px 5px;
	margin-bottom:30px;
}

#nav ul{
	padding:0px;
	margin:0px;
}

#nav li {
	list-style: none;
	padding:4px;
}

#nav a {
	line-height:2px;
}

#nav img {
	border:none;
}

#nav a {
	text-decoration:none;
	font-size:17px;
	text-decoration:none;
	font-family:georgia;
	color:#225514;
}

#right_coloms {
	width:700px;
	float:right;
	padding:0px 10px 10px 10px;
	margin-bottom:30px;
}

#social {
	clear:both;
	height:30px;
	border-top:solid 1px #c5ea8b;
	margin-top:10px;
	margin-bottom:4px;
	padding-top:5px;
	padding-left:5px;
}

#social img {
	border:none;
	margin-bottom:-8px;
}

#social a {
	text-decoration:none;
	color:#cb0c6f;
}

#footer {
	clear:both;
	margin-top:10px;
	background:#efefef;
	color:#706021;
	padding-left:5px;
	padding-right:5px;
}

#devel {
	margin-top:5px;
}