/* sets the total width of the webpage, 62.50em = 1000px */
div#root table#root_table {
  width: 1000px;
  margin: 0px auto;
}

/* sets the left column width and margins */
div#guildMain table tr td#column_0 {
  width: 175px;
}

/* sets the middle column width and margins */
div#guildMain table tr td#column_1 {
  width: 40px;
}

/* sets the right column width and margins */
div#guildMain table tr td#column_2 {
  width: 750px;
}

ul li {
background:transparent no-repeat scroll 0px 1px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:18px;
}

<style type="text/css"> 
<!-- 
.downed {color: #FF9933}
.title {color: #cc9900;font-size:12px}
--> 
</style>

