/* CSS Document */

body {
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#069;
}

a {
	text-decoration:none;
	color:#069;
	font-size:11px;
}
a:hover {
	color:#FF9900;
}

.link {
	text-decoration:none;
	color:#069;
	font-size:11px;
}
.link:hover {
	color:#FF9900;
}
.linkhover {
	color:#666666;
}

.a {
	text-decoration:underline;
	color:#069;
	font-size:12px;
}
.a:hover {
	color:#FF9900;
}
.login {
	text-decoration:underline;
	color:#FFF;
}
.login:hover {
	color:#FC0;
}
hr {
	border:none;
	border-bottom:1px dotted #afccea;
}

table {
	padding:5px;
	border:1px dotted #afccea;
}

.judul {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#afccea;
	color:#069;
	font-weight:bold;
}

#container  {
	background-color:#FFFFFF;
	position:absolute;
	left:50%;
	margin-left:-500px;
	margin-top:30px;
	width:980px;
	float:left;
	padding:20px;
}

#menu {
	line-height:25px;
	float:left;
	width:260px;
}
#space {
	float:right;
	width:10px;
}
#content {
	float:right;
	width:700px;
}
#footer {
	width:950px;
	float:left;
}