body {
	background-color: #869F85;
	background-image: url(images/tile.png);
	background-repeat: yes;
	font-family: Calibri, Verdana, Tahoma, Arial, sans-serif, Helvetica;
}

#header {
	width: 800px;
	height: 240px;
	background-image: url(images/banner3.gif);
	background-repeat: no-repeat;
	border: 2px solid black;
	/* border-bottom-width: 0px; */
	font-family: Verdana;
}

.link {
	text-decoration: none;
	color: #000000;
}

#playing {
	width: 500px;
	max-height: 100%;
	position: absolute;
	border: 0px solid black;
	border-left-width: 0px;
	text-align: left;
	overflow: none;
}

#playing h1 {
	color: black;
	font-size: 20px;
}

#playing a:link {
	color: #3D3C3A;
}

#playing h1 {
	color: black;
	font-size: 20px;
}

#playing h2 {
	font-size: small;
	font-weight: bold;
	
}

#playing ul {
	list-style: none;
	font-family: Verdana, sans-serif;
}

#playing ul li {
	font-size: small;
	color: #3D3C3A;
}

#playing .small {
	font-size: x-small;
	color: #3D3C3A;
}

.nav a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.nav a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.nav a:hover {
	color: #ACC6B7;
	text-decoration: none;
}

.nav a:active {
	color: #ACC6B7;
	text-decoration: none;
}

.special a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.special a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.special a:hover {
	color: #B91313;
	text-decoration: none;
}

.bar {
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	vertical-align: top;
	width: 800px;
}

.box {
	width: 800px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 5px; 
	padding: 0px; 
	vertical-align: top; 
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 2px;
	text-align: left;
}

.box .title {
	padding-top: 5px;
	padding-left: 50px;
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 10px;
	overflow: none;
	font-weight: bold;
	/* height: 30px; */
}

.box .titlebig {
	font-size: 120%;
}

.box .titlesmall {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 75%;
	font-weight: lighter;
	overflow: none;
}

.box p {
	text-indent: 15px;
	padding-left: 25px;
	padding-right: 10px;
}

.box img.float {
	//margin-left: 100px;
	float: left;
	margin-right: 5px;
}

.box .box_link a:link {
	text-align: center;
	vertical-align: middle;
	color: #000000;
	text-decoration: none;
	display: block;
	/* width: 100%;
	height: 32px; */
}

.box .box_link a:visited {
	text-align: center;
	color: #000000;
	text-decoration: none;
	display: block;
	/* height: 32px; */
}
.box .box_link a:hover {
	color: white;
	text-decoration: none;
	/* background: #5B5B5B; */
	background: black;
	/* height: 32px; */
}

.box td {
	border-top: 2px solid black;
}

.tip {
	font:10px/12px Arial,Helvetica,sans-serif;
	border:solid 1px #666666;
	width:270px;
	padding:1px;
	position:absolute;
	z-index:100;
	visibility:hidden;
	color:#333333;
	top:20px;
	left:90px;
	background-color:#ffffcc;
	layer-background-color:#ffffcc;
}

.steamtip {
	font-size: small;
	font-family: Calibri, Verdana, Arial, sans-serif;
	border: solid 1px #767679;
	list-style: none;
	width: 250px;
	padding: 2px;
	color: #FFFFFF;
	background-color: #262627;
	layer-background-color: #262627;
	top: 20px;
	left: 90px;
	position: absolute;
	z-index: 100; 
	visibility: hidden;
}

.footer {
	color: #FFFFFF;
	/* color: #ACC6B7; */
	font-size: x-small;
}
