body {
	font:14px/1.6 verdana;
	color:#fff;
	background:#e8e0c0 url(../images/background.png) repeat;
}

a:link {
text-decoration: none;
color:#3b3b3c;
}
a:visited {text-decoration: none}
a:active {text-decoration: none}

#page-content{
	width: 1024px;
	margin: 0 auto;
	background:url(../images/bg-page.png)repeat;
	background-size: 100%;
}
#header-content{
	height: 102px ;
	background: url("../images/header.png") no-repeat; 
	font-family: verdana;
	font-size: 14px;
    bottom: auto;     
    position: absolute;     
    top: 0;     
    z-index: 100;       
    width:1024px;
    padding:10px;
}
#menu-navigasi li{
	display: inline;
	margin: 0 12px;
	list-style: none;
}
#menu-navigasi li:hover{
	text-shadow:1px 1px 6px orange;
}

#menu-navigasi{
	list-style: none;
	padding-top: 26px;
	padding-right: 165px;
	text-align: right;
}
#menu-content{
	float: left;
	width: 400px;
	padding-right: 10px;
	margin-top: 210px; 
}
#menu-content li a{
	color: #fff;
	background: #0b4a85;
	width: 55px;
	padding: 5px 310px 5px 10px;
	display: block;
	white-space: nowrap;
	border-top: 1px #009cff solid;
	border-bottom: 1px #009cff solid;
	list-style: none;
}
#menu-content li a:hover{
	background-color: orange;
}
#primary-content{
	float: right;
	width: 494px;
	margin-top: 109px;
	padding-right:100px; 
	border-left: 1px #3b3b3c solid;
	height: 448px;
	overflow: auto;
}
#menu-content-list{
	list-style: none;
}
#footer-content{
	clear: right;
	background: url("../images/footer.png") repeat;
	text-align: center;
}
#p-footer{
	padding: 11px;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
}
#p-about{
	padding: 10px;
}