body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ADADAD;
	background: #000;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

a {
	color: #B60909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

input[type=text], textarea {
	font-size: 11px;
	padding: 1px;
	border: 1px solid #ADADAD;
	margin: 0px;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 870px;
	margin: auto;
}

#banner {
	height: 162px;
}

#logo {
	float: left;
	width: 159px;
	height: 102px;
}

#player {
	float: right;
	width: 240px;
	height: 90px;
	margin-top: 12px;
}

#mainmenu {
	height: 55px;
}

#footer {
	border-top: 1px solid #ADADAD;
	font-size: 10px;
	line-height: 20px;
}

.itemtitle {
	color: #B60909;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	height: 25px;
	border-bottom: 1px solid #ADADAD;
}

.newstitle {
	color: #B60909;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	line-height: 25px;
}

.newstext {
	margin-bottom: 20px;
}

.price {
	color: #FFBA00;
}