
body {
	color: #000000;
	font-family: Goudy Old Style;
	font-size: 20px;
	margin: 15px 0;
	padding: 5px 0 15px 25px;
	background-image:url('BUNGA5.gif');
	
}

h1 {
   color: #000000;
   font-family: Kristen ITC;
   font-size: 20px;
   text-align: center;
}

h2, h3, h4, h5, h6 {
	color:#FF0066;
	font-family: Goudy Old Style;
	font-size: 20px;
	text-align: center;
}
div.banner {
	background-image:url('g5.jpg'); 
	margin-top:5px;
	width:969px;
	height:150px;
	border:1px;
	padding:15px;
	
}

.container {
	background:#FFFFCC;
	margin: 0 auto;
	width: 999px;
	
	-webkit-box-shadow: 0px 0px 20px #000;
	
	-moz-box-shadow: 0px 0px 20px #000;
	
	box-shadow: 0px 0px 20px #000;


}



/* Menu / Table of content (TOC) */
.toc  { 
	background: #FFCOCB;
	border-bottom: 3px solid #800000;
	overflow: hidden;
	padding: 10px 0 15px 26px;


}

.toc li {
	float: left;
	margin-right: 4em;
}

main { 
	padding: 0 15px 30px 35px;
	width: 518px;
	
}


article,
aside,
footer,
header,
main,
nav,
section {
	display: block;
}

main {
	float: left;
	
	
}

aside {
	float: right;
	background:#FFFFFF;
	border: 1px solid #FF0066;
	margin-right: 2px;
	margin-top: 5px;
	padding: 0 15px 3px;
	height: 1500px; 
	width: 250px;
	text-align: center;
}

footer { 
	background: #000000;
	clear: both;
	color: #FF0;
	border-top: 1px solid #FF0066;
	border-bottom: 1px solid #FF0066;
	border-left: 1px solid #FF0066;
	border-right: 1px solid #FF0066;
	font-family: Snap ITC;
	font-size: 20px;
	text-align: center;
}

