@font-face {
    font-family: 'MuseoSlab500';
    src: url('Museo_Slab_500-webfont.eot');
    src: url('Museo_Slab_500-webfont.eot?#iefix') format('embedded-opentype'),
         url('Museo_Slab_500-webfont.woff') format('woff'),
         url('Museo_Slab_500-webfont.ttf') format('truetype'),
         url('Museo_Slab_500-webfont.svg#webfontyumMOUTD') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* !group reset css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* !group layout */

body {  
	background-color: #333;
	font: 70%/1.5 Helvetica, Verdana, Arial,sans-serif;
	color: #666;
	text-align: center;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#logo {
	margin: 10px 0;
}

#content {
	background-color: #fff;
	padding: 20px 40px;
}

/* @end */

/* !group typography */

a {
	text-decoration: none;
	color: #58CBDB;
}

a:hover {
	color: #DB429D;
}

h1 { 
	margin: 0;
	font-family: 'MuseoSlab500', Rockwell, serif;
	font-size: 3em; 
	font-weight: normal;
	line-height: 1; 
	color: #000;

}

h2 { 
	margin: 0;
	font-family: 'MuseoSlab500', Rockwell, serif;
	font-size: 2em; 
	font-weight: normal;
	line-height: 1; 
	color: #999;
}

h3 { 
	margin: 40px 0 20px 0;
	padding: 6px 0;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
	font-family: 'MuseoSlab500', Rockwell, serif;
	font-size: 2.4em; 
	font-weight: normal;
	line-height: 1;
	color: #000;
}

h4 { 
	margin: 10px 0;
	padding: 6px 0;
	background-color: #333;
	font-size: 1.6em; 
	font-weight: normal;
	line-height: 1em;	
	color: #fff;
}

p { 
	margin: 0 0 20px 0;
	font-size: 1.5em; 
}

li {
	font-size: 1.5em;
}

strong {
	font-weight: normal;
	color: #000;
}

em {
	color: #CCC;
}

/* @end */

/* @group content */

.header {
	padding: 10px;
	border-top: 4px solid #000;
	border-bottom: 2px solid #000;
	text-align: center;
}

.icons {
	text-align: center;
	margin-bottom: 10px;
}

.hero {
	text-align: center;
}

.links {
	margin: 40px 0;
	text-align: center;
	background-color: #eee;
}

/* @end */

/* !group footer */

#footer {
	clear: both;
	padding: 10px;
	background-color: #DDF2F5;
	color: #A3B3B5;
}

#footer p {
	margin: 0;
	text-align: right;
	color: #333;
}

#footer a {
	color: #A3B3B5;
}

/* @end */
