/* @group main/reset */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background-color: #fef0d5;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

small {
	font-size: 70%;
}


/* @end */


/* @group basics */

body {
	color: #555555;
	background-color: #fef0d5;
	font: 1.1em/1.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.clear {

	clear: both;

}


.center {
	text-align: center;
}

img {
	border: none;
}

p {
	letter-spacing: 0.07em;
}

a {
	color: #e93735;
	text-decoration:none;
	padding: 5px;
}

a:hover {
	background-color:#e93735;
	color: #fff;
	text-shadow: none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

h1 {
	line-height: 1.6em;
	float: left;
	margin-bottom: 0.4em;
	font-size: 3.6em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.3em;
	margin-bottom: 0.4em;
	margin-top: 1.1em;
	clear: left;
}

/* @end */


/* @group content */

#container {
	padding-top: 100px;
	text-align: center;
}

img {
	padding-bottom: 45px;
}

/* @end */
