root { 
    display: block;
}

body,
html {
margin:0;
padding:0;
color:#000;
background:#fff;
font-family: Verdana, Arial, sans-serif;
}

.centered {         /*This will center a div exactly in the page*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  background-color: red;
  color: white;
}

#wrap {
width:594px; /*differenct between #wrap and #main is 30px*/
margin:0 auto;
background:#582;
}

#header {
background:#fff;
border: #582 medium solid;
padding-left: 1em;
}
#nav {
background:#c99;
}

/*#error {
background:#c99;
border: #c66 thin solid;
width: 250px;
margin-top:100px;
margin-left: 20px;
margin-right: 950px;
position: absolute;
float: left;
}*/

#main {
float:left;
padding: 1em;
width:564px;
background:#fff;
margin-top: 10px;
border: #582 medium solid;
}

#explaination {
padding: 1em;
float: right;
width: 200px;
font-size: 9pt;
border: black thin solid;
}

#main-left {
float:left;
padding: 1em;
width:240px;
background:#472;
border: black thin solid;

}

#sidebar {
background:#472;
padding:1em;
float:right;
width:240px;
border: black thin solid;

}

#footer {
background:#cc9;
clear:both;
}

#imglink {
    border-color:#242;
}

table {
margin-top: 0px;
}

tr td {
    border-right: black solid thin;
    border-bottom: black solid thin;
    padding: 5px 5px 5px 5px;
}

.navguide {
    width:inherit;
    height: 8px;
    background-color: #fff;
    margin-bottom: 25px;
    position: inherit;
    border: #582 thin solid;
}

.navguidebar {
    width: 563px;
    height: 6px;
    background-color: #582;
    margin-top: 1px;

}
.navguidetext {
    margin-top: -10px;
    position: static;
    text-align: center;
    color: #aaa;
    font-weight: bold;
}

#part1 {display: inherit;}
#part2 {display: none;}
#part3 {display: none;}
#part4 {display: none;}
#part5 {display: none;}
#part6 {display: none;}
#part7 {display: none;}
#part8 {display: none;}
#part9 {display: none;}
#part10 {display: none;}
#part11 {display: none;}
#part12 {display: none;}
#part13 {display: none;}
#part14 {display: none;}
#part15 {display: none;}
#part16 {display: none;}
#part17 {display: none;}
#part18 {display: none;}
#part19 {display: none;}
#part20 {display: none;}

#pagination{
    padding-left:275px;
    padding-top:5px;
}