body {
  background: #ffffff;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Georgia, serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.preloader {
    position: absolute;
    top: -1000px;
    height: 100px;
    width: 100px;
    overflow: hidden;
}

#main_table {
    background: #9AC8E8;
}

a {
  text-decoration: none;
  color: #003399;
}

img {
    border: 0px;
}

#main_table {
    margin: 0 auto 0 auto;
    width: 950px;
    height: 650px;
}

#left_border {
    background-image: url(/images/border_left_white3.png);
    background-repeat: repeat-y;
    width: 56px;
}

#right_border {
    background-image: url(/images/border_right_white3.png);
    background-repeat: repeat-y;
    width: 56px;    
}

#footer {
    height: 34px;
    font-style: italic;
    text-align: center;
}

#left_column {
    float: left;
    padding: 5px 0 0 26px;
    height: 615px;
    width: 236px;
}

#right_column {
    height: 611px;
    width: 508px;
    padding: 24px 0 0 0;
    float: right;
}

#logo {
    margin: 20px 0 0 20px;
}

#small_box {
    background-image: url(/images/small_box.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width: 277px;
    height: 232px;
    margin: 40px 0 0 0;
}

#news {
    padding: 32px;
    font-size: 15px;
}

#border {
    padding-right: 52px;
}

span.heading {
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 17px;
}

#about {
    padding: 28px 36px 0 0;
    font-size: 14px;
}

#links {
    padding: 42px 0 0 20px;
    width: 260px;
}

.link img {
    float: left;
    border: 0;
    margin-right: 14px;
}

.link_text {
    height: 38px;
    padding: 8px 0 0 0px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}

.link a:link {
    text-decoration: none;
    color: #000000;
}

.link a:active {
    text-decoration: none;
    color: #000000;
}

.link a:visited {
    text-decoration: none;
    color: #000000;
}

.link a:hover {
    text-decoration: none;
    color: #003399;
}

.about_photo {
    background-image: url(/images/about/1.jpg);
}

.clothing_photo {
    background-image: url(/images/clothing/1.jpg);
}

#photo {
    background-repeat: no-repeat;
    background-position: left center;
}

div.selected {
    color: #003399;
}
