body {
  padding-left: 10em;
  padding-right: 10em;
  padding-top: 6em;
  font-family: Georgia, Verdana, Times New Roman,
        Times, serif;
  text-align: justify;
  font-size: 1.0em;
  color: #000000;
  background-image: url(../images/terjemah.jpg);
  background-attachment: fixed;
  background-position: top left; 
}


body {
min-width:750px;
}

P.right { text-align: right }
P.center { text-align: center }
P.indent { margin-left: 60px;}
P.italics { font-style: italic }
.indent2 { margin-left:30px }

#header {
colour: #660000;
height: 50px;
width: 750px;
padding-top: 2px;
align: center;
}

#header h1 {
text-align: center;
font-size: 2em;
}

#wrap {
background: #CCCC99;
margin: 0 auto;
width: 750px;
}

/* TOP NAVIGATION BAR */
#navcontainer
{
background: #8b814c;
align: center;
margin: 0 auto;
padding: 0 0 0 0;
font-family: georgia, serif;
font-style: bold;
text-transform: lowercase;
font-weight: bold;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 0.5px;
clear: both;
}

ul#navlist
{
list-style: none;
padding: 0;
text-align: center;
margin: 1.5em auto;
width: 100%;
font-size: 0.8em;
}

ul#navlist li
{
display: inline;
float: center;
width: 25%;
margin: 5;
padding: 10;
}

ul#navlist li a
{
display: inline;
width: 100%;
padding: 0.5em;
border-width: 2px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #FFFFFF;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #CCCC99;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

#nav {
background: #CCCC99;
padding: 0px;
font-size: 1em;
}

#nav a:link, a:visited {
padding: 0px;
color: #660000;
text-decoration: none;
}

a:link { color: rgb(139, 58, 58); text-decoration: underline; }  /* for unvisited links */
a:visited { color: rgb(139, 58, 58); text-decoration: underline; } /* for visited links */
a:active { color: rgb(139, 58, 58); text-decoration: underline; } /* when link is clicked */
a:hover { color: rgb(139, 58, 58); font-weight: bold } /* when mouse is over link */

div.color {
    background: #FFFFCC;
    padding: 2em;
    padding-left: 5em;
    padding-right: 5em;
    border: none;
}

#footer {
    clear: both;
    background: #999999;
    padding: 0.5em;
    font-size: 0.8em;
    text-align: center;
}

#footer a {
    padding: 20px;
    line-height: 30px;
}

#footer li {
    display: inline;
    text-decoration: none;
}

#footer a: hover, a:visited {
    color: #660000
}