html {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: #369;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    color: #000;
    padding: 0px;
    margin: 0px;
}

p, h2, h3, pre {
    margin: 0px;
    padding: 5px 20px 5px 20px;
}

a:link   { color: #f90; text-decoration: none; }
a:active { color: #f00; text-decoration: none; }
a:hover  { color: yellow; text-decoration: none; }
a:visited { color: #f90; text-decoration: none; }
a:visited:hover { color: yellow; text-decoration: none; }

#header {
    padding: 0px;
    height: 22px;
    font-size: 12px;
    text-indent: 650px;
    color: #fff;
    font-weight: bold;
    background-image: url(images/topbar.gif);
    background-position: top left;
    background-repeat: no-repeat;
}

#leftmenu {
    position: absolute;
    left: 0px;
    width: 180px;
    color: #fff;
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}

#leftmenu img {
    border: 0px;
}

#leftmenu h2 {
    width: 150px;
    font-size: 12px;
    text-align: center;
}

#leftmenu div {
    padding-top: 20px;
    width: 150px;
    color: #fff;
    font-style: bold;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
}

#leftmenu div input {
    background-color: #369;
    color: #f90;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    width: 120px;
}

#centerspacer {
    height: 20px;
}

#center {
    margin: 0px 230px 0px 170px;
    padding: 0px;
    background-color: #eee;
    -moz-border-radius: 10px;
}

#center h1 {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}

#center h2 {
    font-size: 14px;
}

#center h3 {
    font-size: 10px;
    font-style: italic;
}

#center a { color: #00f; }
#center a:link { text-decoration: none; }
#center a:active { text-decoration: underline; }
#center a:hover { text-decoration: underline; }
#center a:visited { text-decoration: none; }
#center a:visited:hover { text-decoration: underline; }

#rightmenu {
    position: absolute;
    right: 10px;
    width: 200px;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #fff;
}

#rightmenu h2 {
    background-color: #369;
    text-align: center;
    border: 1px solid #eee;
    -moz-border-radius: 10px;
    font-size: 14px;
    color: #f90;
}

#footer {
    font-size: 8px;
    color: #fff;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin: 0px 230px 0px 170px;
}

div.centered {
    text-align: center;
}

div.border {
    border: 1px solid #eee;
    -moz-border-radius: 10px;
}
