* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: 'Helvetica Neue', Hevletica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	height: 100%;
}

p {
	font-size: 15px;
	margin: 1em 0;
}

#wrap {
	border-left: 1px solid;
	border-right: 1px solid;
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
}

a {
	text-decoration: none;
}

p a {
	border-bottom: 1px dotted;
}

p a:hover {
	border-bottom: 1px solid;
}

a:visited {
	color: blue;
}

img {
	border: none;
}

h1 a {
	border: none;
}

h1 a:hover {
	border-bottom: 1px dotted;
}

audio {
	width: 100%;
}

#header {
	padding: 50px 0;
	background-color: #f72;
	margin-bottom: 10px;
	color: yellow;
}

#header h1 {
	font-size: 20px;
	display: block;
}

#header h1 strong {
	font-family: "Tekton Pro";
	font-size: 40px;
	display: block;
}

#header small {
	font-size: 10px;
	display: block;
}

#icon {
	margin-top: 10px;
	border-radius: 10px;
}

.fancybox img {
	border-radius: 15px;
}

#footer {
	text-align: center;
}

#contact {
	border: 1px solid #000;
	padding: 0 10px;
}
