* {
	margin: 0;
	padding: 0;
}
body {
	font: 80%/1em verdana, helvetica, arial, sans-serif;
	background: white url(../images/body_bg.gif) top left repeat-x;
}
p {
	margin: 0 0 1em 0;
}
ul, ol {
	margin: 0 0 1em 40px;
}
img {
	border: none;
}

/* ~Background
------------------------------------------------------------------ */

#background {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 268px;
	background: transparent url(../images/flowers_bg.jpg) top left no-repeat;
	z-index: 1;
}

/* ~Wrapper
------------------------------------------------------------------ */

#wrapper {
	position: relative;
	z-index: 2;
}

/* ~Header
------------------------------------------------------------------ */

#header {
	width: 461px;
	height: 230px;
	background: transparent url(../images/header_bg.jpg) top left no-repeat;
}
#header a {
	display: block;
	position: absolute;
}
#header_nav {
	list-style-type: none;
	margin: 0;
}
#logo a { top: 71px; left: 59px; width: 382px; height: 55px; }
#nav_coaching a { top: 125px; left: 59px; width: 100px; height: 28px; }
#nav_music a { top: 125px; left: 159px; width: 69px; height: 28px; }
#nav_about a { top: 125px; left: 227px; width: 144px; height: 28px; }
#nav_contact a { top: 125px; left: 370px; width: 92px; height: 28px;}

#header span {
	display: none;
}

/* ~Content
------------------------------------------------------------------ */

#content {
	margin: 0 50px 50px 62px;
	width: 780px;
	line-height: 1.75em;
	color: #343333;
	position: relative;
}
#content h2 {
	font: italic normal 2.4em georgia, times, serif;
	margin: 0 0 .5em 0;
	color: #7e3c7e;
}
#content h3 {
	font: italic normal 1.8em georgia, times, serif;
	margin: 0 0 1em 0;
	color: #7e3c7e;
	border-bottom: 1px solid #e1c8e1;
}
#content h4 {
	margin: 0 0 1em 0;
	color: black;
	font-size: 1em;
}
#main_content {
	float: left;
	width: 480px;
	margin: 0 50px 0 0;
}	
#side_content {
	float: left;
	width: 242px;
}

/* ~Footer
------------------------------------------------------------------ */

#footer {
	margin: 0 50px 50px 62px;
	border-top: 1px solid #e1c8e1;
	padding: 5px 0 0 10px;
	color: #343333;
	line-height: 1.5em;
	width: 780px;
}
#footer a {
	text-decoration: none;
	color: #343333;
}
#footer a:hover {
	text-decoration: underline;
}

/* ~Forms
------------------------------------------------------------------ */

.form th,
.form td {
	text-align: left;
	vertical-align: top;
}
.form th {
	padding: 0 10px 5px 0;
	font-weight: normal;
}
.form td {
	padding: 0 10px 10px 0;
}
label {
	font: italic normal 1.25em georgia, times, serif;
	color: #7e3c7e;
}
option {
	padding: 0 0 8px 0;
}
.text,
textarea {
	font: inherit;
	padding: 2px;
}
.error {
	border: 1px solid #7e3c7e;
	padding: 20px;
	margin: 0 0 2em 0;
}
.error strong {
	color: #7e3c7e;
}
.error ul {
	margin-bottom: 0;
}

/* ~Testimonials
------------------------------------------------------------------ */

.testimonials {
	margin: 3em 0 0 0;
	padding: 0;
	list-style-type: none;
}
.testimonials li {
	text-align: center;
	font: italic normal 1.3em/1.5em georgia, times, serif;
	margin-bottom: 2em;
}

/* ~Rates
------------------------------------------------------------------ */

.rates {
	margin: 0 0 2em 0;
	font: inherit;
	border-top: 1px solid #e1c8e1;
	border-left: 1px solid #e1c8e1;
	line-height: 1em;
}
.rates td {
	border-right: 1px solid #e1c8e1;
	border-bottom: 1px solid #e1c8e1;
	padding: 5px;
}
.rates tr.attn td {
	font-style: italic;
}	


/* ~Misc
------------------------------------------------------------------ */

.clear {
	clear: both;
}
img.border {
	border: 11px solid #e6cee6;
}
div.image {
	text-align: center;
}
.image .caption {
	font: italic 1em georgia, times, serif;
	color: #343333;
}
.more {
	text-align: right;
	font: italic normal 1.25em georgia, times, serif;
	margin-top: 2em;
}
.more a {
	color: #7e3c7e;
	text-decoration: none;
}
.more a:hover {
	text-decoration: underline;
}
.directory {
	font: italic normal 1.25em georgia, times, serif;
	margin-bottom: 2em;
	color: #0d5284;
}
.directory li {
	margin: 0 0 .25em 0;
}
.directory a {
	color: #0d5284;
}
.directory span {
	font-size: .8em;
	color: #696868;
}
#inspired_samples {
  position: absolute;
  top: 375px;
  left: 515px;
  width: 300px;
}
#inspired_samples div {
  margin: 0 0 .5em 0;
}