/* CSS Document */
html, body {
	color: #333333;
	margin:0;
	padding:0;
	font-family: Garamond;
	background-color: #f2ecd3;
}


#container{
	width: 1117px;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
}

#wrapperout {
	width:1117px;
	height:789px;
	background-image: url(../images/bg.jpg);
	float:left;
}


#sidenav {
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	width: 58px;
	top: 17px;
	position: absolute;
}

#sidecontent {
	color: #CCCCCC;
	width: 300px;
	height:789px;
	top: 50px;
	margin-left:58px;
	background-position: center;
}

#sidecontent a{
	font-style: normal;
	text-decoration: none;
	color:#CCCCCC;
}

#maincontent1 {
	color: #794528;
	height: 660px;
	width: 730px;
	top: 16px;
	margin-left:385px;
}

#maincontent {
	color: #794528;
	height: 660px;
	width: 730px;
	top: 16px;
	position:absolute;
	margin-left:385px;
}

#maincontent p{
	font-size:110%;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}


#maincontent h1, #maincontent h2{
	margin: 15px;
	padding: 5px 0 0;
}

#maincontent h4{
	margin: 5px 0 5px 15px;
	color:#F27900;
	font-size: 140%;
}

#maincontent h1{
	font-size: 155%;
}

#maincontent h2{
	font-size: 135%;
}

#maincontent h3{
	font-size: 110%;
	color: #E7850E;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
}

#maincontent a{
	font-style: normal;
	text-decoration: none;
	color:#6699CC;
	font-size:110%;
}

#maincontent ul{
	font-size:110%;
	margin-top: 10px;

}

#footer{
	text-align:center;
	margin: 0;
	padding: 10px;
	font-family:"Gloucester MT Extra Condensed";
	color:#660000;
}

#footer a{
	text-decoration: none;
	color:#E7850E;
}

<!-- Copyright 2005, indonesianlinguist.com. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. -->