body {
	margin: 20px 0 0 0;
	font-family: Arial,Helvetica,sans-serif;	
}

h2 {
	color: #430098;
	text-align: center;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 0 0;
}
h2.margin-top {
	 margin-top: 50px;
}

#wrapper {
	width: 935px;
	margin: 0 auto;
}
#header {
	width: 100%;
	display: inline-block;
}
#header .left {
	float: left;
}

#header .left p {
	margin: 0 0 0 30px;
}
#header .left p  a{
	color: #FFF;
	width: 128px;
	height: 31px;
	display: block;
}
#header .left p.inspiration {
	height: 30px;
}
#header .left p.portfolio {
	height: 28px;
}
#header .left p.contact {
	height: 30px;
}
#header .left p.collections a {
	background: url(/images/collections.jpg) 0 0 no-repeat #FFF;
}
#header .left p.inspiration a {
	background: url(/images/inspiration.jpg) 0 0 no-repeat #FFF;
}
#header .left p.portfolio a {
	background: url(/images/portfolio.jpg) 0 0 no-repeat #FFF;
}
#header .left p.contact a {
	background: url(/images/contact.jpg) 0 0 no-repeat #FFF;
}
#header .left p.collections a.on, #header .left p.collections a:hover {
	background-position: 0 -31px;
}
#header .left p.inspiration a.on, #header .left p.inspiration a:hover {
	background-position: 0 -30px;
}
#header .left p.portfolio a.on, #header .left p.portfolio a:hover {
	background-position: 0 -28px;
}
#header .left p.contact a.on, #header .left p.contact a:hover {
	background-position: 0 -30px;
}


#header .right img {
	float: right;
	margin: 5px 25px 0 0;
}

.audioplayer {
	text-align: center;
}

.audioplayer.margin-top {
	padding-top: 30px;
}

#main p.contact {
	color: #430098;
	width: 280px;
	text-align: center;
	margin: 200px auto 0 auto;
}

#main p.contact a {
	color: #430098;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	margin-top: 20px;
}
