* {
font-family: "ratio","Helvetica Neue", sans-serif;
}
body {
font-family: "ratio",sans-serif;
color: #222;
background: transparent url(../lghtmesh.png) top left repeat;
}
#container {
	margin: 40px auto;
	width: 350px;
	text-align: center;
}
h1 {
	font-weight: 100;
}
#container ul {
	list-style: none;
	margin: 0 0 0 105px;
}
ul li {
	display:inline;
	float: left;
	margin: 0 8px;
}

a, a:link, a:visited {
	color: #9F2403;
	text-decoration: none;
}
a:hover, a:active {
	color: #992A16;
}