*, html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:normal 12px Arial, Helvetica, sans-serif;
	background-color:#fff;
	background:url(images/top.jpg) top repeat-x;
}

#wrapper {
	width:857px;
	margin:0 auto;
	padding-bottom:3px;
}

#header {
	width:857px;
	height:129px;
	margin:0;
	background:url(images/header-mid.jpg) repeat-x;
}

#header-left {
	width:45px;
	height:129px;
	background:url(images/header-left.jpg) no-repeat;
	float:left;
}

#header-right {
	width:45px;
	height:129px;
	background:url(images/header-right.jpg) no-repeat;
	float:right;
}

#logo {
	float:left;
	width:195px;
	height:129px;
	background:url(images/logo.jpg)  no-repeat;
}

/*-----SEARCH-----*/
#search-box {
	width:310px;
	padding:30px 30px 0 0;
	height:45px;
	float:right;
}

#search {
	padding:16px 0 0 30px;
	width:240px;
	height:45px;
	border:none;
	color:#666666;
	font-size:11px;
	float:left;
	background:url(images/search.jpg) no-repeat;
}

#go {
	width:40px;
	height:45px;
	float:right;
	border:none;
	background:url(images/go.jpg) no-repeat;
	color:#353535;
}

#page {
	width:857px;
	height:auto;
	margin:0;
	padidng:0;
}

/*-----LEFT BOX-----*/
#left {
	width:648px;
	margin:0;
	padding:0;
	float:left;
}

.box {
	margin:0;
	width:648px;
	height:auto !important;
	padding:0;
	font-size:12px;
	background:url(images/box-mid.jpg) right repeat-y;
	
}

.top-title {
	padding-left:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	line-height:50px;
}

.box-top {
	width:648px;
	height:110px;
	line-height:10px;
	margin:0;
	padding: 0;
	background:url(images/box-top.jpg) top no-repeat;
}

.box-mid {
	width:524px;
	height:auto;
	margin: 0;
	padding: 15px 50px 20px 74px;
	background:url(images/box-mid.jpg)) repeat-y;
	background:url(images/background.jpg) bottom right no-repeat;
}

.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:#999;
}

.main li {
	text-indent:20px;
	background:url(images/1.jpg) left no-repeat;
}
.sub li {
	background:url(images/arrow_move.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 {
	color:#999;
	text-decoration:none;
}

.box-btm {
	width:648px;
	height:60px;
	background:url(images/box-btm.jpg) bottom no-repeat;
}

.title {
	color:#333;
	font:bold 12px Arial, Helvetica, sans-serif;
}

.title a:link {color:#000; text-decoration:underline; font-weight:bold}
.title a:hover {color:#000; text-decoration:underline;}
.title a:visited {color:#000; text-decoration:underline; font-weight:bold}

.post {
	padding:0 40px 0 8px;
	#background:url(images/arrow_move.jpg) left top no-repeat;
	margin-bottom:10px;
}
.post a {
	color:#63960B;
	font-weight:normal;
	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;
}

.bar-top {
	width:207px;
	height:64px;
	margin:0;
	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:65px;
	background:url(images/right-btm.jpg) top no-repeat;
}

.clear {clear:both}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	width:648px;
	line-height:42px;
	text-align:center;
	font-weight:bold;
	color:#2A2521;
	background-color:#FFFFFF;
}

.main2 li {
	list-style:none;
	padding:3px 0;
	color:333;
	font:bold 12px "Arial", Helvetica, sans-serif;
	text-indent:20px;
	background:url(images/1.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}

.tsubmit td {
	padding: 3px;
}

.tsubmit #kanan {
	width: 90px; text-align:right; vertical-align:top;	
}

.err {
	color:#ff0000;
}