* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #666b6a;
	background: #fff url(../img/body_bg.gif) repeat-y center top;
}

.clear {
	clear: both;
}

a {
	color: #E5A300;
	text-decoration: none;
	border-bottom: 1px solid #E5A300;
}

a:hover {
	background-color: #FFF4D9;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1 {
	font-weight: normal;
	font-size: 1.6em;
	margin-bottom: 0.5em;
	padding: 0.2em 0;
	line-height: 1.6em;
}

h2 {
	font-weight: normal;
	font-size: 1em;
	margin: 0.5em 0;
	text-transform: uppercase;
	line-height: 1.6em;
}

h3 {
	font-weight: normal;
	font-size: 1em;
	padding: 0.5em 0 1em 0;
	line-height: 1.6em;
}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

ul {
	margin-bottom: 1em;
}

a#back-to-top {
	font-size: 0.9em;
	color: #666B6A;
	border: 0;
	text-transform: uppercase;
	position: relative;
	bottom: 54px;
	left: -70px;
}

a#back-to-top:hover {
	background: transparent;
}

