body {
	color: #e6e6e6;
	background: #000000;
	margin: 0;
	font: 12px "Lucida Grande", LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:link, a:active, a:visited {
	color: #b3b3b3;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

.inlineimg {
	vertical-align: middle;
}

.wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: right;
}

#header {
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #333333;
	font-size: 10px;
	color: #4c4c4c;
	text-align: center;
}

#submenu {
	line-height: 24px;
	background: url(images/submenu-back.gif) repeat-x;
	margin-bottom: 10px;
}

#submenu #left {
	background: url(images/submenu-left.gif) no-repeat;
	width: 11px;
	height: 24px;
	float: left;
}

#submenu #right {
	background: url(images/submenu-right.gif) no-repeat;
	width: 11px;
	height: 24px;
	float: right;
}

#submenu .item {
	margin-right: 1em;
	margin-left: 1em;
}

#submenu .item-hot {
	margin-right: 1em;
	margin-left: 1em;
	background: url(images/submenu-hot.gif);
}

.set-item {
	font-size: 15px;
	text-align: left;
	font-weight: bold;
	padding: 10px 2px;
	border-bottom: 1px solid #191919;
	line-height: 48px;
	clear: both;
}

.set-item .logo {
	float: left;
	margin-right: 15px;
}

.set-item .right {
	float: right;
	color: #666;
	font-size: 12px;
	line-height: 48px;
}

.set-item .right img {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-right: 3px;
	padding-left: 3px;
}

.subfooter {
	color: #666;
	font-size: 9px;
	line-height: 20px;
}

.subfooter .right {
	float: right;
}