
body{
 background-color: #fff;
 position: absolute;
 left: 50%; top: 15px;
 width: 750px; height: auto;
 margin: 0 0 0 -375px; padding: 0;
 font: 1em arial, sans-serif;
 color: #000;
}







 /* The header at the top. */
#header{
 position: relative;
 left: 0; top: 0;
 width: 100%; height: 75px;
 background-color: #fff;
 text-align: left;
 z-index: 2;
}

 /* Styles the <H1> tag which is in the header div. */
#header h1{
 margin: 0 0 0 0; padding: 0 0 0 0px;  /* changed from 0 0 0 15px */
 font: 3em georgia, sans-serif;
 background-color: transparent;
 z-index: 3;
}

 /* Styles the links within the header */
#header a{
 color: #CC5500;
 text-decoration: none;
 border-bottom: 0px #CC5500 solid;
}

 /* Gives the links within the header a hover effect. */
#header a:hover{
 color: #CC5500;
 text-decoration: none;
 background-color: #EEEEEE;
 border-bottom: none;
}




 /* Styles the word burnt orange (#word1) Works only with <H1> and <H2>. */
h1 .word1, h3 .word1{
 color: #CC5500;
}

 /* Styles the word black (#word2) Works only with <H1> and <H2>. */
h1 .word2, h3 .word2{
 color: black;
}









 /* Styles the menu-holder. */
#menu{
 position: absolute;
 left: 0; top: 75px;
 width: 110px; height: auto;
 padding: 0px 0 0 0;
 background-color: #eee;
 z-index: 1;
}

 /* Styles the list holder. */
#menu ul{
 margin: 0; padding: 0;
 list-style: none;
 font: 1.0em verdana, sans-serif;
 background-color: #eee;
}

 /* Styles each "list-item" (or "button") with the same style. */
#menu ul li{
 display: block;
 text-align: left;
 margin: 0 0 0px 0; padding: 3px 3px 3px 3px;
 background-color: #fff;
}

 /* Gives the links within the sidebar a hover effect. */
#menu a:hover{
 color: #CC5500;
 text-decoration: none;
 background-color: #EEEEEE;
 border-bottom: none;
}

 /* Styles the link within the button. */
#menu ul li a{
 display: block;
 color: #CC5500;
 text-decoration: none;
}



 /* Gives the link a hover-effect. 
#menu ul li a:hover{
 color: black;
} */










 /* Styles and positions the content-holder. */
#content{
 position: absolute;
 left: 110px; top: 75px;
 width: 600px; height: auto;
 background-color: #fff;
 border-left: none; /*1px #ccc solid; */ border-top: none; /* 1px #ccc solid; */
 padding-bottom: 4px;
 z-index: 0;
}

 /* Styles the Header (<h2>). */
#content h2{
 display: block;
 font: 1.6em georgia, serif;
 color: #000;
 margin: 1em 0 0 1em; padding: 0 0 .4em 0;
 border-bottom: none; /* 1px #ddd solid; */
}

 /* Styles the Header (<h3>). */
#content h3{
 display: block;
 font: 1.4em georgia, serif;
 color: #000;
 margin: 1.3em 0 0 2em; padding: 0 0 0 0;
}

 /* Styles the Header (<h4>). */
#content h4{
 display: block;
 font: 1.2em georgia, serif;
 color: #000;
 margin: 1.3em 0 0 3em; padding: 0 0 0 0;
}

 /* Styles the paragraphs (<p>) in #content. */
#content p{
 display: block;
 margin: .6em 1em 0 4em; padding: 0 0 .6em 0;
 font: .9em arial, sans-serif;
 text-align: justify;
 text-indent: 0em;
 line-height: 1.4em;
}

 /* Styles the links within the #content. */
#content a{
 color: #CC5500;
 text-decoration: none;
 border-bottom: none; /* 0px #CC5500 solid; */
}

 /* Gives the links a hover effect. */
#content a:hover{
 color: #CC5500;
 text-decoration: none;
 background-color: #EEEEEE;
 border-bottom: none;
}









 /* The footer. */
#footer{
 position: relative;
 width: 100%; height: auto;
 font: .8em verdana, sans-serif;
 color: #000;
 margin-top: 20px;
 padding: 5px;
 text-align: right;
 border-top: none;
}










 /* Styles the <acronym> tag. */
acronym{
 border-bottom: none; /* 1px #000 dotted; */
 cursor: help;
}

