html, body
{
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    color: #555555;
    font-family: Arial, Verdana, Lucida, Helvetica;
    text-align: justify;
    font-weight: 500;
}

#header
{
    position: fixed;
    top: 0px;
    z-index: 1;
    width: 100%;
    clear: both;
    height: 175px;
    text-align: center;
    background-color: #f4f4f4;
    background-image: url(img/logo/logoback.png);
    background-repeat: repeat-x;
}

#left
{
    position: fixed;
    top: 160px;    
    width: 200px;
    z-index: 1;
    border-right: 2px groove black;
}

#right
{
    position: fixed;
    top: 160px;
    right: 0px; 
    width: 150px;
    z-index: 1;
    border-left: 2px groove black;
}

#news
{
    padding: 5px;
    text-align: center;
    font-family: Lucida, Arial, Verdana, Helvetica;
}

#news a
{
    color: #0099CC;
    text-decoration: none;
}

#news a:hover
{
    color: #003366;
    text-decoration: none;
}

#news em
{
    color: #0099cc;
}

#bodycontent
{
    position: absolute;
    padding-bottom: 50px;
    top: 175px;
    right: 170px;
    left: 210px;
}

em
{
    color: #0099cc;
}

#bodycontent a
{
    color: #0099CC;
    text-decoration: none;
}

#bodycontent a:hover
{
    color: #003366;
    text-decoration: none;
}

#wdcI
{
    float: left; 
    width: 50%;
    text-align: center; 
    border: 1px groove black; 
    padding: 15px;
}

#wdcII
{
    float: right; 
    text-align: center; 
    padding: 15px;
}

#pf
{
    font-size: 2em;
    padding: 5px;
}

#pf a
{
    color: #003366;
    text-decoration: none;
}

#pf a:hover
{
    color: #0099CC;
    text-decoration: none;
}

#siteport
{
    width: 80%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666666;
    text-align: left;
}

#siteportimg img
{
    float: right;
    width: 200px;
    height: 120px;
    border: 4px ridge #CCCCCC;
}

#portimg
{
  padding: 20px;
  text-align: center;
}

#portimg img
{
  border: 5px ridge #CCCCCC;
}

#portdesc
{
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}

#minidesc
{
  text-align: justify;
  margin-right: 220px;
  margin-top: -15px;
}


#footer
{
    background-image: url(img/misc/footer.png);
    background-repeat: repeat-x;
    width: 100%;
    position: fixed;
    bottom: 0px;
    color: #ffffff;
    height: 40px;
    clear: both;
}

#footertext
{
  text-align: center;
  padding-top: 10px;
}

#footerrightimg
{
  float: right;
  margin-right: 10px;
  padding-top: 4px;
}

#footerleftimg
{
  width: 88px;
  margin-left: 10px;
  padding-top: 4px;
  float: left;
}

#footer a
{
    color: #6BC1DE;
    text-decoration: none;
}

#footer a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}