html, body, div, header, section, article, span, h1, h2, h3, h4, h5, a, p, ul, li {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
div {
	display: block;
}

h1 {
	color: #fff;
}
h2 {
	color: #50955c;
}
a:link, a:visited, a:active {
	color: #c31434;
	text-decoration: none;
}
a:hover {
	color: #ea8400;
	text-decoration: none;
}
.gotit:after {
	color: #303c5e;
	content: ' \2714';
}
body {
	width: 100%;
	min-height: 100%;
	background-color: #fff;
	color: #303c5e;
	font-family: Helvetica, sans-serif;
}
header#masterhead {
	width: 100%;
	height: 92px;
	line-height: 92px;
	text-align: center;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(195, 20, 52, .95);
	box-shadow: inset 0px -1px 0px #b0182f;
	z-index: 1;
}
section#list {
	width: 720px;
	height: auto;
	margin: 180px auto 60px auto;
	position: relative;
}
#list li {
	width: 680px;
	height: auto;
	padding: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type: none;
	border-radius: 8px;
	background-color: #d3d3d3;
}
