* {
	margin: 0;
	padding: 0;
	text-align:left
}
html {
    background: #EFDFDC;
	text-align:left
}

body {
    width: 756px;
	margin: 0 auto;
	text-align:left
}

body * {
	
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    color: #111111;
}

#wrapper {
	text-align:left
	width: 756px;
    padding: 10px;
	background: white;
    
}
object,embed {
	z-index:1;
}
img {
	border:none;
	/*behavior: url("css/pngbehavior.htc");*/
}

a:link, a:visited {
    color: #991B1E;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

form {
    font-size: 11px;
}

form fieldset {
    padding: 10px;
    margin-bottom: 10px;
}

form legend {
    font-size: 12px;
    font-weight: bold;
}

form label {
    font-weight: bold;
}

form label.options {
    font-weight: normal;
}

form input, form textarea {
    border: 1px solid #C4816D;
    padding: 1px;
    background: #EFDFDC;
    font-size: 11px;
}

form select {
    background: #EFDFDC;    
    font-size: 11px;
}

form td {
    padding: 3px;
}

form button {
    cursor: pointer;
    font-size: 11px;
    border: none;
    background: #C4816D;
    color: #111111;
    font-weight: bold;
    padding: 3px;
    margin-right: 10px;
}

#envelope {
    border: 3px solid #991B1E;
}

#header {
    background: url(images/header.jpg) no-repeat;
    height: 86px;
    position: relative;
}

#header a:link, #header a:visited, #header a:hover {
    background: none;
    border: none;
}

#header .quickLinks {
    position: absolute;
    right: 7px;
    bottom: 7px;
    border: none;
}

#header .languages {
	float: right;
	margin: 5px 11px;
	font-size: small;
	font-weight: bold;
	color: White;
}

#header .languages a:link, #header .languages a:visited, #header .languages a:hover {
	font-size: small;
	font-weight: bold;
	color: White;
	text-transform: lowercase;
}

#header .quickLinks td {
    padding: 0 5px;
    border-left: 1px solid White;
}

#header .quickLinks td.first {
    border-left: none;
}

#home .titles {
    height: 22px;
}

#home .titles .navigationTitle {
    background: #EFDFDC;
    font-size: 12px;
    border-right: 2px dotted #991B1E;
    border-top: 2px solid #991B1E;
}

#home .titles .contentTitle {
    margin: 0;
    padding: 2px 0 3px 23px;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    color: #111111;
    background: #C4816D url(images/bullet.gif) no-repeat 8px;
    border-top: 2px solid #991B1E;
}

#home .special1 a, #home .special2 a {
    margin: 0;
}

#home .special1 {
    width: 187px;
    height: 154px;
    border-right: 2px dotted #991B1E;
}

#home .special2 {
    width: 380px;
    height: 154px;
}

#home .events {
    width: 179px;
}

#home .events h4 {
    margin: 0;
    padding: 2px 0 3px 23px;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    color: #111111;
    background: #C4816D url(images/bullet.gif) no-repeat 8px;
}

#home .performance {
    padding: 7px;
    font-size: 10px;
    border-top: 1px solid #C4816D;
}

#home .performance p {
    margin: 0;
}

#home .performance .artist {
    font-weight: bold;
}

#home #content dl {
    margin: 0;
    padding: 0;
}

#home #content dl dt {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#home #content dl dt p.date {
    font-size: 11px;
    margin: 0 0 5px;
}

#home #content dl dd {
    font-weight: normal;
    border-bottom: 1px solid #991B1E;
    margin: 0 0 10px;
    padding: 0 0 10px;
}

#home #content .news p {
    font-size: 11px;
    padding: 0;
    margin: 0;
}

#home .events {
    border-left: 2px dotted #991B1E;
}

#breadcrumbs {
    margin: 0;
    padding: 0;
    border-top: 8px solid #991B1E;
    background: #EFDFDC;
    position: relative;
}

#breadcrumbs ul {
    margin: 0;
    padding: 0 0 0 10px;
    display: block;
    position: relative;
    left: 187px;
    width: 551px;
    background: #C4816D;
    border-left: 2px dotted #991B1E;
}

#breadcrumbs ul li {
    display: block;
    margin: 0 4px 0 0;
    padding: 2px 0 3px 20px;
    list-style: none;
    display: inline;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: #111111;
    background: #C4816D url(images/bullet.gif) no-repeat 2px;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
    color: #111111;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #EFDFDC;
}

#navigation {
    vertical-align: top;
    width: 187px;
    padding: 5px 0 10px;
    border-right: 2px dotted #991B1E;
}

#navigation ul {
    margin: 5px 0 5px 5px;
    padding: 0 0 0 20px;
}

