html {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif; }
body {
	color:#999;
	text-align: center;
	margin: 15px 0;
	background-color: #FFF;
}
table {
      margin: 0 0 0 20px;      
      font-size: 10px;
      font-weight:600; 
}
table td {
      padding:0 20px 0 0;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin: 0 auto;
	background: #CECDCB; 
	border: #5E2020 6px solid;
}
#header{
/*      background-image: url(images/TCOorchestra.jpg); */
      background-image: url(images/TCO2_028copy2.jpg); 
      background-repeat: no-repeat;
      width: 760px;
	height: 260px;  /*for IE6 sake, set smaller than background */
      margin: 0 auto;
	text-align: left;
      border-style: solid;
      border-width: 0 0 6px 0;
      border-color: #5E2020;
}
#header img {
    display: block;
    border: 3px solid #ccc;
    border-bottom-color: #eee;
    border-left-color: #ddd;
    border-top-color: #bbb;
}
#content { 
    background-image: url(images/myviolinx2.jpg);
    background-repeat: no-repeat;
    float: left;
    background-position: 0 0;
    width: 760px;
    min-height: 350px;
}
#left-col {
    float:left; 
    width: 150px;
    padding: 10px 10px 0 10px;
}
#left-col p{
    font-size: 95%; 
    color: #666;
    line-height: 1.2em;
}
#left-col img {
    border: none;
}
#right-col {
    float:right;
    width: 540px;
    border-left: 1px dotted #CC6666;
    color: #333333;
    padding: 10px;
}
#right-col p {
    font-size: 100%; 
    color: rgb(0,0,0);
    font-weight:600;
    line-height:1.4em;
}
#past p{
    font-size: 85%; 
    font-weight:400;
    line-height:1.2em;
}
#past a{
   text-decoration: none;
   color: #B83D3D;
}
#past a:hover {
   color: #1C5966;
   text-decoration: underline;
}
 
#footer{
	clear:both;
	height:40px;
	text-align: left;
	border-top: 1px solid #CC6666;
	background-color: #1C5988;   /* was #F0D5D5 */
}
#footer a{
    text-decoration: none;color: #FFFFFF 
}
#footer a:hover {  
  color: #00FFFF;
}
#footer p {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 80%;
    color: #FFF;
}
/* generic text formatting */
p {
    font-size: 90%; 
    color: #666666;
}	
h1 {
    color: #333333;
    font-size: 180%; 
    border-bottom: 2px solid #AD3838;
}
    h2 {font-size: 125%; 
    color: #CC6666;
    margin: 12px 5px;
}
h3{
    font-size: 95%; 
    margin: 12px 5px; 
    color: #B83D3D;
}
h3 a{
   text-decoration: none;
   color: #B83D3D;
}
h3 a:hover {
   color: #1C5966;
   text-decoration: underline;
}
/* sets the menu background colour */
#nav {
    margin: 0;    
    padding: 0;
    background: #1C5988;
    list-style-type: none;
    width: 165px;
    float: left; /* Contain floated list items */
}
#nav li {
    margin: 0;
    padding: 0;
    float: left;  /*This corrects the */   width: 100%; /*IE whitespace bug */
}
#nav a {    
    display: block;  /* to increase clickable area as a's 
      default to inline */
    color: #FFF;  /*   original #FFF   */
    text-decoration: none;
    padding: 0 15px;
    line-height: 2.5;
    border-bottom: 1px solid #FFF;
}
#nav #nav_con a {
    border: none;
}
#nav a:hover {  
    background: #4F4532;
}
/* following sets the current doc tab colour */
#body_hom #nav_hom a,
    #body_abo #nav_abo a, #body_reh #nav_reh a,
    #body_concert #nav_concert a, #body_lin #nav_lin a,
    #body_gallery #nav_gallery a,
    #body_cont #nav_cont a {
    background: #85A6BF; 
    color: #1A1303;
    font-weight: bold;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
