A:link
{
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
}
A:hover
{
  text-decoration: none;
  color: #909090;
  font-weight: bold;
}
A:active
{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}
A:visited
{
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

body
{
  background: #000000;

  margin-top: 2%;
  margin-right: 0px;
  margin-bottom: 4%;
  margin-left: 0px;
  padding-left: 0;
  padding-right: 0;
}

#logo
{
  top: 18%;
  background-image: url(images/logonewred.jpg);
  width: 580px;
  height: 145px;
}

#toprowzee
{
  width: 100%;
  height: 55px;
  
  background-color: #6D6D6D; 

  
}

#contentplace
{
  width: 100%;
  height: 60%;

  background-color: #000000;
  overflow: auto;
}

#footer
{
  width: 100%;
  height: 55px;
  
  background-color: #3D3D3D;
}


/*These settings control how the content text appears. Font, padding, color, size etc.*/
.contentindent
{  
  font-family: Arial, Verdana, Trebuchet;
  color: #FFFFFF;
  font-size: small;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 25px;

  overflow: auto;
}  


/*The following is all for the navigation bar.. touch it and I'll go medieval on you!*/
ul#navlist
{
  margin-left: 5;
  margin-top: 0;
  padding-top: 2%;
  padding-left: 0;
  white-space: wrap;
}

#navlist li
{
  display: inline;
  list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link
{
  font-family: Sans-Serif, Arial;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  background: url(images/buttom_background.gif);
  border: 1px solid #000000;
  text-decoration: none;
}

#navlist a:active
{
  font-family: Sans-Serif, Arial;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  background: url(images/buttom_background_lightness.gif);
  border: 1px solid #000000;
  text-decoration: none;
}

#navlist a:visited
{
  font-family: Sans-Serif, Arial;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  background: url(images/buttom_background.gif);
  border: 1px solid #000000;
  text-decoration: none;
}

#navlist a:hover
{
  font-family: Sans-Serif, Arial;
  color: #ffffff;
  font-size: 0.8em;
  font-weight: bold;
  background: url(images/buttom_background_lightness.gif);
  border: 1px solid #000000;
  text-decoration: none;
}



/*specials*/

.imgright
{
  float: right;
  border: 0px solid #6D6D6D;
  border-style: solid;
}
  

