body {
    margin:0 auto;
	padding:0;
	width:950px;
	font-size:12px;
	background:#000000;
	color:#000B00;
}
img {
    border:none;
}
a:link {
    text-decoration:none;
	color:#000B00;
}
a:visited {
    text-decoration:none;
	color:#000B00;
}
a:hover {
    text-decoration:underline;
	color:#383C3C;
}
a:active {
    text-decoration:underline;
	color:#383C3C;
}

#container {
    background:#FFFFFF;
}

#topbanner {
    width:950px;
	height:250px;
	background:url(img/topbanner.gif) top no-repeat;
}

#linkarea {
    margin:0;
	padding:0;
    width:950px;
	height:51px;
}
#linkarea li {
    float:left;
    list-style:none;
}

#brand {
    clear:both;
	margin:0 0 16px;
	width:950px;
}
#brand table {
    clear:both;
    margin:0;
	padding:0;
	border:none;
	background:#FFFFFF;
}
#brand table tr {
	vertical-align:top;
}

#category {
    clear:both;
    float:right;
	display:block;
	margin:0;
	padding:15px 0;
	width:220px;
	height:320px;
    background:rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#88000000', endColorstr='#88000000',GradientType=1 );
	color:#FFFFFF;
}
#category li {
    margin:0 0 8px 20px;
	padding:0;
	list-style:none;
	font-weight:bolder;
}
#category a:link {
    text-decoration:none;
	color:#FFFFFF;
}
#category a:visited {
    text-decoration:none;
	color:#FFFFFF;
}
#category a:hover {
    text-decoration:none;
	color:#FFFF00;
}
#category a:active {
    text-decoration:none;
	color:#FFFF00;
}

.title {
    padding:15px 0 8px;
}
.title p {
    margin:0 10px;
    padding:0 0 2px;
	font-weight:bolder;
	border-bottom:#999999 1px solid;
    color:#2B2B2B;
}
.itembox {
    padding:5px 10px;
    width:170px;
	vertical-align:top;
	text-align:center;
}
.itembox img {
    margin:0 0 3px;
}

#foot {
    margin:13px 0 0;
	padding:15px 0;
	text-align:center;
	font-weight:bolder;
	background:#000000;
}
#foot a:link {
    text-decoration:none;
	color:#FFFFFF;
}
#foot a:visited {
    text-decoration:none;
	color:#FFFFFF;
}
#foot a:hover {
    text-decoration:none;
	color:#949495;
}
#foot a:active {
    text-decoration:none;
	color:#949495;
}
