body {
        background-color: #F7F7F7;
        color: #000000;
        font-family: sans-serif;
        font-size: 12px;
		text-align: center;
}
h1, h2, h3 {
        margin: 0px;
        padding: 0px;
}
#wrapper {
        background-color: #FFFFFF;
		border: 1px solid #000000;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
        width: 700px;
}
#sky {
		position: absolute;
		top: 0;
		right: 0;
}
#header {
        width: 700px;
}
#navigation {
        background: #000000 url("images/title.png") repeat-x;
        color: #FFFFFF;
        margin: 1px;
        padding-bottom: 7px;
        padding-top: 7px;
        text-align: center;
        width: 698px;
}
#filters {
        float: left;
        margin: 35px;
}
#search {
        float: right;
        margin: 35px;
        text-align: right;
}
#content {
        clear: both;
        padding-left: 15px;
        padding-right: 15px;
}
#copyright {
        margin: 10px;
        text-align: center;
}
a {
        color: #808080;
        font-weight: bold;
}
a:hover {
        color: #000000;
}
#navigation a, .table_top_title a {
        color: #FFFFFF;
}
#navigation a:hover, .table_top_title a:hover {
        color: #FFFFFF;
        text-decoration: none;
        border-bottom: 1px dashed;
}
.table_border {
        border: 1px solid #000000;
        margin-bottom: 20px;
        padding: 1px;
		width: 100%;
}
.table_top_title {
        background: #000000 url("images/title.png") repeat-x;
        font-size: 12px;
        color: #FFFFFF;
        font-weight: bold;
        padding-top: 7px;
        padding-bottom: 7px;
        text-align: center;
}
.table_top_rank {
        background-color: #DCDCDC;
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
}
.table_top_description {
}
.table_top_banner {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
}
.table_top_stats {
        background-color: #DCDCDC;
        padding: 2px;
		font-size: 12px;
}
.table_top_rating {
        background-color: #DCDCDC;
        text-align: center;
}
.table_title {
        background: #000000 url("images/title.png") repeat-x;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
}
.table_rank {
        background-color: #DCDCDC;
        font-size: 16px;
        font-weight: bold;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
}
.table_description {
        width: 100%;
}
.table_stats {
        background-color: #DCDCDC;
        padding: 2px;
        text-align: center;
}
.stats_top {
        background: #000000 url("images/title.png") repeat-x;
        width: 14%;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: bold;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
}
.stats_left {
        background-color: #DCDCDC;
        font-weight: bold;
        width: 14%;
		font-size: 12px;
}
.stats1 {
        background-color: #DCDCDC;
        width: 14%;
        text-align: center;
		font-size: 12px;
}
.stats2 {
        background-color: #FFFFFF;
        width: 14%;
        text-align: center;
		font-size: 12px;
}
.darkbg {
		background-color: #737373;
		color: #FFFFFF;
}
.mediumbg {
        background: #000000 url("images/title.png") repeat-x;
        color: #FFFFFF;
        font-size: 12px;
        font-weight: normal;
        padding-top: 5px;
        padding-bottom: 5px;
}
.lightbg {
        color: #000000;
        background-color: #FFFFFF;
}
.lightbgalt {
        color: #000000;
        background-color: #DCDCDC;
}

table {
        width: 100%;
		font-size: 12px;
}
img {
        border: 0px;
}
textarea, input, select {
        background: #000000 url("images/title.png") repeat-x;
		color: #FFFFFF;
        border-width: 1px;
        border-style: outset;
        border-color: #000000;
        font-size: 12px;
        font-weight: bold;
}
.join_edit_error {
        background-color: #F0F0F0;
        border: 1px solid #FF0000;
        padding: 2px;
}
a.help {
        color: #808080;
        font-weight: bold;
}
a.help:hover {
        color: #000000;
}