body {
	background: #780100 url("../images/page_bg.jpg") no-repeat center 42px;
	margin: 0;
	font-familY: "times new roman", serif;
	font-size: 12px;
	line-height: 18px;
	color: #44251A;
}

p {
	margin: 15px 0;
}

a {
	text-decoration: none;
	color: #780100;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
	display: block;
}

/* 
	H1 is included only for SEO purposes; the text is hidden, 
	it is displayed as the logo image instead 
*/
h1 {
	display: none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #780100;
	line-height: 16px;
	margin: 0;
	padding: 3px 0px;
}

#page {
	width: 900px;
	height: 598px;
	margin: 53px auto 0 auto;
	overflow: hidden;
	padding: 12px 17px 14px 21px;
}


/*========================
**	Header Styles
**========================*/

#header {
	position: relative;
}

#logo {
	display: block;
	width: 428px;
	height: 32px;
	margin: 0 auto;
}

#navmenu-container {
	padding-left: 8px;
	background: url("../images/navmenu_bg.gif") no-repeat 0 -25px;
	width: 485px;
	margin: 2px auto 0 auto;
	height: 25px;
}

#navmenu {
	white-space: nowrap;
	list-style-type: none;
	margin: 0;
	padding: 0 13px 0 5px;
	height: 25px;
	background: url("../images/navmenu_bg.gif") no-repeat right top;
	overflow: hidden;
	display: inline-block;
}

#navmenu li {
	float: left;
	padding: 0px 10px 0 10px;
}

#navmenu li a {
	color: #FFF;
	font-size: 15px;
	font-weight: normal;
	line-height: 27px;
}


/*========================
**	Content Pages Styles
**========================*/

#main-content {
	border-top: 6px solid #780100;
	border-bottom: 6px solid #780100;
	height: 504px;
}

#main-column {
	padding: 12px 40px 0 24px;
	float: left;
	width: 476px;
}

#side-column {
	float: right;
	width: 359px;
}

#side-column img {
	display: block;
}


/*========================
**	Home Page Styles
**========================*/

#decoration-violin {
	width: 95px;
	height: 146px;
	background: url("../images/violin.gif") no-repeat top left;
	position: absolute;
	right: -10px;
	top: -7px;
}

#top {
	height: 287px;
	padding-top: 12px;
	border-top: 6px solid #780100;
	border-bottom: 6px solid #780100;
	background: url("../images/top_bg.jpg") top left;
	overflow: hidden;
}

#welcome.column {
	float: left;
	width: 294px;
	height: 279px;
	padding: 0 317px 0 24px;
	background: url("../images/welcome_bg.jpg") no-repeat top right;
	margin-right: 17px;
}

#latest-news.column {
	border-left: 1px solid #BB8074;
	float: left;
	width: 219px;
	height: 275px;
	padding: 0 14px;
	margin-top: 3px;
}

#latest-news.column h2 {
	/* Hide the text with text-indent and overflow: hidden and use a background image instead */
	text-indent: -1000px; 
	overflow: hidden;
	width: 218px;
	height: 21px;
	padding: 0;
	background: url("../images/latest_news.gif") no-repeat top left;
}

#latest-news.column dl {
	margin: 3px 0 0 0;
	padding: 0;
	height: 190px;
	overflow: hidden;
}

#latest-news.column dt {
	color: #780100;
	margin-top: 18px;
}

#latest-news.column dd {
	padding: 0;
	margin: 0;
}

#latest-news.column .read-all {
	background: url("../images/radio.gif") no-repeat left center;
	height: 61px;
	line-height: 61px;
	padding-left: 80px;
}

#bottom {
	margin-top: 10px;
}

#bottom .column {
	height: 192px;
	padding-top: 1px;
	float: left;
}

#our-repertoire.column {
	position: relative;
	width: 361px;
	padding-left: 24px;
}

#decoration-microphone {
	width: 96px;
	height: 160px;
	background: url("../images/microphone.gif") no-repeat top left;
	position: absolute;
	bottom: -10px;
	left: -7px;
}

#our-repertoire .repertoire {
	padding-left: 73px;
	margin: 15px 0;
	overflow: hidden;
	float: left;
	width: 278px;
}

#our-repertoire  .col1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 133px;
}

#our-repertoire  .col2 {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 145px;
}

#new-cd.column {
	width: 186px;
	padding-left: 13px;
	padding-right: 60px;
	margin-right: 7px;
	border-left: 1px solid #C49079;
	background: url("../images/saxophone.gif") no-repeat top right;
}

#videoclip.column {
	width: 234px;
	padding-left: 13px;
	border-left: 1px solid #C49079;
}

#videoclip .caption {
	color: #780100;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0 0 12px;
}

