/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #fff;}

body {
	background: #000 url('images/body.gif') no-repeat; /*  url(img/bg.jpg) repeat-x; */
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 1.2em;}

h1 {
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 2px;}

blockquote {
	background: #333; 
	width : 80%;
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
	margin-left: 28px;
	margin-bottom:20px;
}

img {border: none;}

img {margin: 5px 10px 5px 5px;}

img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('images/decay.gif') no-repeat left center;
	color: #FF0;
	font: normal 20px Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small {
	background: url('images/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #888;}
p.postinfo a:hover {color: #CCC;}

/* structure */
#container {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

/* title */
#site-title {font: normal 3em Tahoma,sans-serif;color: #000;}
#site-title a {
	color: #000;
	text-decoration: line-through;
}
#site-title a:hover {
	color: #000;
	text-decoration: none;
}
#site-description {color: #000;}

/* content */
#content {
	left: 300px;
	position: absolute;
	top: 80px;
	width: 650px;
}
#content .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#content li {margin-left: 18px;}

/* navigation */
#navigation {
	left: 50px;
	position: absolute;
	top: 285px;
	width: 210px;
}
#navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 25px;
	margin: 0;
}
#navigation ul {margin: 0 0 0 1em;}
#navigation li {list-style: none;}
#navigation li a {
	color: #FFCC00;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#navigation li a:hover {color: #8DCA3F;}


.nav {margin-left: 18px;}



/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
	clear:both;
    width: 100%;

}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

.garis {
	padding: 0px; margin: 0px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 100%;	
}

form label {
		font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		display: block;
		float: left; 
		width: 150px; 
		padding: 0; 
		margin: 5px 0 0;
		text-align: right; 
		}

form input, form textarea, form select {
		width:auto; 
		margin:5px 5px 0 5px;
		font-family: verdana;
		font-size: 11px;
		padding: 1px;
		border: 1px solid #333333;


		}
.form br {
		clear:left;
		}
.botton_submit {
		display: block;
		width: 100px; 
		margin: 0 0 0 152px;
		text-align: center; 
		font-family: Arial;
		font-size: 10px;
		padding: 1px;
		border: 1px solid #333333;
}

#powered { 

float: left; 
margin: -500px; 
padding:-500px; 
font-size: 10px
color: #000;

} 	
