body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #ABABAB;
}

img {
	border: 0px;
}

a {
	color: #ABABAB;
}

#edge {
	height: 5px;
	width: 100%;
	background-color: #000;
}

#drawer {
	position: relative;
	display: block;
	background-color: #000;
}
#drawer div {
	padding: 25px;
	line-height: 16px;
}

#container {
	position: relative;
}

#mast {
	position: relative;
	border-bottom: 1px solid #464646;
	padding: 14px 8px 20px 20px;
}

#mast #handle {
	position: absolute;
	top: 0px;
	right: 15px;
}

#mast div.nav {
	float: right;
	padding-top: 25px;
	padding-right: 15px;
}
#mast div.nav img {
	padding-left: 10px;
}

#main {
	margin: 0 auto;
	padding-top: 50px;
}

div.onecolumn {
	margin: 0 auto;
	text-align: center;
}

div.leftcolumn {
	float: left;
	width: 60%;
	text-align: center;
}

div.rightcolumn {
	float: left;
	width: 30%
}

div.element {
	display: block;
	padding-bottom: 15px;
}

div.onecolumn div.element {
	text-align: left;
	width: 50%;
	margin: 0 auto;
}

div.element div.colorblock {
	float: left;
	width: 15px;
	height: 15px;
}
div.element div.storeblock {
	float: left;
	width: 15px;
	height: 15px;
	background-image: url('/images/tshirt_bg.gif');
}

div.element div.label {
	padding: 2px 0px 0px 25px
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 40px;
	width: 100%;
	background-color: #333;
	border-top: 1px solid #464646;
}
#footera {
	position: fixed;
	bottom: 20px;
	left: 20px;
	color: #555;
}
#footerb {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #555;
}
#footera a, #footerb a {
	color: #555;
}
#footera a:hover, #footerb a:hover {
	color: #ABABAB;
}