body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: -1;
}

#header {
	height: 153px;
	width: 100%;
	background-color: black;
	opacity: 0.3;
	filter:alpha(opacity=30);
}

#title {
	position: absolute;
	top: 43px;
	left: 63px;
}

#menu {
	position: absolute;
	top: 108px;
	left: 50px;
}

#menu a, #menu span {
	padding-left: 80px;
	color: white;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu span {
	font-weight: bold;
}

#shop {
	width: 800px;
	background-image: url('images/transparent_background.png');
	margin: 1em auto;
	color: white;
	font-family: Verdana;
	font-size: 12px;
	padding: 10px;
}

#products {
	margin: 1em auto;
	width: 600px;
}

#shop_blurb {
	text-align: center;
	font-size: 15px;
}

.product {
	float: left;
	width: 300px;
	text-align: center;
}

.product_label {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.product form {
	margin: 10px 0px 0px 90px;
	text-align: left;
}

.product input[type="image"] {
	margin-top: 10px;
}

.med_tshirt_pic {
	width: 250px;
}

.label {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

#blog_frame {
	width: 750px;
	height: 500px;
	margin: 40px 0px 0px 15px;
}

.clear {
	clear: both;
}