body {
	color: #ccc;
	font-family: garamond, palatino;
	background: #000 url(parquet.jpg) no-repeat fixed center 3px;
}

a img { border: 0; }

a { color: #444; }

a:hover { color: #000; }

#container {
	width: 700px;
	margin: 0 auto;
}

/* @group body list */

#body {
	margin: 30px;
	background-color: rgba(210,191,153,0.77);
	color: #333;
	padding: 20px 60px;
}

#body p {
	font-size: 110%;
}

#body h2 {
	color: #000;
	border-bottom: 1px solid #B29C76;
	font-weight: normal;
	clear: both;
}


/* @end */

#splash {
	display: block;
	margin-top: 3em;
}

dt {
	width: 40%;
	float: left;
	clear: left;
}

#picture_frame {
	text-align: center;
}

/* @group Nav Bar */

#nav {
	margin: 2em auto;
	padding: 0;
	width: 684px;
	height: 56px;
	background: url(menu.png) top left no-repeat;
	position: relative;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li a {
	position: absolute;
	display: block;
	/*
       Specifying a background image
       (a 1px by 1px transparent gif)
       fixes a bug in older versions of
       IE that causeses the block to not
       render at its full dimensions.
    */
    background:url(blank.gif);
}

#nav li a span {
	display: none;
}

#nav a.about {
	top: 1px;
	left: 1px;
	width: 136px;
	height: 56px;
}

#nav a.photos {
	top: 1px;
	left: 137px;
	width: 139px;
	height: 56px;
}

#nav a.equipment {
	top: 1px;
	left: 276px;
	width: 183px;
	height: 56px;
}

#nav a.booking_rates {
	top: 1px;
	left: 459px;
	width: 225px;
	height: 56px;
}

/* @end */

/* @group Photos */

#photos {
	margin:  20px auto;
	padding: 0;
	width: 738px;
	height: 472px;
	background: url(blank.gif);
	position: relative;
}

#photos li {
	display: block;
	position: absolute;
}

#photos li.control_room {
	left: 1px;
	top: 147px;
	width: 244px;
	height: 163px;
}

#photos li.mm1200 {
	left: 232px;
	top: 1px;
	width: 277px;
	height: 187px;
}

#photos li.mtr_10 {
	left: 259px;
	top: 226px;
	width: 224px;
	height: 144px;
}

#photos li.live_room_1 {
	top: 233px;
	left: 464px;
	width: 275px;
	height: 183px;
}

#photos li.live_room_2 {
	top: 2px;
	left: 4px;
	width: 215px;
	height: 143px;
}

#photos li.amps {
	top: 334px;
	left: 51px;
	width: 208px;
	height: 139px;
}

#photos li.dead_room {
	top: 1px;
	left: 509px;
	width: 216px;
	height: 144px;
}

/* @end */


.vcard {
    width: 49%;
    float: left;
    line-height: 1.2;
    margin-bottom: 1em;
    font-size: 90%;
}  

.fn/*, .tel .value*/ {
    color:  black;
    text-decoration: none;
    font-size: larger;
    font-weight: bold;
}

/*.fn:after { content: ':';}*/

.type, .org, .adr { display: none;}

