body {
    background-color:#000000;
    font-family:"Trebuchet MS", sans-serif;
}

#container {
    width:750px;
    margin:0 auto;
}

#header{
    width:100%;
}

#navigation {
    width:100%;
    height:20px;
    text-align:right;
    background-color:#333333;
}

#footer {
    width:100%;
    text-align:right;
    background-color:#333333;
    text-align:center;
    clear: both;
}

.footer_text {
    font-size:10px;

}

.footer_text a{
    color:#000000;
    text-decoration:none;
}

.footer_text a:hover {
    color:#CC6600;
}

.navicons{
    margin: 2px 5px 2px 0;
    vertical-align:middle;
}

.navicons:hover {
    border-bottom:1px #ffffff dashed;
}

h1 {
    margin: 10px 0 0 10px;
    font-size:36px;
    color:#CC6600;
}

h2 {
    margin: 0 0 10px 25px;
    font-size:24px;
    color:#FFFFFF;
}

.navigation_header {
    font-size:18px;
    color:#CC6600;
    margin:0px;
}

#vertinav {
    width:150px;
    float:left;
}

#vertinav ul {
    list-style: none;
    display:inline;  
}
#vertinav li a{
    margin-left:6px;
    color:#ffffff;
    text-decoration:underline;
    padding-left:3px;
}

#vertinav li a:hover {
    color:#CC6600;
}

#content {
    width:599px;
    float:right;
}

p {
    color:#FFFFFF;
    text-size:13px;
    margin: 0 5px 20px 5px;
    text-align: justify;
}

a {
    color:#FFFFFF;
    text-decoration:underline;
}

a:hover {
    color:#CC6600;
}

ul {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

li {
    color:#ffffff;
    margin-left: 24px;
}