body {
	background-color: #e7e7e6;
	color: #000000;
	font-family: Helvetica,arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	
	//font-family: 'Yanone Kaffeesatz', sans-serif;
	//font-size: 16px;
	font-weight: 200;
}
#container {
	width: 950px;
	margin-left: -475px;
	position: absolute;
	left: 50%;
}
#content {
	background-color: #ffffff;
	padding: 25px;
	margin-top: 238px;
}
#header {
	background-image: url(header.jpg);
	width: 950px;
	height: 238px;
	position: absolute;
	top: 0;
}

h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: 200;
	font-size: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 5px;
}
h2 {
	font-weight: 200;
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
h2 strong {
	font-weight: 400;
}

div.col-50 {
	width: 435px;
}
div.col-50.left {
	float: left;
}
div.col-50.right {
	float: right;
}
.clearfix {
	clear: both;
}

ul.list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.list li {
}
ul.list a {
	display: block;
	padding: 5px 5px 5px 5px;
}

a {
	color: #2ad;
	text-decoration: none;
}
a:hover {
	color: #222;
	text-decoration: none;
}

.merchimages img {
	width: 205px;
	height: auto;
	padding: 3px;
	border: 1px solid #f1f1f1;
}

div.post {
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
}
