.pagetitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFBF0;
  font-weight: normal;
}
.thumbtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #FFFBF0;
}
* {
    margin: 0;
    padding: 0;
}

body {
    background: #272727 repeat-x;
    font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
    text-align: center;
}

a:link, a:visited {
    color: #666;
    text-decoration: none;
}    

a:hover {
    color: #fff;
}

#border {
    position: relative;
    width: 730px;
    margin: 0 auto 0 auto;
    text-align: left;
}

#border .padder {
    margin: 14px 0 0 21px;
}

#logo {
    position: absolute;
    top: 38px;
    left: 22px;
}

#content {
    position: absolute;
        width: 730px;
    height: 596px;
    top: 122px;
    text-align: center;
    left: 0;
    
}

#content_port {
    position: relative;
    width: 600px;
    height: 600px;
    top: 22px;
    text-align: center;
    left: 0;
    
}

#port_links {
    position: absolute;
    width: 740px;
    height: 530px;
    top: 410px;
    text-align: center;
    left: 0;
    
}

#port_back {
    position: absolute;
    width: 740px;
    height: 530px;
    top: 720px;
    text-align: center;
    left: 0;
    
}

#copyright {
    position: absolute;
    top: 718px;
    width: 870px;
    text-align: center;
    color: #666;
}

#copyright_down {
    position: absolute;
    top: 770px;
    width: 820px;
    text-align: center;
    color: #666;
}

#copyright_up {
    position: absolute;
    top: 560px;
    width: 800px;
    text-align: center;
    color: #666;
}

#copyright_up2 {
    position: absolute;
    top: 470px;
    width: 800px;
    text-align: center;
    color: #666;
}

#navigation {
    position: absolute;
    top: 64px;
    right: 22px;
}

#navigation ul {
    list-style-type: none;
}

#navigation ul li {
    float: left;
    margin: 0 0 0 15px;
}

#navigation ul li a:link, #navigation ul li a:visited {
    display: block;
    color: #fff333;
    text-decoration: none;
}    

#navigation ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#navigation ul li a.selected {
    color: #fff;
}


.style_text {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
}
.style_text_small {
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ffffff;
}


