body {
	margin: 0; padding: 0;
	background: url(../images/body_bg.png) repeat-x #21a3ff;
}

#container {
	width: 960px; 
	margin: 0px auto;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-shadow: #4896ce 1px 1px 4px;
}
#header {
	height: 213px;
	background: url(../images/bg_header.png) no-repeat center top;
	text-align: center;
}

.navigation {
	margin: 0px auto; padding: 0;
	overflow: hidden;
	width: 131px;
}

.navigation li {
	float: left;
	width: 63px;
}
.navigation li a {
	padding-top: 2px;
	height: 20px;
	display: block;
	color: #fff;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
.navigation li a:hover {
	background: url(../images/bg_navigasi.png);
}

#content {
	padding: 10px 10px 0 10px; margin: 0;
	overflow: hidden;
}

#left {
	width: 300px;
	float: left;
}
#center {
	width: 300px;
	float: left;
	margin-left: 20px;
}
#right {
	width: 300px;
	float: right;
}
#content .logo {
	width: 300px;
	height: 92px;
	text-align: center;
	vertical-align: 10px;
}

.feed {
	width: 300px; height: 335px;
	background: url(../images/bg_feed.png);
}

.feed ul {
	padding-top: 10px;
}

.feed ul li {
	margin-bottom: 5px;
	list-style-position: outside;
	margin-left: 30px;
	color: white;
	font: 10pt/14pt "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-image: url(../images/bullet.png);
}

.feed a {
	color: white;
	text-decoration: none;
	display: block;
	width: 250px;
	padding: 5px;
	font-weight: bold;
}

.feed a:hover {
	font-weight: bold;
	text-shadow: #4896ce 1px 1px 4px;
}

.linkfeed {
	background-image: url(../images/bg_linkfeed.png) ;
	height: 20px;
	margin-top: 10px;
	color: white;
	font: 9pt "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 4px 10px 0 10px;
}
.linkfeed strong {
	float: left;
}
.linkfeed em {
	float: right;
	font-weight: normal;
	font-style: normal;
	background: url(../images/rssicon.png) no-repeat right;
	padding-right: 20px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: white;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}
