body {
  background-image: url(images/bodyBg.jpg);
  background-repeat: repeat-x;
  background-color: #F49AC1; 
  background-attachment: fixed;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #654A57; }

td {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #654A57; }
  
a {
  color: #DD3599;
  font-weight: bold; }
  
a:hover { color: #cc0099; }

#thumb a img {
  margin: 3px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #ff00cc; 
  border-top: 1px solid #ff00cc; }  
  
#mainContainer { width: 845px; }
  

.welcome {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  line-height: 15px; }
  
  
#panel_main {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #FFE6FC;
  margin-bottom: 5px;
  width: 845px;
  border: 1px solid #E580AB; }
  
  
#panel_post {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #FFE6FC;
  margin-bottom: 5px;
  width: 504px;
  float: left;
  border: 1px solid #E580AB; }
  
  
#panel_right {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #FFE6FC;
  margin-bottom: 5px;
  width: 165px;
  display: inline;
  float: left;
  border: 1px solid #E580AB; }
  
#panel_right a {
  width: 149px;
  text-align: left;
  display: block;
  background-color: #FFE6FC; 
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #F828A3;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none; }
  
#panel_right a:hover {
  background-image: url(images/aHover.gif);
  color: #fff; }
  
  
#panel_right2 {
  background-image: url(images/panel-bg.gif);
  background-repeat: repeat-x;
  background-color: #FFE6FC;
  margin-bottom: 5px;
  display: inline;
  width: 165px;
  float: right;
  border: 1px solid #E580AB; }
  
#panel_right2 a {
  width: 149px;
  text-align: center;
  display: block;
  background-color: #FFE6FC; 
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  color: #F828A3;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none; }
  
  
#columnHeader {
  background-image: url(images/columnHeaderBg.gif);
  background-repeat: no-repeat;
  font-family: Tahoma, sans-serif;
  font-size: 9px;
  line-height: 23px;
  width: 149px;
  margin-top: 10px;
  margin-bottom: 1px;
  height: 23px;
  font-weight: bold;
  color: #fff; }
  
  
li {
	text-align: left;
	list-style: none;
	margin-left: 10px;
}

ul {
	margin: 0px;
	padding: 0px;
}  