/*main design*/

html, body {
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

.content {
	margin: 10px auto;
	width: 780px;
}

.header {
	background-image: url('images/header.gif');
}

.body {
	background-image: url('images/background.gif');
	color: #000;
	padding: 0 20px 0 20px;
}

.footer {
	font-size: 10px;
	position: relative;
	text-align: center;
	top: 0px;
}

div.menu {
	float: left;
}

ul.menu {
	background-image: url('images/background_menu.gif');
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	margin: 0 0 0 20px;
	padding: 2px 0 2px 0;
}
ul.menu li a {
	color: #FFD823;
	font-weight: bold;
}

.pagetitle {
	margin: 0 0 20px 0;
	text-align: center;
}

.sectiontitle {
	margin: 20px 0 5px 0;
}

.frametable a, .wallpaper a {
	color: #FFD823;
}

.frametable {
	border: 0:
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 99%;
}

.frametable .content {
	background-image: url('images/background_frame.gif');
	font-weight: bold;
	color: #FFD823;
	padding: 5px;
}

.title {
	font-family: Times New Roman, serif;
	font-size: 17px;
	color: #FFD823;
	font-weight: none;
}

.title .firstletter {
	color: white;
}

td.content ul {
	margin: 3px 3px 3px 20px;
	list-style-image: url('images/list_image_1.gif');
}

td.content ul li {
	color: black;
	font-weight: bold;
	margin: 0 0 5px 0;
	min-height: 25px;
}

/*downloads*/

.wallpaper {
	padding: 0 0 20px 0;
}

.wallpaper img {
	background-image: url('images/wallpaper_thumbnail_bg.gif');
	float: left;
	height: 150px;
	margin: 0 0 0 40px;
	padding: 11px;
	width: 200px;
}

.wallpaper ul {
	background-image: url('images/wallpaper_thumbnail_bg.gif');
	color: #FFD823;
	height: 141px;
	list-style-image: url('images/list_image_1.gif');
	margin: 0 0 0 290px;
	padding: 20px 11px 11px 43px;
	width: 168px;
}

.wallpaper ul li {
	font-weight: bold;
	height: 25px;
}

/*news*/
.newstext {
	color: black;
	font-weight: normal;
}

/*tournaments*/

.tournamentdata {
	width: 100%;
}

.tournamentdata td {
	color: black;
	font-weight: normal;
}

/*lists*/
.listrow td {
	border-right: 1px solid #000;
	padding: 5px;
}