@charset "utf-8";

body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-image:url(../images/background.png);
	background-repeat:repeat;
}
#sideL {
	background-image: url(../images/side_header_L.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 17px;
	width: 220px;
	height: 31px;
	color: #ffa800;
	text-shadow: 0.1em 0.1em #000;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#sideR {
	background-image: url(../images/side_header_R.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 17px;
	width: 220px;
	height: 31px;
	color: #ffa800;
	text-shadow: 0.1em 0.1em #000;
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.button {
	width: 145px;
	height: 40px;
	text-align:center;
	top: -1px;
}
.button a {
	text-shadow:0.1em 0.1em #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.button a:visited {
	color: #fff;
	text-decoration: none;	
}
.button a:hover {
	color: #fff;
	text-decoration: none;	
}
.button:hover {
	color: #fff;
	width: 145px;
	height: 40px;
	background-image: url(../images/button_highlight.png);
	background-repeat: no-repeat;
}
#pay {
	height: auto;
	width: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
}
#donate {
	width:120px;
	height:30px;
	background-image: url(../images/donate.png);
	background-repeat:no-repeat;
	background-position: center top;
	padding-top:6px;
}
#donate a  {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#FFF;
	text-shadow: 0.1em 0.1em #000;
	font-size: 14px;
	margin-top: 20px;
}
.donators {
	text-align: center;
}
.game {
	background-image: url(../images/games.png);
	background-repeat: no-repeat;
	width: 139px;
}
#footer  {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666;
	font-size: 9px;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 0.1em 0.1em #000;
	color: #ffa800;
	font-size: 16px;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color: #222c33;
	font-size: 14px;
}
h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
}
.rh1 {
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow: 0.1em 0.1em #000;
	color: #ffa800;
	font-size: 14px;
	font-weight:bold;
	height:50px;
}
.rh2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight:bold;
}
.rh3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-size: 12px;
}
.rh3 a{
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
}
.rh3 a:visited{
	font-family: Tahoma, Geneva, sans-serif;
	color: #222c33;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
}
.rh3 a:hover{
	font-family: Tahoma, Geneva, sans-serif;
	color: #ffa800;
	font-weight:bold;
	font-size: 12px;
	text-decoration:none;
}