body {
	background-color: #4e5451;
	margin: 0;
	font-family: Verdana, "Lucida Grande", "sans serif";
	-webkit-text-size-adjust: none;
}

p {
	margin: 0;
}

/* @group links */

a {
	color: #4e5385;
	text-decoration: none;
}

a:hover {
	color: #4e5385;
	text-decoration: none;
	border-bottom: 1px dotted #4e5385;
}

#bottom a {
	color: #95a3c4;
	text-decoration: none;
}

#bottom a:hover {
	color: #95a3c4;
	text-decoration: none;
	border-bottom: 1px dotted #95a3c4;
}


/* @end */

/* @group structure */

#container {
	width: 1240px;
	background: url(background.jpg) no-repeat;
	padding-bottom: 30px;
	color: #101010;
	margin: 0 auto;
}

#spacer {
	padding-left: 125px;
	padding-top: 670px;
	padding-right: 155px;
}

#boxes {
	height: 380px;
}

#left {
	float: left;
	width: 260px;
	padding-left: 15px;
	padding-right: 15px;
}

#middle {
	float: left;
	padding-left: 55px;
	width: 260px;
}

#right {
	float: right;
	width: 270px;
	padding-right: 20px;
}

#bottom {
	text-align: center;
	padding-top: 28px;
}



/* @end */

/* @group content */

p.title {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #3d3c42;
	margin: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #6b6a6e;
	letter-spacing: 1px;
}

p.subtitle {
	font-size: 13px;
	padding-bottom: 5px;
	color: #000;
	font-weight: bold;
}

p.text {
	font-size: 13px;
	line-height: 1.5;
	padding-bottom: 7px;
	text-align: justify;
}

p.credit {
	font-size: 11px;
	text-align: center;
	color: #bcbcbc;
	margin-top: 45px;
}

p.contact {
	color: #ddc8bd;
	font-size: 14px;
	letter-spacing: 1px;
	text-shadow: #020023 2px 2px 0;
}

img#cover {
	margin-left: 55px;
}

#boxes ul {
	font-size: 13px;
	line-height: 1.5;
	padding-left: 10px;
	list-style-type: none;
	margin: 0;
	padding-bottom: 5px;
}

span.instr {
	font-style: italic;
	font-size: 12px;
}

span.name {
	color: #7b3a07;
	font-style: italic;
}

span.small {
	font-size: 10px;
}

span.musician {
	font-weight: bold;
}

#video {
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}

#paypal {
	text-align: center;
}


/* @end */

/* @group clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block }

/* Hides from IE-mac \*/
* html .clearfix { height: 1% }
.clearfix { display: block }
/* End hide from IE-mac */
	
/* @end */
