
/* ##################### */
/* Settings for html and body */
/* ##################### */
* {
    margin: 0;
    padding: 0;
}

html, body{
    height: 100%; /* Required */
    margin-bottom: 1px;
}
table {
    font-size: 12px;
}
body {
    color: #ffffff;
    background: #000000 url(bg1.jpg) repeat;
    font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 21px;
    opacity: 1.00;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none; 
    text-align: center;
}

h2{
    font-size: 16px;
    font-weight: normal;
    padding: 0 0 10px 0;
    color: #cccccc;
}

h3{
    margin: 6 0 2 0;
    font-size: 14px;
    font-weight: normal;
}

p{
    margin-bottom: 18px;
}

p#indent{
    margin-left: 25px;
}

a 
{  
    text-decoration: none;
    color: #cccccc;
}

a:active 
{
    color: #000000;
}

a:hover 
{
    color: #ffffff;
}

/* ##################### */
/* some image settings */
/* ##################### */
img {
    border: 3px solid #ffffff;
    font-style: italic;
    font-variant: small-caps;
}

img#shapeimage {
    width: 386px;
    height: 219px;
    margin: 10px 20px 0px 0;
}

/* ##################### */
/* Definitions of container elements */
/* ##################### */

div {
    overflow: visible;
}

/* ##################### */
/* general page layout container */
/* ##################### */
div#container-page{
    margin: 0 auto;
    width: 700px;
    background: #333333 url(bg2.jpg) repeat;
    text-align: left;
    position: relative;
    min-height: 100%; /* for modern browsers */
    height: auto !important; /* for modern browsers */
    height: 100% /* for IE */
}

/* ## background overlay (spotlight) */
div#container-background {
    padding-top:1px;
    width: 100%;
    background: transparent url(bg4.jpg) no-repeat top left;
}

/* ##################### */
/* the navigation container */
/* ##################### */
div#container-navigation {
    float:left; 
    width:100%; 
    overflow:hidden;
}

div#container-naviline {
    margin: 0 auto;
    clear:both; 
    border: none;
    padding: 20px 0 10 0;
    height: 55px;
}

ul#mainmenu 
{
    bottom: -1px; /* For Certain IE widths */
    border-top: 1px  solid #999999;
    border-bottom: 1px  solid #999999;
    background: #666666 url(bg3.jpg) repeat;
    height: 35px;
    line-height: 36px;
    color: #eeeeee;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding:0; 
    list-style-type:none;
}

ul#mainmenu li
{
    float:left; 
    position:relative; 
    left:12%;
    padding: 0 10px 0 10px;
    color: #cccccc;
}

ul#mainmenu a 
{  
    width:auto;
    display:block;
    text-decoration: none;
    color: #cccccc;
}

ul#mainmenu a#active 
{
    color: #000000;
}

ul#mainmenu a:hover 
{
    color: #ffffff;
}

p#content-head{
    font-size: 22px;
    font-weight: normal;
    padding: 0 10px 0 20px;
    margin: 17px 0 0 0;
}

/* ##################### */
/* the content container */
/* ##################### */
td {
   vertical-align: top;
}

div#container-content {
    margin: 10px 0 0 0;
    padding: 0 0 40px 20px;
}

div#container-content:after {
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

div#content-head{
    width: 100%
}

div#content-upper{
    width: 100%;
}

div#content-upper p {
    line-height: 17px;
    font-size: 13px;
}

div#content-main{
    width: 100%;
}

div#maintext{
    width: 500px;
    margin: 0;
    float: left;
}

div#quotes{
    margin: 0 10px 0 0;
    font-size: 12px;
    font-style: italic;
    width: 130px;
    color: 999999;
    float: right;
}

/* ##################### */
/* footer container */
/* ##################### */
div#container-footer {
    clear: both;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0 !important;
    bottom: -1px; /* For Certain IE widths */
    height: 40px;}

/* ## bright line within footer */
div#brightline {
    background: #666666 url(bg3.jpg) repeat;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-right: 10px;
    text-align: right;
    font-size: 8px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 2.3;
}

