@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #EDAFB2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	scrollbar-base-color: #EDAFB2; 
	scrollbar-arrow-color: #EEC458;
	scrollbar-DarkShadow-Color: #9E344A;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url("mainBkg.jpg") no-repeat;
	margin: 5% auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #9E344A;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 11px;
}
#innerContainer {
	width: 96%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 2%;
}
#innerContainer a {
	text-decoration: none;
}
#innerContainer a:link {
	color: #9E344A;
	font-weight: bold;
}
#innerContainer a:visited {
	color: #333;
	font-weight: bold;
}
#innerContainer a:active {
	color: #9E344A;
	font-weight: bold;
}
#innerContainer a:hover {
	color: #6A7B45;
	font-weight: bold;
	background: #EEC458;
}
#mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EDAFB2 url("insetBig.jpg") no-repeat;
	width: 250px;
	float: right;
	height: 300px;
	overflow: auto;
	border: 1px #9E344A solid;
	scrollbar-base-color: #EDAFB2; 
	scrollbar-arrow-color: #EEC458;
	scrollbar-DarkShadow-Color: #9E344A;
	color: #6B571A;
	line-height: 1.5;
	font-family: Helvetica, Arial, Verdana;
}
#muzContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #EDAFB2 url("insetSmall.jpg") no-repeat;
	width: 250px;
	float: right;
	height: 120px;
	overflow: auto;
	margin: 12px 0 0 0;
	border: 1px #9E344A solid;
	scrollbar-base-color: #EDAFB2; 
	scrollbar-arrow-color: #EEC458;
	scrollbar-DarkShadow-Color: #9E344A;
	color: #6B571A;
	line-height: 1.5;
	font-family: Helvetica, Arial, Verdana;
}
#muzContent p {
	margin: 6px 0 0 0;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #6A7B45 url("h+hWord.gif") left bottom no-repeat;
	color: #352c27;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	color: #EEC458;
}
#footer img {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 20px 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float: left;
}
.clearBoth {
	clear: both;
}
h1 {
	font-size: 14px;
	margin: 12px 0 0 0;
	padding: 12px 0 0 0;
	font-style: normal;
	font-weight: normal;
	color: #6A7B45;
	border-top: #9E344A solid 1px;
	line-height: 1.1em;
}
.first {
	font-size: 14px;
	margin: 12px 0 0 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	color: #6A7B45;
	border: none;
	line-height: 1.1em;
}
h2 {
	font-size: 12px;
	margin: 4px 0 0 0;
	font-style: normal;
	font-weight: normal;
	color: #9E344A;
	line-height: 1.1em;
}
p {
	margin: 2px 0 0 12px;
	padding: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:link {
	color: #FAF4E8;
	font-weight: bold;
}
#footer a:visited {
	color: #AAA;
	font-weight: bold;
}
#footer a:active {
	color: #FAF4E8;
	font-weight: bold;
}
#footer a:hover {
	color: #EEC458;
	font-weight: bold;
}