BODY {
  margin:   0px;
  padding:  0px;
  
  background-image:    url(../images/bg-ice.jpg);
  background-repeat:   repeat-x;
  background-position: 0px 25px;
  background-color:    #000000;
}

A {
  color:            #C5DFF7;
  text-decoration:  none;
}

A:hover {
  text-decoration:  underline;
}

#top-links {
  background-image:    url(../images/bg-top.jpg);
  background-repeat:   repeat-x;
}

#top-links-ice {
  background-image:    url(../images/bg-links.jpg);
  background-repeat:   no-repeat;
  background-position: center;
}

#top-networks {
  padding:      5px;
  height:       15px;
  font-family:  Verdana, Tahoma, Arial;
  font-weight:  bold;
  font-size:    10px;
  color:        #C5DFF7;
  text-align:   right;
}

#top-border {
  height:              92px;
  background-image:    url(../images/bg-iron.jpg);
  background-repeat:   repeat-x;
}

#top-art {
  position:            relative;
  height:              92px;
  background-image:    url(../images/bg-logo.png);
  background-repeat:   no-repeat;
  background-position: center;
}

#top-logo {
  position:     absolute;
  top:          -94px;
  height:       125px;
  width:        813px;
}

#cnt-box {
  position:            relative;
  height:              562px;
  width:               813px;
  background-image:    url(../images/bg-parch.jpg);
  background-repeat:   repeat-y;
}

#cnt-main {
  height:              534px;
  width:               813px;
  background-image:    url(../images/bg-main.jpg);
  background-repeat:   no-repeat;
}

#cnt-intro {
  float:        left;
  position:     relative;
  width:        490px;
  text-align:   left;
}

#cnt-carousel {
  position:     absolute;
  top:          -50px;
  width:        490px;
  height:       300px;
}

#cnt-sidebar {
  float:        right;
  padding-top:  30px;
  width:        323px;
  text-align:   center;
}

#cnt-footer {
  height:              28px;
  background-image:    url(../images/footer.jpg);
  background-repeat:   no-repeat;
}

#welcome {
  padding-top:    280px;
  padding-left:   15px;
  padding-right:  15px;
  font-family:    Tahoma, Verdana, Arial;
  font-size:      16px;
  color:          #000000;
  text-align:     left;
}

.title {
  font-weight:  bold;
  font-size:    20px;
  color:        #297CBE;
}

.flash-error {
  padding:      10px;
  font-family:  Tahoma, Verdana, Arial;
  font-size:    12px;
  color:        #FFFFFF;
}