body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-image: url(images/background_new.jpg);
	background-color: #3D2314;
	background-repeat: repeat;
	background-position: center top;
	background-attachment:scroll;
}
.twoColFixRtHdr #container {
	width: 980px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/content_bg.jpg);
} 
.twoColFixRtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 15em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #E3E0DD;
}
.twoColFixRtHdr #container #mainContent h1 {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: -5px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
}
.twoColFixRtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.twoColFixRtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0px;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	vertical-align: top;
} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #3C2415;
} 
.twoColFixRtHdr #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 */
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.twoColFixRtHdr #container #footer p a {
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#montreal {
	position:relative;
	left:0px;
	top:0px;
	width:680px;
	height:126px;
	z-index:1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-color: #3A2415;
}
#music_tracks {
	position:relative;
	left:0px;
	top:0px;
	width:670px;
	height:30px;
	z-index:1;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-style: dotted;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-color: #3A2415;
}
#music_player {
	height: 18px;
	width: 600px;
	top: 0px;
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	left: 25px;
	text-align: left;
}
#knob {
	height: 18px;
	width: 18px;
	top: 0px;
	left: 0px;
	position: relative;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#nav_bar {
	width: 980px;
	background-color: #3A2415;
	height: 23px;
	bottom: 0px;
}
#description h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#thumbnail {
	position:absolute;
	left:0px;
	top:0px;
	width:170px;
	height:126px;
	z-index:1;
	background-color: #FFFFFF;
}
#description {
	height: 126px;
	width: 490px;
	top: 0px;
	left: 180px;
	position: relative;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	padding-top: -5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRtHdr #container #mainContent ul li {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixRtHdr #container #mainContent ul li em {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixRtHdr #container #mainContent .group1 a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#headerimage {
	margin-bottom: 10px;
	height: 100px;
	float: left;
}
#subheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: auto;
	width: 700px;
	margin-left: -20px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/subheads.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 10px;
}
#bigsub {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	margin-left: -20px;
	padding-left: 20px;
	background-image: url(images/subheads.jpg);
	margin-top: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#subheader2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: auto;
	width: 700px;
	margin-left: -20px;
	padding-left: 20px;
	font-weight: bold;
	background-image: url(images/subheads.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 4px;
	margin-bottom: 20px;
}

