#column1 {
  float: right;
  width: 420px;
}

#column2 {
  float: left;
  width: 520px;
}

#welcome {
  margin: 0 0 40px 0;
}

#welcome-men, #welcome-women {
  position: relative;
  display: block;
  width: 250px;
  height: 150px;
  margin: 0 0 20px;
}

#welcome-men .bottom, #welcome-women .bottom {
  position: absolute;
  display: block;
  padding: 0 0px 0;
  left: 0px;
  bottom: 0px;
  width: 250px;
  height: 22px;
  color: white;
  text-align: right;
  font-style: italic;    
}

#welcome-men .bottom a, #welcome-women .bottom a {
  padding: 0px 10px;
}

#welcome-men { background: url(img/welcome_m_top.png) no-repeat top left; }
#welcome-men .bottom { background: url(img/welcome_m_bottom.png) no-repeat bottom left; }
#welcome-women { background: url(img/welcome_w_top.png) no-repeat top left; }
#welcome-women .bottom { background: url(img/welcome_w_bottom.png) no-repeat bottom left; }

#welcome-men .bottom a, #welcome-women .bottom a {
  color: white;
  font-style: italic;  
}
  
#welcome-men h3, #welcome-women h3 {
  margin: 5px 8px 12px;
  padding: 0 0 3px;
  font-size: 18px;
  color: white;
  border-bottom: 1px dotted #e1e1e1;
}

#welcome-men { float: left; }
#welcome-women { float: right; }

#welcome-men ul, #welcome-women ul {
  margin: 4px 0px 0px 4px;
}

#welcome-men ul li, #welcome-women ul li {
  color: white;
  list-style-image: none;
}

#forum {
  clear: both;
}

#forum * h2 {
  width: 330px;
  margin-right: 10px;
  float: left;
}

#forum-e {
  margin: 0px 0px;
  padding: 7px 0px 2px;
  font-size: 14px;
  font-weight: bold;
  color: #c10000;
}

#forum-e a {
  color: #c10000;  
}

#forum-i {
  clear: left; 
}

#forum #last-forum div {
  clear: left;
  margin: 0px;
  padding: 10px 0px 0px;
}

#forum * ul.list {
  border-top: 1px dotted #c10000;
  margin: 0px 0 0 0px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

#forum * ul.list li {
  margin: 0px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  border-bottom: 1px dotted #c10000;
}

#forum * ul.list li a {
  display: block;
  height: 19px;
  text-decoration: none;
  padding: 1px 6px;
  color: #c10000;
}

/*#forum * ul li a span {
  display: block;
  height: 21px;
  padding: 1px 6px;
}*/

#forum * ul.list li a:hover {
  color: white;
  background: url(img/forum_over.png) repeat-x top left;
}

/*#forum * ul li a:hover {
  color: white;
  background: url(img/forum_over_l.png) no-repeat top left;
}

#forum * ul li a:hover span {
  color: white;
  background: url(img/forum_over_r.png) no-repeat top right;
}*/

#banner .rci .rci .rci {
  padding-bottom: 7px;
}

#banner * p {
  text-align: right;
  font-style: italic;
  margin: 0;
  padding: 0;
}

#miss {
  
}

#miss-tabs div {
  margin: 0;
  padding: 0;
}

#miss-tabs div p {
  display: block;
  float: left;
  height: 115px;
  width: 110px;
  padding: 0;
  margin: 13px 15px 5px 2px;
}

#miss-tabs div p img {
  border: 1px solid #c10000; 
  width: 110px;
}


#miss-tabs div p a {
  display: block;
  color: #c10000;
  font-weight: bold;
}

#news {
  clear: left;
  width: 420px;
}

#news * h3 {
  margin: 8px 0px 0px;
  padding: 0px;
  border: 0px;
  font-weight: bold;
  font-size: 1em;
}

#news * p {
  margin: 0 5 5 0;
  padding: 0 5px 8px 0px;
  border-bottom: 1px dotted #c10000; 
}

#news.std {
  width: 600px;
}

#news.std * ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#news.std * ul li {
  clear: both;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}


#news.std * h3 {
  position: relative;
  float: left;
  font-size: 12px;
  width: 80px;
  height: auto;
}

#news.std * h3 span {
  position: absolute;
  display: block;
  top: -9px;
  left: 600px;
  font-size: 1.8em;
  color: #8F8C80;
  border-top: 1px dotted #8F8C80;
  width: 400px;
  padding-top: 4px;
  padding-left: 4px;
}

#news.std * p {
  float: right;
  width: 480px;
  margin: 8px 0px 0px 0px; 
}

