#musicPlayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
}

#colLeft {
	font-size: 62.5%; /* equiv to 10px*/
}

#colLeft h2 {
	font-size: 1.4em;
	color: #410707;
	font-weight: bold;
}

#colLeft p {
	font-size: 1.2em;
	color: #761414;
	font-weight: normal;
	margin-bottom: 18px;
	line-height: 150%;
}

#colRight h2 {
	font-size: 14px;
	color: #410707;
	font-weight: bold;
}

#colLeft p a {
	color: #790000;
}

#colLeft p a:hover {
	background-color: #790000;
	text-decoration: none;
	color: white;
}

#map {
	border: 1px solid #472a20;
}

.png {
	behavior: url(scripts/iepngfix.htc); /* PNG Fix for ie6 */
}

.contactForm {
	font-size: 1.2em;
	color: #472a20;
	font-weight: normal;	
}

.contactForm fieldset {
	width: 350px;
	padding: 10px;
	border: 1px solid #472a20;
}

.contactForm legend {
	font-size: 11px;
	color: #410707;
}


.contactForm table td {
	padding-top: 5px;
}

.textfield {
	width: 200px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.textarea {
	width: 200px;
	height: 50px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

img.border {
	width: 223px;
	height: 191px;
	padding: 15px;
	background-image: url(../gfx/img-background.png);
	background-position: center;
}.tbl_decoration {
	background-color: #CC6666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #410705;
	border-right-color: #410705;
	border-bottom-color: #410705;
	border-left-color: #410705;
	font-size: x-small;
	font-weight: bold;
}
