/* for god sake, this is only one column layout
there nothing secret about it, but if u realy want to
know the css, then go ahead. oh yeah remember that this css
is copyright(c)2001-2006 Andrianto Hapsoro.


CSS Document 
typography and font*/
.h1 {
	font-size: 24px;
	font-family: "Trebuchet MS";
	color: #666;
}
.h2 {
	font-size: 16px;
	font-family: "Trebuchet MS";
	color: #666;
}
.h3 {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #666;
}
.blackheader {
	font-size: 14px;
	font-family: "Trebuchet MS";
	color: #000000;
	font-weight: bold;
}
.blue {
	color: #0066CC;
	font-weight: bold;
}
.red {
	color: #CC3300;
	font-weight: bold;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #999999;
}

/* CSS Document 
structure*/

.leftbox {
	float: left;
	padding: 3px;
	background-color: #fff;
	margin: 3px;
}
.rightbox {
	float: right;
	padding: 5px;
	background-color: #fff;
	margin: 5px;
}
.picture {
	padding: 5px;
	background-color: #fff;
	margin: 5px;
	border-bottom:4px solid #fff;
	width: 100px;
}

body {
	margin: 0 auto;
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#top{
	width: 700px;
	height: 39px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(images/atas_background.gif);
	margin-top: 50px;
	margin-bottom: 5px;
	color: #FFFFFF;
}
			#top a:link {
				border-bottom:1px solid #777;
				color: #fff;
			}
			#top a:visited {
				border-bottom:1px solid #777;
				color: #fff;
			}
			#top a:hover {
				border-bottom:4px solid #fff;
				color: #eee;
}
	#topright{
	width: 260px;
	float: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}
			#topright a:link {
				border-bottom:1px solid #777;
				color: #fff;
			}
			#topright a:visited {
				border-bottom:1px solid #777;
				color: #fff;
			}
			#topright a:hover {
				border-bottom:4px solid #fff;
				color: #eee;
}

#logo{
	width: 700px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/logo_background.gif);
}

#gimmick{
	width: 700px;
	height: 108px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/gimmick.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #FFF;
}
	#gimmickleft{
	width: 200px;
	float: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100px;
	padding-left: 5px;
	background-image: url(images/gear.jpg);
	border-right:1px solid #aaa;
	padding-top: 8px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
}
			#gimmickleft a:link {
				border-bottom:1px solid #777;
				color: #333;
			}
			#gimmickleft a:visited {
				border-bottom:1px solid #777;
				color: #333;
			}
			#gimmickleft a:hover {
				border-bottom:4px solid #000;
				color: #333;
}

#container{
	margin: 0 auto;
	width: 700px;
	background: #fff;
	color: #000;
}

#container a:link, #container a:visited {
	border-bottom:1px solid #777;
}
#container a:hover {
	border-bottom:4px solid #333;
	color: #333;
}
	#containerleft{
	width: 184px;
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/grey_background.gif);
	margin-right: 8px;
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
	border-right:1px solid #aaa;
}
			#containerleft a:link {
				border-bottom:1px solid #666;
				color: #333;
			}
			#containerleft a:visited {
				border-bottom:1px solid #666;
				color: #333;
			}
			#containerleft a:hover {
				border-bottom:2px solid #333;
				color: #333;
			}
	#bottomleft{
	width: 210px;
	padding: 5px;
	float: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
	background-image: url(images/pattern.gif);
	background-repeat: repeat-x;
	background-color: #CDCD2B;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
			#bottomleft a:link {
				border-bottom:1px solid #777;
				color: #333;
			}
			#bottomleft a:visited {
				border-bottom:1px solid #777;
				color: #333;
			}
			#containerright a:hover {
				border-bottom:4px solid #F5C600;
				color: #333;
			}

.content{
	height: auto;
	padding: 16px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 1.5em;
	padding-left: 215px;
}
.contentatas{
	height: auto;
	padding: 16px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
#end{
	width: 690px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/end_background.gif);
	background-repeat: no-repeat;
	background-color: #FFF;
	padding-left: 10px;
	color: #999999;
}

#bottom{
	margin: 0 auto;
	width: 700px;
	color: #202020;
	background-image: url(images/bawah_background.gif);
	height: 56px;
	margin-bottom: 50px;
	background-color: #000000;
}
#bottom a:link, #bottom a:visited {
	border-bottom:1px solid #ccc;
	color: #fff;
}
#bottom a:hover {
	border-bottom:4px solid #ccc;
	color: #fff;
}

blockquote {
	margin: 1px 10px 1px 10px;
	padding-left: 43px;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
}
blockquote cite {
margin: 5px 0 0;
display: block;
}
.navigation {
	border: 1px solid #ddd;
	padding-left: 5px;
	background-color: #999999;
	color: #FFFFFF;
	width: 120px;
	padding-right: 5px;
	padding-bottom: 5px;
    border-bottom:1px solid #fff;
}
.navigation cite {
margin: 5px 0 0;
display: block;
}
.list {
	padding-left: 15px;
	color: #FFFFFF;
	width: 310px;
	background-image: url(images/box.gif);
	background-repeat: no-repeat;
}
.list cite {
margin: 5px 0 0;
display: block;
}
.verticalline {
	margin: 1px 1px 1px 1px;
border-bottom:1px solid #999;
}
verticalline cite {
margin: 5px 0 0;
display: block;
}
.blockgray {
	margin: 1px 1px 1px 1px;
	padding-left: 10px;
        padding-right: 10px;
	background-color: #eee;
}
.blockgray cite {
margin: 5px 0 0;
display: block;
}
.blockdark {
	margin: 1px 1px 1px 1px;
	padding-left: 10px;
        padding-right: 10px;
	background-color: #ccc;
}
.blockdark cite {
margin: 5px 0 0;
display: block;
}
.blockwelcome {
	margin: 1px 1px 1px 1px;
	padding-left: 60px;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-image: url(images/quote.gif);
}
.blockwelcome cite {
margin: 2px 0 0;
display: block;
}
.blocktraining {
	margin: 1px 1px 1px 1px;
	padding-left: 4px;
        padding-right: 4px;
        padding-top: 4px;
        padding-bottom: 4px;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
}
.blocktraining cite {
margin: 2px 0 0;
display: block;
}

/* only applies to buttons for comment forms */
.commentform .formbutton {
  border: 1px solid #fff;
  background-color: #333;
  color: #fff;
  font-size: 12px;
}
.searchform .formbutton {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 12px;
}
.loginform .formbutton {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 10px;
 }
.mailform .formbutton {
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 10px;
 }
