* {
    margin: 0px;
    padding: 0px;
}
 
body {
    color: black;
    background-color: #888;
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em;
}
 
a {
    color: #cc0000;
}

a:hover {
    color: #ff0000;
}

#pageheader {
    width: 800px;
    height: 41px;
    margin: auto;
    background-image: url(/images/bg_top.png);
    background-repeat: no-repeat; 
}

#page {
    width: 800px;
    margin: auto;
    padding: 20px 0px 0px;
    background-color: white;
    background-image: url(/images/bg.png);
    background-position: middle 41px;
    background-repeat: repeat-y;
}

#logo {
    width: 285px;
    height: 44px;
    margin: 0px 0px 5px 25px;
    float: left;
}

#menu {
    float: right;
    margin: 25px 35px 0px 0px;
}

#menu a {
    display: block;
    float: left;
    width: 100px;
    height: 20px;
    background-image: url(/images/tab.png);
    color: white;
    font-size: 80%;
    text-align: center;
    text-decoration: none;
    padding: 4px 0px 0px 0px;
}

#menu a:hover {
    background-image: url(/images/tab_hover.png);
}

#menu .active {
    background-image: url(/images/tab_active.png);
}

#menu .active:hover {
    background-image: url(/images/tab_active_hover.png);
}

#picturearea {
    clear: both;
    margin: 0px 25px 15px;
}

#picturearea img {
    float: left;
}

#content {
    clear: both;
    margin: 0px 35px;
    padding: 15px 0px 15px 0px;
}

h2 {
    margin: -15px 0px 25px 45px;
}

h3 {
    margin: 0px 0px 15px 45px;
}

p {
    margin: 0px 45px 25px;
   //margin-bottom: 40px;
}

ul {
    margin-left: 60px;
}

#content .box_right h3 {
    margin-bottom: 5px;
    padding-bottom: 2px;
    border: 0px;
    border-bottom: 1px solid #bbb;
}

#content .box_right {
    clear: both;
    display: block;
    float: right;
    width: 265px;
    margin: 0px 10px 15px 35px;
    padding: 5px;
    background-color: #eee;
    font-size: 80%;
}

#content .box_right h3 {
    margin: 0px 0px 5px;
}

#content .box_right ul {
    margin: 0px 0px 15px 15px;
}

#copyright {
     text-align: center;
     color: #bbb;
     font-size: 80%
}

#pagefooter {
    width: 800px;
    height: 41px;
    margin: auto;
    background-image: url(/images/bg_bottom.png);
    background-repeat: no-repeat; 
}