html, body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 87%;
}

/* Typographic styles */
h1 {
	font-size: 4.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0.1em;
	margin-right: 0px;
	margin-bottom: 0.1em;
	margin-left: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 1.2em;
	color: #333;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	text-transform: none;
	font-variant: small-caps;
	margin: 0.5em 0px 0em 1.5em;
	padding: 0px 0px 0em;
}

h3 {
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	margin: 1em 0px 0em 0.5em;
}

h4 {
	padding-left: 15px;
	margin: 0em;
	padding-right: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	font-variant: normal;
	letter-spacing: 0.2em;
}

#floater {
	height: 50%;
	margin-bottom: -280px;
	position: relative;
	float: left;
	width: 100%;
}

#wrapper {
	text-align: left;
	width: 970px;
	position: relative;
	clear: both;
	margin: 0 auto;
	height: 560px;
}

#header {
	height: 100px;
	margin: 0px;
	padding: 0px;
}

#main-picture {
	margin: 0px;
	padding: 0px;
	height: 380px;
	float: left;
	position: relative;
	background-color: #FFF;
	width: 970px;
}

#main-picture #description {
	margin: 0px;
	padding: 0px;
	z-index: 5;
	position: absolute;
	height: 380px;
	background: #FFF;
	visibility: visible;
	width: 970px;
	overflow: auto;
}

#main-picture #description p  {
	margin: 1em 3em 1.5em 2em;
	padding: 0px;
	line-height: 1.5em;
}

#main-picture #description li {
	margin: 0.5em 3em 0.5px 2px;
}

#brush-navigation {
	margin: 0px;
	padding: 0px;
	height: 60px;
	clear: both;
	width: 970px;
}

#footer {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 970px;
	text-align: right;
}

#wrapper #footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Home {
	position: absolute;
	right: 445px;
}

#Brushes {
	position: absolute;
	right: 375px;
}

#About {
	position: absolute;
	right: 315px;
}

#Terms {
	position: absolute;
	right: 255px;
}

#Contact {
	position: absolute;
	right: 190px;
}

#Help {
	position: absolute;
	right: 140px;
}

#Share {
	position: absolute;
	right: 70px;
}

#Follow {
	position: absolute;
	right: 0px;
}

