html {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
background-color: #a08f4f;
}
.invisi {
display: none;
z-index: -10;
}
a {
font: normal 1em georgia, sans-serif;
color: #074b51;
text-decoration: none;
}
a:hover {
color: #053337;
text-decoration: underline;
}
a:visited {
font: italic normal 1em georgia, sans-serif;
}
span {
text-decoration: underline;
}
#header {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 200px;
background-image: url('graphics/header.png');
background-repeat: repeat-x;
z-index: 100;
}
#headerLeft {
position: absolute;
top: 0;
left: 0;
width: 218px;
height: 200px;
background-image: url('graphics/headerLeft.png');
background-repeat: none;
z-index: 125;
}
#headerRight {
position: absolute;
top: 0;
right: 0;
width: 150px;
height: 200px;
background-image: url('graphics/headerRight.png');
background-repeat: none;
z-index: 125;
}
#logo {
position: absolute;
top: 0;
left: 0;
z-index: 150;
height: 190px;
width: 262px;
background-image: url('graphics/Logo.png');
background-repeat: none;
}
#pageTitle {
position: absolute;
top: 120px;
left: 215px;
font: normal 2.1em georgia, sans-serif;
z-index: 130;
}
#sideBar {
position: absolute;
top: 200px;
left: 0;
width: 185px;
background-color: #a08f4f;
text-align: center;
z-index: 10;
}
#sideBar a {
font: normal 1.5em georgia, sans-serif;
}
#sideBar a:visited {
font: normal 1.5em georgia, sans-serif;
}
#content {
position: absolute;
top: 200px;
left: 185px;
right: 0;
background-color: #ded5b0;
padding: 10px;
padding-left: 30px;
padding-top: 0;
padding-right: 50px;
}
#contentLeft {
position: absolute;
top: 0;
left: 0;
width: 10px;
height: 100%;
background-image: url('graphics/contentRight.png');
background-repeat: repeat-y;
}
#contentBottom {
position: absolute;
bottom: 0;
left: 0;
width: 25px;
height: 40px;
background-image: url('graphics/contentBottom.png');
background-repeat: none;
}
#footer {
position: absolute;
bottom: 0;
left: 40px;
right: 0;
text-align: center;
padding-bottom: 5px;
}
#footer span {
font: normal 0.8em georgia, sans-serif;
text-decoration: none;
}