
	div.header{
		text-align: center;
	}

	table.top{
		width: 880px;
		background: url("images/solid4.png") 50% 50% repeat;
		border-style:solid;
		border-color: #8f6e3b;
	}

	table.top td{
		padding: 0px 0px 0px 0px;
	}


	div.centered{
		text-align: center;
		margin-left:auto; 
		margin-right:auto;
	}

	div.centered table{
	margin-left:auto; 
	margin-right:auto; 
	
    }

	
	table.nested1{
		width: 190px;
		height: 600px;
		background: url("images/texture1.png") 50% 50% repeat;
		padding: 10px 10px 10px 10px;
	}

	table.nested2{
		width: 650px;
		height: 600px;
	    background: url("images/texture1.png") 50% 50% repeat;
		padding: 10px 10px 10px 10px;
	}

	table.player{
		padding: 0px;
		border-spacing: 5px;
	}

	th.playertitle{
		padding: 0px;
		color: #7a5f2f;
		text-align: center;
		font-size: 18pt;
		border-collapse: collapse;
	}

	td.playerphoto{
		text-align: center;
		background: #8f6e3b;
		border-width: 5px;
		border-color: #8f6e3b;
		border-style: solid;
	}



	td.playerdata{
		text-align: center;
		background: #334255;
		border-style: solid;
		border-width: 5px;
		border-color: #8f6e3b;
		color: #aa8340;
		font-size: 14pt;
		border-collapse: collapse;
	}	

	td {
		vertical-align: top;
	}

	div.footer{
	text-align: center;
	color: white;
	}

	img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
	}

	ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}

	li{
	background-image: url(images/marker.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 14px; 
	}

	a:link {
	color: #aa8340;
	text-decoration: none;
	}

	a:visited {
	color: #7a5f2f;
	text-decoration: none;
	}

	a:hover {
	color: #334255;
	font-size: 18; 
	font-weight: bold;
	text-decoration: underline overline;
	}

	h5 {
	color:  #7a5f2f;
	}
	
	h4 {
	color:  #7a5f2f;
	}

	h3 {
	color:  #7a5f2f;
	}

	h2 {
	color:  #7a5f2f;
	}

	h1 {
	color:  #7a5f2f;
	}

	p {
	color:  #7a5f2f;
	}

	div.breadcrumbs {
	color:  #7a5f2f;
	}