* {
	padding: 0;
	border: 0;
	margin: 0;
}

/* LAYOUT ELEMENTS */

body {
	text-align: center; /* fix for IE centering problem */
	margin: 1em 0;
}

#container {
	position: relative;
	width: 400px;
	text-align: left; /* fix for IE centering problem */
	margin: auto;
}

#header {
	position: relative;
	height: 50px;
	margin-bottom: 1em;
}
#header img {
	display: inline;
	display: block;
	float: left;
	height: 50px;
}
#header #description {
	position: relative;
	top: 16px;
	left: 5px;
}

.feature {
	position: relative;
	margin-bottom: 1.5em;
}
.feature img {
	display: block;
	width: 400px;
	margin-bottom: 5px;
}
.feature a.more {
	float: right;
}

/* Individual selector styles */

p, ul {
	margin-bottom: .5em;
}

ul {
	list-style-position: inside;
}
ul ul {
	margin-left: 1em;
	margin-bottom: 0;
}

a {
	color: #000;
}

hr {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 1.5em 0;
}

/* TEXT ELEMENTS */

body {
	font-family: Georgia, serif;
	font-size: 87.5%; // 14px
}

.inline {
	display: inline;
}

#header a {
	text-decoration: none;
}

.feature .title {
	font-weight: normal;
	font-size: 128%; // 18px
}

.italic {
	font-style: italic;
}