﻿/* remember to define focus styles! */
body {
	background-position: center top;
	margin: 0px;
	color: black;
	background: #9D9FA2;
	background-image: url('images/bg.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/* tables still need 'cellspacing="0"' in the markup */
#wrapper {
	width: 970px;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
}
#designedby {
	margin: 0px;
	padding: 10px;
	text-align: center;
	font-size: 80%;
}
#designedby a {
	color: #99CCFF;
	text-decoration: none;
	font-weight: bold;
}
#designedby a:hover {
	color: #0080FF;
	text-decoration: none;
	font-weight: bold;
}
#outer-wrapper {
	width: 1020px;
	background-image: url('images/content-bg.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px auto 0px auto;
}
#banner {
	background-color: #000000;
}
#topMenu {
	text-align: center;
	background-color: #7F7C7C;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #999999;
	background-image: url('images/menuBg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	height: 36px;
	line-height: 36px;
}
#topMenu a {
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	line-height: 36px;
	height: 36px;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
}
#topMenu a:hover {
	text-decoration: underline;
}
#left {
	width: 210px;
	float: left;
	background-color: #EEEEEE;
	padding: 20px 20px 20px 10px;
}
#main {
	float: left;
	width: 650px;
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	background-color: #333333;
	color: #808080;
	font-size: 80%;
	text-align: center;
	padding: 30px;
}
.leftmenu {
	border-radius: 8px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 210px;
}
.leftmenu li {
	padding-left: 20px;
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.leftmenu li a {
	display: block;
	color: #666666;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding: 4px 0px 4px 0px;
}
.leftmenu li a:hover {
	color: #0053A6;
}
h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 7px;
}
.player_profile {
	width: 140px;
	float: left;
	font-size: x-small;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #C0C0C0;
	height: 300px;
	margin-bottom: 5px;
}
.player_profile img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}
.new_gallery {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pictures
{
border:1px solid #000000
}
.new_gallery li {
	float: left;
}
.new_gallery li img {
	margin: 5px;
	border: 1px solid #333333;
}
.galleryP {
	clear: both;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}
.cms {
	clear: both;
	text-align: center;
}
.cms a {
	color: #CCCCCC;
	font-size: 80%;
	text-decoration: none;
}
.cms a:hover {
	color: #B0B0B0;
	text-decoration: none;
}
#main a {
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}
#main a:hover {
	color: #808080;
	text-decoration: none;
	font-weight: bold;
}
.centered {
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.ZeroBorder {
	border-width: 0px;
}

