body {
	font:16px/160% Arial, sans-serif;
	color:#333;
}

#wrapper {
	width:710px;
	margin:auto;
}

header {
	padding-top:25px;
	text-align:center;
}

h1 {
	font-weight:normal;
	letter-spacing: -1px;
	color:#666;
	font-size:160%;
	margin-top:0;
}

.focus {
	font-weight:bold;

}

/*.focus {
	background: #c11b17;
	color: white;
	padding:15px;
	font-family: Arial, sans-serif;
	font-weight:normal;
	font-size:24px;
	position: relative;
	left:-15px;
	letter-spacing: -1px;
	width:695px;
}*/

section#main {
	padding:25px;
	border:1px #c11b17 solid;
	border-width:1px 0;
}

section#main *:last-child {
	margin-bottom:0;
}

a {
	color: #c11b17;
}

/*.focus a {
	color:white;
}*/

footer {
	text-align:center;
	color:gray;
	font-size:80%;
	padding-top:25px;
}

footer p {
	margin:0;
}