body {	background-color: #848484;	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
	-webkit-text-size-adjust: none;
}

p {
	margin: 0;
}

em {
	color: #710a07;
	font-style: normal;
}

a {	text-decoration: underline;	color: #336666;}

form {
	margin: 0;
}

/* @group structure
 */

#container {
	width: 902px;
	margin: 0 auto 20px;
}

#content {
	color: #333333;
	margin-top: 5px;
	border: 1px solid #000;
	background: #fff url(bground.gif) repeat-y;
	padding: 10px;
	font-size: 12px;
}

#top {
	border: 1px solid #000;
	margin-bottom: 4px;
}

#tag {
	background-color: #fff;
	border: 1px solid #000;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 40px;
	font-style: italic;
}

#left {
	width: 565px;
	float: left;
	padding-left: 5px;
}

#right {
	float: right;
	width: 275px;
	padding-right: 5px;
}

#bottom {
	text-align: center;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 10px;
}

.photo {
	text-align: center;
	padding-bottom: 20px;
}

.section {
	margin-bottom: 20px;
}



/* @end */

/* @group text */

.title {	font-size: 18px;
	border-bottom: 1px dotted #8792b0;
	letter-spacing: 2px;
	padding-bottom: 3px;
	margin-bottom: 12px;
}

p.text {
	line-height: 1.5;
	padding-bottom: 20px;
	text-align: justify;
}

.date {	color: #000000;	font-size: 15px;	margin-top: 10px;
	margin-bottom: 5px;
}

#band {
	color: #710a07;
	margin-top: 5px;
	margin-bottom: 5px;
}

.with {	font-size: 11px;	font-style: italic;}

.space {
	margin-top: 5px;
	margin-bottom: 5px;
}

.instr {	font-size: 11px;}

#listing ul {
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	font-size: 14px;
}

#listing ul li {
	margin-left: 15;
}

p.caption {
	font-size: 11px;
	margin-top: 10px;
	font-style: italic;
}



/* @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 */