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

body {
	background-color:#252525;
	color:#d2d2d2;	
	font-family: "proxima-nova",sans-serif;
	font-size:22px;
	line-height:28px;
	font-weight:300;
}

img {
	border:0!important;	
}

a {
	color:#38b4d7;
}

.footer {
	text-align:center;
}

.header, .footer {
	width:600px;
	margin:20px auto;
}

.cleared {
	clear:both;
}

p {
	margin: 0 0 30px 0;
	
}

.sheet {
	width:560px;
	margin:0 auto;
	background-color:#383838;
	padding:20px;
}

.sheet h2 {
	margin:0 0 30px 0;
	color:#f6ae12;
	font-weight:600;
	font-style:normal;
}

h1 {
	font-weight:300;
	font-size:40px;	
	margin-top:15px;
}

h2 {
	font-weight:300;
	font-size:26px;	
	font-style:italic;
}

.logo {
	width:126px;
	float:left;
	margin-right:40px;
	padding-top:3px;
}

.headertext {
	float:left;
	width:434px;	
}