body {
	margin: auto;
	width: 954px;
	background-color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

img {
	border: 0px;
}

div {
	float: left;
}

a {
	color: #999;
}

#mainFrame {
	background-color: #000;
}

#leftCol {
	width: 170px;
	height: 660px;
	margin-top: 40px;
	font-size: 9px;
}

#leftCol a {
	color: #999;
	text-decoration: none;
}

#leftCol a:hover {
	color: #DDD;
}

#leftCol form {
	float: left;
	width: 150px;
	height: 55px;
	margin: 0px;
	color: #DDD;
	font-size: 10px;
}

#leftCol input {
	width: 140px;
	font-size: 11px;
	background-color: #333 !important;
	border: 1px solid #FFF;
	color: #FFF;
	filter:alpha(opacity=25);
	opacity: 0.25;
	-moz-opacity:0.25;
}

#leftCol input:hover {
	width: 140px;
	font-size: 11px;
	background-color: #333 !important;
	border: 1px solid #FFF;
	color: #FFF;
	filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
}

#cartSummary {
	width: 132px;
	height: 180px;
	padding: 5px 5px 5px 5px;
		margin-top: 28px;
	margin-bottom: 28px;
	background-color: #111;
	border: 1px solid #333;
}

#blogBox {
	width: 122px;
	height: auto;
	padding: 5px 15px 5px 5px;
	margin-bottom: 28px;
	background-color: #111;
	border: 1px solid #333;
}

#centerCol {
	width: 590px;
	height: 750px;
}

#rightCol {
	width: 194px;
	height: 715px;
}

#subMenu {
	width: 98px;
	height: 710px;
}

#subMenu div {
	position: absolute;
	width: 93px;
	font-size: 9px;
	text-align: right;
	color: #666;
}

#subMenu a {
	color: #666;
	text-decoration: none;
}

#subMenu a:hover {
	color: white;
}

#subMenu a:active {
	color: white;
}

#copyright {
	width: 938px;
	font-size: 9px;
	font-style: italic;
	text-align: center;
}