*,html{
	padding:0;
	margin:0;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	background:#e8e8e8;
}

#wrapper{
	width:945px;
	margin:0 auto;
}

#header {
	width:945px;
	padding-top:132px;
	height:23px;
	background:url(images/header.jpg) no-repeat;
}

#header2{
	width:945px;
	height:68px;
	background:url(images/header2.jpg) no-repeat;
}

#menu {
	width:945px;
	height:25px;
	padding-left:25px;
	font-size:14px;
	font-weight:bold;
}
#menu ul {
	display:block;
	color:#fff;
}
#menu li {
	float:left;
	width:140px;
	text-align:center;
	list-style:none;
}

#menu a {
	color:#fff;
	text-decoration:none;
}
#menu a:hover {
	color:#ccc;
}

#search-box {
	width:406px;
	padding:17px 0 0 34px;
}

#go {
	width:72px;
	height:30px;
	float:left;
	border:none;
	background:url(images/go.jpg) no-repeat;
}

#search {
	width:300px;
	height:30px;
	float:left;
	line-height:30px;
	padding:0 0 0 34px;
	border:none;
	background:url(images/search.jpg) no-repeat;
}

#content {
	width:945px;
	font-size:12px;
	background:url(images/content.jpg) repeat-y;
}

#left {
	width:710px;
	float:left;
	padding:20px 0;
}

#right {
	width:235px;
	float:right;
	font-size:12px;
}

#f-left {
	width:355px;
	float:left;
}

#f-right {
	float:right;
	width:355px;
}

.f-box {
	width:284px;
	margin: 0 0 20px 20px;
	padding-bottom:15px;
	border-bottom: dashed 1px #b0b0b0;
}
.f-box a {
	color:#333;
	text-decoration:none;
}

.f-title {
	width:273px;
	height:35px;
	padding-left:30px;
	margin-bottom:10px;
	line-height:35px;
	font-size:14px;
	font-weight:bold;
	background:url(images/cat-title.jpg) left center no-repeat;
}
.f-title a {
	color:#333;
	text-decoration:none;
}
.f-title a:hover, .f-box a:hover {
	text-decoration:underline;
	color:red;
}

#footer {
	width:945px;
	height:40px;
	background:#ef8b10;
	color:white;
	font-size:11px;
	line-height:40px;
}

#footer-left {
	width:350px;
	float:left;
	padding-left:20px;
}
#footer-right {
	width:500px;
	float:right;
	padding-right:20px;
	text-align:right;
}
#footer-right a {
	color:white;
	text-decoration:none;
}
#footer-right a:hover {text-decoration:underline}

/* SUBPAGE */
.box {
	margin:0;
	width:710px;
	height:auto !important;
	padding:0;
	font-size:12px;
	
}

.box-top {
	height:30px;
	padding-left:40px;
	line-height:30px;
	color:#333;
	font-weight:bold;
	font-size:18px;
}

.box-mid {
	width:630px;
	height:auto;
	margin-bottom:2px;;
	padding: 10px 40px 20px 40px;
	color:#333;
}

.box-mid a {
	color:#333;
}
.box-mid a:hover{text-decoration:none}

.box-cat {
	width:315px;
	float:left;
}
.box-mid ul {
	font:bold 12px "Arial", Helvetica, sans-serif;
	padding-left:15px;
}

.box-mid li {margin-bottom:5px;}

.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/1.jpg) left no-repeat;	
	text-indent:20px;
}

.main li a, .sub li a {
	color:#333;
	text-decoration:none;
}
.main li a:hover, .sub li a:hover {
	text-decoration:underline;
}

.box-btm {
	width:600px;
	height:64px;
}

.title {
	color:#333;
	font:bold 12px Arial, Helvetica, sans-serif;
}

.title a:link {color:#A37146; font-weight:bold; text-decoration:underline;}
.title a:hover {color:#A37146; text-decoration:underline;}
.title a:visited {color:#A37146;font-weight:bold; text-decoration:underline;}

.post {
	padding:1px 40px 0 8px;
	#background:url(images/1.jpg) 0 2px no-repeat;
	margin-bottom:15px;
	color:#333;
}
.post a {
	color:#b0b0b0;
	font-weight:normal;
	text-decoration:none;
}
.post a:hover {
	color:#A37146;
	text-decoration:underline;
}

.main2 li {
	list-style:none;
	padding:3px 0;
	color:#333;
	font:bold 12px "Arial", Helvetica, sans-serif;
	text-indent:24px;
	background:url(images/1.jpg) left no-repeat;
}

.main2 li a, .sub li a {
	color:#333;
	text-decoration:none;
}
.main2 li a:hover, .sub li a:hover {text-decoration:underline}

.sidebar a {text-decoration:none;}
.sidebar a:hover {text-decoration:underline}
.sidebar a:visited {color:maroon;}

.tsubmit td {
	padding: 3px;
}

.tsubmit #kanan {
	width: 90px; text-align:right; vertical-align:top;	
}

.err {
	color:#ff0000;
}

.clear{clear:both}
