* {
    margin: 0px;
    padding: 0px;
}
html {
    background: #000000 none repeat scroll 0%;
    height: 100%;
}
body {
    height: 100%;
    margin: 0px auto;
    max-width: 75em;
    min-width: 45em;
}
div#fullHeightHelper {
    float: left;
    height: 100%;
    margin-bottom: -0.1px;
    margin-top: -1.25em;
    width: 0px;
}
div#container {
    background: #666666 url(../img/left_opacity.png) repeat-y scroll 0%;
}
div#columns {
    background: transparent url(../img/right_opacity.png) repeat-y scroll right center;
    padding: 0pt 10em;
}
div#contentHelper {
    background: #FFFFFF none repeat scroll 0%;
    padding-bottom: 0.1px;
}
div#header {
    background: transparent url(../img/right_opacity.png) repeat-y scroll right center;
}
div#header .leftPaddingHelper {
    background: #666666 none repeat scroll 0%;
    height: 8.12em;
}
div#menu {
    background: #000000 none repeat scroll 0%;
    height: 1.7em;
}
div#menu > ul {
    display: table;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt auto;
}
div#menu > ul > li {
    display: table-cell;
    position: relative;
}
div#menu a {
    background: transparent url(http://localhost/icons/bell.png) no-repeat scroll 2% center;
    color: #0066FF;
    display: block;
    font-weight: bold;
    height: 1.7em;
    line-height: 1.7em;
    overflow: hidden;
    padding-left: 22px;
    text-decoration: none;
    width: 8.13em;
}
div#menu > ul > li > a {
    border: 1px solid green;
    float: left;
}
div#menu ul ul {
    display: none;
}
div#menu li:hover > ul {
    background: #000000 none repeat scroll 0%;
    display: block;
    list-style-type: none;
    padding: 0px;
    position: absolute;
    top: 1.7em;
}
div#floatHelper {
    float: left;
    margin-right: -1px;
    width: 100%;
}
div#content {
    float: right;
    margin-left: -1px;
    width: 100%;
}
div#leftSidebar {
    float: left;
    margin-left: -10em;
    margin-right: 1px;
    width: 10em;
}
div#rightSidebar {
    float: right;
    margin-left: 1px;
    margin-right: -10em;
    width: 10em;
}
div#footer {
    background: transparent url(../img/right_opacity.png) repeat-y scroll right center;
    height: 1.25em;
}
div#footer .leftPaddingHelper {
    background: #666666 none repeat scroll 0%;
    height: 100%;
}
.clear {
    clear: both;
}
.leftPaddingHelper {
    margin-left: 8px;
}
.rightPaddingHelper {
    margin-right: 8px;
}
.center {
    text-align: center;
}
h1 {
    color: #AAA21B;
    font-family: Verdana;
    text-align: center;
}
h2 {
    color: #AAA21B;
    font-family: Verdana;
    margin-left: 20px;
}
p {
    text-align: justify;
}
img {
    border: 0px none;
}
ul {
    padding-left: 1.25em;
}
