* {
	padding: 1;
	margin: 0;
}

body {
	background: url(../images/layout/wood.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;;
}

img {
	border: none;
	vertical-align:top;
}
a { color: blue; text-decoration: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
	width: 1000px;
	margin: 10px auto;
}

#header {
	height: 12px;
}

#_title {
	padding: 0 0 0 20px;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
	font-weight: bold;
	color:green;
}

#header h1 {
	padding: 0 0 0 20px;
	font-size: 20px;
	letter-spacing: -2px;
}
#header h1 a {
	color: #33BFEB;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: none;
	color: #000;
}
#header h2 {
	padding-left: 21px;
	font-size: 14px;
	color: #666;
	font-weight: 100;
}

#top {
	background: #fff url(../images/layout/top.gif) no-repeat;
	padding: 5px 0;
}

#menu {
	height: 50px;
	line-height: 50px;
	background: url(../images/layout/menu.gif) no-repeat;
	font-size: 12px;
}
#menu ul {
	padding-left: 20px;
	list-style-type: none;
}
#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
}
#menu ul li a {
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 600;
	list-style-type: none;
}
#menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
	list-style-type: none;
}

#content {
	padding: 10px 10px;
	background: url(../images/layout/content.gif) repeat-y;
}
.right {
	float: right;
	width: 670px;
	text-align: justify;
	padding: 0 20px 10px 10px;
}
.right h2 {
	color: #B4241B;
	font-size: 20px;
	letter-spacing: -2px;
	font-weight: 100;
	padding : 10px 0 15px 0;
}
.right h2 a {

}
.right h2 a:hover {

}
.left {
	float: left;
	width: 250px;
	padding: 10px;
	border-right: 1px solid #aaa;
}
.left h2 {
	font-size: 13px;
	color: #333;
	padding: 5px 0 2px 10px;
}
.left ul {
	list-style-type: none;
	padding: 5px 0 10px 2px;
}
.left ul li {
	list-style-type: none;
	padding: 0px 0px 0px 25px;
	background: transparent url(../images/layout/apple.gif) no-repeat;
}

.left ul li a {
	display: block;
	list-style-type: none;
	color: green;
}
.left ul li a:hover {
	color: #33BFEB;
}

#bottom {
	background: url(../images/layout/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#footer  a { color: #666; }

.ilustrasi {
  background-color:#FFFFFF;
  border:1px solid #DDC688;
  float:left;
  margin:3px 5px 3px 0;
  padding:2px;
}
.headline { 
  background-color:#FFFFFF;
  float:left;
  margin:3px 5px 3px 0;
  padding:2px;
}

p {
	text-indent:25px;
}

#commentar{
	background-color: #99CC00;
	font-weight: bold;
}

input, select {
  border:1px solid #999999;
  font-size:11px;
  font-weight:normal;
  padding:3px;
  background-color:#fde8c4;
}

button {
  border:1px solid #999999;
  font-size:11px;
  font-weight:normal;
  padding:3px;
  background-color:ECE9D8;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}

table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#handcur{
	cursor: pointer;
	font-weight: bold;
}

table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

#announcement {
	width: 100%;
	border: 1px #0004B1 solid;
}

#announ-header {
	background: #C4E8FD;
	font-weight: bold;
	border-bottom: 1px #0004B1 solid;
}

#announ-content {
	margin: 10px;
}


