*, html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	background:url(images/top.jpg) top repeat-x;
	background-color:#FFFFFF;
}

#wrapper {
	width:925px;
	margin:0 auto;
	padding-bottom:10px;
}

#header {
	width:915px;
	height:115px;
	margin:0;
	
}

#logo {
	float:left;
	width:298px;
	height:125px;
	background:url(images/logo2.jpg) no-repeat;
}

/*-----SEARCH-----*/
#search-box {
	float:right;
	width:280px;
	height:27px;
	padding-top:20px;
}

#search {
	width:197px;
	height:27px;
	padding:19px 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:47px;
	height:27px;
	float:right;
	border:none;
	background:url(images/go.jpg) no-repeat;
	color:#353535;
	text-align:left;
	margin-right: 0;
	margin-top: 12px;
	
}

/*-----LEFT BOX-----*/
#left {
	width:688px;
	margin:0;
	padding:0;
	float:left;
}

.box {
	width:688px;
	height:auto !important;
	margin-bottom:5px;
	padding:0;
	font-size:12px;
	background:url(images/box-mid.jpg) repeat-y;
	
}

.top-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	padding-left:70px;
	line-height:45px;
}

.box-top {
	width:688px;
	height:43px;
	line-height:10px;
	margin:0;
	padding:0;
	background:url(images/boxtop.jpg) top right no-repeat;
}

.box-mid {
	width:600px;
	height:auto;
	margin: 0;
	padding: 20px 50px 20px 50px;	
	
}

.box-cat {
	width:260px;
	float:left;
}
.box-mid ul {
	font:bold 14px "Arial", Helvetica, sans-serif;
}

.main li, .sub li {
	list-style:none;
	padding:3px 0;
	color:#333;
}

.main li {
	text-indent:20px;
	background:url(images/ico-s.gif) left no-repeat;
}
.sub li {
	background:url(images/ico-s.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}

.box-btm {
	width:688px;
	height:43px;
	line-height:10px;
	margin:0;
	padding:0;
	background:url(images/box-btm.jpg) bottom left no-repeat;
}

.main2 li {
	list-style:none;
	padding:3px 0;
	color:333;
	font:bold 12px "Arial", Helvetica, sans-serif;
	text-indent:20px;
	background:url(images/ico-s.gif) 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/ico-s.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:210px;
	margin:0;
	padding:0;
	float:right;
}

.sidebar {
	width:207px;
	height:auto;
	float:right;
}

.bar-top {
	width:207px;
	height:26px;
	background:url(images/right-top.jpg) top no-repeat;
}

.bar-mid {
	width:207px;
	background:url(images/right-mid.jpg) repeat-y;
}

.bar-btm {
	width:207px;
	height:27px;
	background:url(images/right-bottom.jpg) top no-repeat;
}

.clear {clear:both}

#footer {
	width:400px;
	height:29px;
	float:right;
	margin-top:0;
	padding:5px 100px 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;
}