
body {
    /* fallback */ 
    background: #262626 url(../images/bg3.gif) repeat-x;
    /* Safari 4-5, Chrome 1-9 */ 
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#666666), to(#000)); 
    /* Safari 5.1+, Chrome 10+ */ 
    background: -webkit-radial-gradient(circle, #666666, #000); 
    /* Firefox 3.6+ */ 
    background: -moz-radial-gradient(circle, #666666, #000); 
    /* IE 10 */ 
    background: -ms-radial-gradient(circle, #666666, #000);
    margin: 0; padding:0;
}

#Container {
    width: 100%;
    margin-top: 0%;
    z-index: 0;
    position: relative;
}

#minMax {
    position: relative;
    background-color: #000;
    min-width:50%; 
    max-width:60%;   
    padding: 0px; 
    margin:0px auto 0px 19%;
    border-top: 0px solid #535353;
    border-right: 1px solid #535353;
    border-left: 1px solid #535353;
    border-bottom: 0px solid #535353;

}

#header {
    border-bottom: 0px solid #e0e0e0;
    width: 100%;
    margin-bottom: -5px;
    padding: 0px;
    background-color: #000;
}

#wrapper {
    overflow:hidden;
}

#topbar {
    width:100%; 
    height: 45px; 
    float:left; 
    background:#000;
    margin: 0px;
    padding: 0px;
}

#leftcolumn {
    float:left; 
    width:20%; 
    min-height: 100%;
    height: 100%;
    background:#000;
}

#rightcolumn {
    float:right; 
    width:20%; 
    background-color:#000;
    color: #fff
}

#maincontent {
    float:left; 
    width:60%; 
}

#footer {
    clear:both; 
    width: 100%; 
    background:#000; 
    border-top: 1px solid #e0e0e0; 
    text-align: center;
    font-size: 0.75em;
    color: #666666;
}

/* topography */
h1 {
    font-size: 2em; margin:0; padding:2px 0 0 0; color:#fff;
}

h2 {
    font-size:1.5em; margin:0; padding:0; color:#fff;
}

#header p {
    color:#fff;
}

/* Make content area specific. R.Content stands for Right column etc. */
.content {
    float: left;
    padding-bottom:5px; 
    padding-left:5px;
    padding-right:5px;
    color:#fff;
    background-color: #000;
}

p {
    font-size:90%; 
    line-height:1.5em; 
    margin:0; 
    padding:5px 0;
}

.IntroText{
    position: absolute;
    top: 70%;
    right: 10%;
    width: 50%;
    z-index: 0;
    color: #e0e0e0;
    display: block;
    overflow: hidden;
}
/* images */
.hdrimage {
    padding: 0px; 
    width: 100%;
    z-index: -2;
}

.TopBarLinks {
    border: 0px; 
    width: 11.5%; 
    height: 80%;
} 

.TopBarSpacer {
    border: 0px; 
    width: 19.5%; 
    height: 80%;
}

img.fz {
    position: fixed; 
    height: 100%; 
    bottom: 0px; 
    left: 0px; 
    z-index: 1;
} 

img.mz {
    position: fixed; 
    height: 90%; 
    bottom: 0px; 
    right: 0px; 
    z-index: 1;
} 

/* links */
#leftcolumn a:link {
    text-decoration: none; 
    color: #b1b1b1;
}
#leftcolumn a:visited {
    text-decoration: none; 
    color: #747170;
}
#leftcolumn a:active {
    text-decoration: none
}
#leftcolumn a:hover {
    text-decoration: none; 
    color: #e0e0e0;
}

.sub{
    color: #b1b1b1;
    background: url(../images/blackbuttontemplate.png) no-repeat;
    width: 80%;
    height: 25px;
}

.sub1{
    color: #b1b1b1;
    background: url(../images/blackbuttontemplate.png) no-repeat;
    width: 75%;
    height: 25px;
}