body {
    text-align: center;
    background-color: #6B6964;
    background-image: url('../img/grad.png');
    background-repeat: repeat-x;
}

#wrap {
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}

#left {
    color: #D6C8AD;
	text-align: left;
    -moz-border-radius-topleft: 10px;
    -webkit-border-radius-topleft: 10px;
    border: 5px solid #373331;
    width: 200px;
    float: left;
    min-height: 696px;
    margin-bottom: 5px;
    background-color: #953233;
}

#left h1 { 
    color: #D6C8AD;
    -moz-border-radius-topleft: 5px;
    -webkit-border-radius-topleft: 10px;
    margin: 0px; 
    font-size: x-large;
    display: block;
    text-align: center;
    font-variant: small-caps;
    border-bottom: 4px double #373331;
    padding-bottom: 4px;
    background-color: #674838;
}
#left h3 { 
    color: #332222;
    display: block;
    text-align: right;
    margin: 0px;
    border-bottom: 1px solid #373331;
    background-color: #62778C;
}

#left h4{
    display: block;
    text-align: center;
    font-family: "Georgia", serif;
    font-size: 14px;
    margin: 0px;
    color: #D6C8AD;
	border-bottom: 1px dotted #d6c8ad;
}

#left ul{
	text-align: right;
	margin: 0px;
	font-family: mono;
	padding: 0;	
}

#left ul li{
	border-bottom: 1px solid #373331;
	list-style: none;
	font-size: 12px;
	padding: 2px;
}

#center {
	font-family: Verdana, Arial, sans;
    margin-bottom: 5px;
    color: #111111;
	font-size: 12px;
    float: left;
    border: 5px solid #373331;
    min-height: 696px;
    width: 460px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #E3BA93;
	text-align: justify;
}

#center h1 {
	font-family: Palantino, Georgia, serif;
	padding: 5px;
    color: #ffffff;
    margin: 0px; 
	font-style: italic;
    font-size: x-large;
    display: block;
    text-align: right;
    border-bottom: 4px double #373331;
    background-color: #527C9A;
    padding-bottom: 4px;
    border-top: 1px solid #373331;
    border-collapse: collapse;
}

#center .title{	display: block;	float: right; font-weight: bold; }
#center .date{ display: block; float: left; }
#center .newsblock{	display: block; margin-left: 1em; margin-right: 1em; }
#center .newsblock p{ clear: both; font-size: 10px; line-height: 130%; }
#center h3{ color: #dddddd; display: block; margin: 0px; padding: 0px; border-bottom: 1px solid #373331; background-color: #674838; font-variant: small-caps; padding-bottom: 1px; }
#center p{ padding: 5px; }

#linkbar{ background-color: #445A77; text-align: center; padding-top: 3px; padding-bottom: 3px; border-bottom: 1px solid #373331; }
#linkbar a{ float: left; margin-right: 1em; display: inline; color: #c6c6c6; }
#linkbar { height: 1.2em; }
#linkbar span { float: right; display: inline; }

#right { margin-bottom: 5px; border: 5px solid #373331; float: left; width: 200px; min-height: 696px; background-color: #953233; text-align: justify; background-position: top; background-repeat: no-repeat; color: #D6C8AD; }

#right h1 { font-family: Verdana, Arial, sans; color: #D6C8AD; margin: 0px; font-size: x-large; display: block; text-align: center; font-variant: small-caps; border-bottom: 4px double #373331; background-color: #8A3E27; padding-bottom: 4px;}

#right h3 {  color: #dddddd; display: block; text-align: center; margin: 0px; border-bottom: 1px solid #373331; background-color: #674838; font-variant: small-caps; padding-bottom: 1px; }

#right .hi{ color: #e1e133; }

#right th span{ padding:2px; font-size: larger; background-color: #445A77; border: 1px solid #373331; }

table.playerlist {
	margin-top: 120px;
	font-size: 12px;
	font-family: mono;
	width: 100%;
    color: #D6C8AD;
}
td.pname {	color: #fff;
}

.row0 { background-color: #445a77; }
.row1 { }

#foot {
    font-variant: small-caps;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-radius-bottomrright: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-radius-bottomrleft: 10px;
    border: 3px solid #373331;
    clear: both;
    margin-top: 5px;
    background-color: #E3BA93;
    color: #111111;
}
