/*---------------------------------------------------------------------
 * ELEMENTS
 *-------------------------------------------------------------------*/

body
{
	background: #fff;
	background: #95ca3e;
	color: #686c71;

	font-size: 85%;
	font-family: baskerville, garamond, georgia, sans-serif;
	line-height: 1.2em;

	padding: 0;
	margin: 0;
}

a, h2, h3
{
	color: #F9E55B;
	color: #f8e55b;
	color: #9bd758;
}

a
{
	text-decoration: none;
}

a:hover
{
	color: #000 !important;
}

h2
{
	font-size: 210%;
	letter-spacing: 0.5px;
	line-height: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	font-family: baskerville;
	margin: 0.5em 0 0.5em;
}


h3
{
	font-size: 150%;
	letter-spacing: 0.5px;
	line-height: 0.9em;
	font-weight: normal;
	text-transform: lowercase;
	font-family: baskerville;
	margin: 1.5em 0 0.5em;
}

h3 span
{
	font-size: 70%;
	position: relative;
	top: -0.4em;
	left: 0.0em;
}

h4
{
	font-size: 100%;
	font-weight: normal;
	color: #544;
	margin-bottom: -1em;
}

img
{
	border: none;
}

hr
{
	border: none;
	border-top: 1px dotted #403a30;
	border-top: 1px dotted #302a20;
	border-top: 1px dotted #aaa;
	margin: 2em 0;
	height: 0px;
	padding: 0;
}

#top
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

#main
{
	margin-left: 450px;
	padding: 20px 40px;
	background: #fff;
}
