/*LAYOUT*/

html, body
{
    background-color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height:100%;
    text-align:left;
    color: #fff;
    background-image:url(/media/72/pagebackground.png);
    background-position:0 0;
    background-repeat:repeat-x;
}

table, td 
{
  vertical-align:top;
}

#page
{
    width: 1024px;
    margin:  0 auto 0 auto;
    min-height:100%;
    position:relative;
    font-size:1em;
    line-height:1.6em;
    background-color:#000;
}



#header
{
    margin-bottom: 0;
    color: #000;
    padding: 0;
    padding-left: 10px;
    padding-right:10px;
    padding-top:10px;
    background-image:url(/media/32/logotype.png);
    background-position:20px 1em;
    background-repeat:no-repeat;
    border-bottom: 1px #40F779 solid;
    height: 100px;
    text-align:right;
}

#topnavigation {
  margin: 0;
  position:relative;
  left:1px;
  top:66px;
  display:inline;
  text-align:left;
  float:right;

}
#topnavigation li {
  float:left;
  list-style:none;
  display:inline;
  margin:1px;
  padding: 0 0.5em;
   text-transform:uppercase;
  font-size:1.5em;
  font-family:sans-serif;
  font-weight:bold;
}

#topnavigation li a {
  color:#40F779;
  padding: 0 0.5em;
  text-decoration:none;
}


#topnavigation li a:hover {
  color:#fff;

}



#main
{
    color:#40F779;
    font-size:large; 
    padding-left: 20px;
    padding-right:20px;
    padding-bottom:30px;
    min-height:100%;
   
}

#main table {
  width:100%; 
  color:#40F779;
  line-height:1.6em;
}

#main a:link
{
    color: #034af3;
    text-decoration: underline;
}
#main a:visited
{
    color: #505abc;
}
#main a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
#main a:active
{
    color: #12eb87;
}

#main h2 { text-transform:uppercase}

#footer
{
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    height:158px;
    width:1024px;
        bottom:1em;
   background-image:url(/media/27/logo.png);
    background-position:37px 0;
    background-repeat:no-repeat;

}






































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.normal {
font-size:0.75em;
}

.firstLetter {
font-size:2em;
}

.title {
font-size:1.5em;
color:#fff;
}

.singleColumn {
width:300px;
}

