@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	font-family: 'nexa_lightregular', Arial, sans-serif;
	padding: 15% 0;
}
#container {
	margin: 0 auto;
	width:520px;
}

h1, p, ul, li, a {
	font-weight:normal;
	color: #939598;
	padding: 0;
	margin:0;
	text-decoration:none;
}
h1, p, li {
	text-align:center;
}
h1 {
	padding-bottom:8%;
}

ul, li {
	list-style:none;
}
ul {
	font-size: .8em;
	padding-top: 14%;
	float: left;
	width:50%;
}
p, li {
	line-height: 2em;
}
a:hover {
	text-decoration:underline;
	color:#333;
}
.section {
	margin: 20px auto;
	width:320px;
}

.clearfix:before,
.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/* IE6 + IE7 */
.clearfix {
	zoom: 1;
}
.clear { clear: both; }