*, html {
	margin:0;
	padding:0;
}

body {
	margin:0;       
	font:normal 12px Arial, Helvetica, sans-serif;
	background:#fff url(images/top.jpg) top repeat-x;
}

#wrapper {
	width:920px;
	margin:0 auto;
	padding-bottom:10px;
}

#header {
	width:920px;
	height:128px;
	margin-bottom:20px;
	
}

#logo {
	float:left;
	width:272px;
	height:68px;
	background:url(images/logo.jpg) left top no-repeat;
}

/*-----`SEARCH`-----*/
#search-box {
	float:right;
	width:560px;
	height:40px;
    margin-top: 33px;
}

#search {
	width:400px;
	height:31px;
	padding:20px 0 5px 36px;
	margin: 0;
	border:none;
	color:#333;
	font-weight:bold;
	font-size: 14px;
	background:url(images/search.jpg) left no-repeat;
	float:left;
	
}

#go {
	width:60px;
	height:42px;
	float:right;
	border:none;
	background:url(images/go.jpg) no-repeat;
	color:#353535;
	text-align:left;
	margin-right: 64px;
	margin-top: 8px;
	
}

/*-----LEFT BOX-----*/
#left {
	width:690px;
	margin:0;
	padding:0;
	float:left;
}

.box {
	width:690px;
	height:auto !important;
	margin-bottom:5px;
	padding:0;
	font-size:12px;
	background:url(images/left-mid.jpg) left top repeat-y;
	
}

.top-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#eee;
	text-align:left;
	padding-left:95px;
	line-height:45px;
	
}

.box-top {
	width:690px;
	height:62px;
	margin:0;
	padding:0;
	background:url(images/left-top.jpg) left top no-repeat;
}

.box-mid {
	width:600px;
	height:auto;
	margin: 0;
	padding: 20px 36px 20px 54px;
	background:url(images/bg.jpg) 99% 100% no-repeat;
}

.box-cat {
	width:260px;
	float:left;
}
.box-mid ul {
	font:bold 14px "Arial", Helvetica, sans-serif;
}

.box-btm {
	width:690px;
	height:35px;
	background:url(images/left-btm.jpg) left top no-repeat;
}

.main li, .sub li {
	list-style:none;
	padding:3px 0;
	color:#333;
}

.main li {
	text-indent:23px;
	background:url(images/1.jpg) left no-repeat;
}
.sub li {
	background:url(images/2.jpg) left no-repeat;	
	text-indent:25px;
}

.main li a, .sub li a {
	color:#333;
	text-decoration:underline;
}
.main li a:hover, .sub li a:hover {text-decoration:none}



.main2 li {
	list-style:none;
	padding:3px 0;
	color:333;
	font:bold 12px "Arial", Helvetica, sans-serif;
	text-indent:20px;
	background:url(images/maincat.jpg) left no-repeat;
}

.main2 li a, .sub li a {
	color:#333;
	text-decoration:underline;
}
.main2 li a:hover, .sub li a:hover {text-decoration:none}


.title {
	color:#FF8000;
	font:bold 14px Arial, Helvetica, sans-serif;
}

.post {
	padding:0 20px 0 20px;
	margin-bottom:5px;
	background:url(images/2.jpg) left top no-repeat;
}
.post a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
.post a:hover {text-decoration:underline}

/*-----RIGHT BOX-----*/
#right {
	width:207px;
	margin:0;
	padding:0;
	float:right;
}

.sidebar {
	width:207px;
	height:auto;
	float:right;
	margin-bottom:5px;
}

.bar-top {
	width:207px;
	height:25px;
	background:url(images/right-top.jpg) top no-repeat;
}

.bar-mid {
	width:207px;
	background:url(images/right-mid.jpg) left repeat-y;
}

.bar-btm {
	width:207px;
	height:25px;
	background:url(images/right-btm.jpg) right top no-repeat;
}

.clear {clear:both}

#footer {
	width:692px;
	height:29px;
	float:right;
	margin-top:0;
	padding:5px 0 0 0;
	text-align:center;
	font:normal Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

.tsubmit td {
	padding: 3px;
}

.tsubmit #kanan {
	width: 90px; text-align:right; vertical-align:top;	
}

.err {
	color:#ff0000;
}