#navigation ul li  {
    margin: 0 0 5px;
    padding: 0;
    list-style-image: url(images/bullet.gif);
    line-height: 11px;
    border: 1px solid White;
}

#navigation ul li a:link, #navigation ul li a:visited {
    display: block;
    margin: 0;
    padding: 0;
    color: #111111;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

#navigation ul ul {
    margin-left: 0px;
}

#navigation ul li a:hover {
    color: #C4816D;
}

#content {
    vertical-align: top;
    background: White;
    padding: 15px;
    margin: 0;
    font-size: 12px;
}

#content h1 {
    margin: 0 0 10px;
    font-size: 18px;
    font-variant: small-caps;
}

#content .home p {
    margin-bottom: 20px;
    text-align: center;
}

#content .logo {
    margin: 5px 0;
    display: block;
}

#content div.separator {
    display: block;
    height: 16px;
    margin: 20px 0;
    background: url(images/separator.gif) no-repeat;
    background-position: top left;
}

#content img.artist, #content img.newsMain {
    float: right;
    margin: 0 0 3px 8px;
    border: 1px solid #991B1E;
}

#content img.news {
    margin: 5px;
    border: 1px solid #991B1E;
}

#content p {
    margin: .5em 0 0;
    line-height: 1.33em;
}

#content p.morelink {
    font-size: 12px;
    font-weight: bold;
}

#content ul.artists li {
    list-style: url(images/bullet.gif);
    line-height: 180%;
}

#content ul.artists li a:link, #content ul.artists li a:visited {
    color: #991B1E;
    font-weight: bold;
}

#content dl {
    margin: 0;
}

#content dl dt {
    font-weight: bold;
}

#content dl dt a:link, #content dl dt a:visited {
    color: #111111;
    text-decoration: underline;
}

#content dl dt.news a:link, #content dl dt.news a:visited {
    color: #991B1E;
    text-decoration: none;
}

#content dl dd {
    margin: 0 0 20px 15px;
	 padding-bottom: 10px;
	 border-bottom: 1px solid #991B1E;
}

#content .program {
    margin-top: 5px;
    font-style: italic;
}

#content .program p {
    margin: 0;
}

#content .performance_list {
    border-bottom: 1px solid #991B1E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#content .performance_list p {
    margin: 0;
}

#content .performance_list p.date {
    font-size: 11px;
    font-weight: bold;
    color: #991B1E;
}

#content .performance_list p.main {
    font-size: 14px;
}

#content .performance_list p.morelink {
    margin-top: 5px;
}

#content .performance h2 {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: bold;
}

#content .performance h2 * {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

#content .performance .artists {
    margin: 0 0 5px;
}

#content .performance .artists p {
    margin: 0;
}

#content .performance .program {
    font-style: italic;
}

#content .performance .program p {
    margin: 0;
}

#content .performance div.description {
    clear: both;
    margin-top: 10px;
}

#content .performance div.description img {
    float: right;
    border: 1px solid #991B1E;
    text-align: right;
    margin: 3px 0 10px 10px;
}

#content .review {
    font-size: 11px;
    font-style: italic;
    margin: 15px 20px;
}

#content .review p.signature {
    font-style: normal;
    text-align: right;
}

#content table.sponsors td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

#content .orderFormLink {
    margin: 10px 0;
    font-size: large;
    font-weight: bold;
    text-align: right;
}

#content .orderFormLink a {
}

#content table.subscriptions {
    border-collapse: collapse;
    border-bottom: 3px solid #C4816D;
    margin-bottom: 5px;
}

#content table.subscriptions thead {
    border-bottom: 3px solid White;
}

#content table.subscriptions thead th {
    background: #C4816D;
    padding: 3px;
    border: 1px solid #EFDFDC;
}

#content table.subscriptions td {
    white-space: nowrap;
    text-align: center;
    padding: 3px;
}

#content table.subscriptions tbody td.group {
    white-space: normal;
    font-weight: bold;
    padding: 5px 5px 3px;
    text-align: left;
    background: #EFDFDC;
}

#content table.subscriptions tbody td.group div {
    display: block;
    float: right;
    font-size: 11px;
}

#content table.subscriptions tbody td.description {
    text-align: left;
    white-space: normal;
}

#content ul.months {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#content ul.months li {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;
    padding-left: 0;
}

#content ul.archive li {
    list-style: none;
    font-weight: bold;
    margin-bottom: 20px;
}

#content ul.archive li li {
    font-weight: normal;
    margin-bottom: 0;
}

#footer {
    clear: both;
    position: relative;
    margin: 0;
    background: #C4816D;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 10px 3px;
    font-weight: bold;
    color: #991B1E;
    border-top: 1px solid #C4816D;
}
