@charset "UTF-8";
/* CSS Document */

#content
{

width:798px;
margin:auto;
padding:4px;
border: solid #AC9B83;
border-width: 0px 1px;
min-height:730px;
text-align:left;
line-height:13pt;
padding:0;
font-family: sans-serif;
font-size: 10pt;
}

#content img{
border:none;
padding: 0 0 0 10px;
}

.bg3{
background: url('img/background3.jpg') no-repeat bottom #fff;
}

.bg2{
background: url('img/background2.jpg') no-repeat bottom #fff;
}

.bg1{
background: url('img/background.jpg') no-repeat bottom #fff;
}

#player{
padding:0 20px;
}

#player img{
	padding:0;
}

#content #playerlist img{
float:none;
padding:0;
}

h1{
font-size:1.6em;
font-weight:bold;
line-height:1.5em;
}

h2{
font-size:1.4em;
font-weight:500;
line-height:1em;
margin: 15px 0 5px;
font-style:normal;
}

h3{
font-size:1em;
font-weight:bold;
line-height:1em;
margin: 5px 0;
font-style:italic;
}

a.more-link{
	font-style:italic;
	
}

ul{
	margin:0 0 100px 0;
	padding:0;
	}
li{
	list-style:none;
	margin: 10px;
	border: solid #CCCCCC;
	border-width: 0 0 1px 0;
	min-height:125px !important;
	padding-bottom:10px;
	
	}
#content li img{
	float:right;

	}
	
ul.list{
	
	}
.list li{
	border:none;
	list-style:circle;
	height:auto;
}