body {
    color: #000;
    margin: 0;
    padding: 0;
}

#header {
    width: 800px;
    min-height: 275px;
    margin: 5px auto 0 auto;
    border: 0px solid #000;
    background: url(header_band_3p.png)  no-repeat left;
}


#header p {
    margin: 7px 0 0px 0px;
    display: block;
    font: 15px "Helvetica", serif;
    list-style: none;
    text-align: left;
    float: left;
}


#header ul {
    margin: 0px 0 0 430px;
    padding: 50px 0 6px 10px;
    list-style: none;
    text-align: right;
    float: top;
}


#header li {
    margin: 15px;
    padding: 0px 5px;
    font: 17px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
    display: inline;
    border-left: 15px solid orange;
}

#header li.current {
    margin: 15px;
    padding: 0px 5px;
    font: 17px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
    border-left: 15px solid red;
}

#header a:link {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

#header a:visited {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

#header a:hover {
    color: Orange;
    text-decoration: none;
    font-weight: bold;
}


#lband {
    width: 50px;
    min-height: 440px;
    height: 100%;
    margin: 0 auto 0 auto;
    border: 0px solid #000;
    background: url(left_band2.png) no-repeat;
    float:left;
}


#banner {
    width: 800px;
    min-height: 160px;
    margin: 0 auto 0 auto;
    border: 0px solid #000;
    background: url(poster_band6.png) no-repeat;
}

#container {
    width: 800px;
    min-height: 420px;
    height: auto;
    margin: 20px auto 0 auto;
    border-top: 0px solid Orange;
    border-bottom: 0px solid Orange;
}




/*----------- menu -------------   */

#menu {
    width: 200px;
    min-height: 420px;
    margin: 0px 0;
    float: right;
    background-color: White;
    border-left: 0px dotted orange;
}

#menu ul {
    margin: 0px 0 0px 0px;
    padding: 5px 0 15px 5px;
    display: list-item;
    list-style: none;
    text-align: left;
    border-top: 1px dotted orange;
}

#menu li {
    margin: 2px;
    padding: 0px 0 0 0;
    font: 16px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
}

#menu li.sub {
    margin: 2px 0 0 20px;
    padding: 0px 0 0 3px;
    font: 14px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
}

#menu li.subcurrent {
    margin: 2px 0 0 20px;
    padding: 0px 0 0 3px;
    font: 14px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
    border-left: 5px solid orange;

}

#menu li.subsub {
    margin: 2px 0 0 40px;
    padding: 0px 0 0 3px;
    font: 14px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
}


#menu li.subsubcurrent {
    margin: 2px 0 0 40px;
    padding: 0px 0 0 3px;
    font: 14px "Helvetica", serif;
    font-variant:small-caps;
    color: gray;
    border-left: 5px solid orange;
}



.current {
    padding: 0px 0 0px 3px;
    font: 16px "Helvetica", serif;
    color: gray;
    font-variant:small-caps;
    border-left: 10px solid orange;
}

#menu a:link {
    color: #000;
    text-decoration: none;
}

#menu a:visited {
    color: #000;
    text-decoration: none;
}

#menu a:hover {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: Orange;
  border-bottom-color: Orange;
  color: Orange;
}


/*----------- main -------------   */

#main {
    height:auto;
    min-height: 525px;
    width: 540px;
    padding: 0 33px 20px 0;
    margin: 0px 0 0 25px;
    float: left;
    border-right: 1px dotted orange;
}

#main h3 {
    color: Gray;
    margin: 10px 0px;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: left;
    border-bottom: 1px solid orange;
}


#main h2 {
    color: Gray;
    margin: 0 0 20px 0;
    font: 30px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: left;
}

#main h4 {
    color: red;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: center;
    font-weight: bold;
}


#main h1 {
    color: #000;
    margin: 0 0 20px 0;
    border-left: 0px solid Orange;
    font: 35px "Helvetica", serif;
    line-height: 1.0;
    text-indent: 0px;
}

#main p {
    margin: 10px 0 0 0 px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: justify;
}


#main p2 {
    width: 100px
    margin: 10px 0 0 10px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;
}

#main ul {
    margin: 10px 0 0 0 px;
    padding: 0px 0 0px 0px;
    line-height: 1.3;
    display: list-item;
    list-style: bullet;
    text-align: left;
}

#main li { 
  color: black;           
  margin: 0px 0 0 10px;
  font: 14px "Helvetica", sans-serif;
 }



#main img
{
  color: white;
  margin: 0px 0 3px 3px;
  border: none;	
}

#main table
{
  border: 0;
  margin: 0px 0 10px 20px;
  font: 14px "Helvetica", serif;
  line-height: 0.9;
  text-align: left;
}


#main table.org
{
  border: 0;
  margin: 0px 0 10px 20px;
  font: 12px "Helvetica", serif;
  text-align: left;
  float:left;
}

#main table.org1
{
  border: 0;
  margin: 0px 0 10px 20px;
  padding: 0 15px 0 0;
  font: 12px "Helvetica", serif;
  text-align: left;
  float:left;
  border-right: 1px dotted orange;
}


#main table.org2
{
  border: 0;
  margin: 0px 0 10px 10px;
  font: 12px "Helvetica", serif;
  text-align: left;
  float:left;
}


#main table.program
{
  width: 530px;
  border: 0;
  margin: 0px 0 10px 5px;
  font: 13px "Helvetica", serif;
  line-height: 1.1;
  text-align: left;
  float:left;
}


#main table.program_small
{
  width: 530px;
  border: 0;
  margin: 0px 0 10px 5px;
  font: 12px "Helvetica", serif;
  line-height: 1.1;
  text-align: left;
  float:left;
}


#main table.programtable
{
  width: 595px;
  border: 0;
  margin: 0px 0 10px -25px;	
  font: 12px "Helvetica", serif;
  line-height: 1.1;
  text-align: left;
  float:left;
}

#main table.timetable
{
  width: 500px;
  border: 0;
  margin: 0px 0 10px 0px;	
  font: 12px "Helvetica", serif;
  line-height: 1.1;
  text-align: left;
  float:left;
}



#main a:link {
    color: Green;
    text-decoration: none;
}

#main a:visited {
    color: Green;
    text-decoration: none;
}

#main a:hover {
    color: Grey;
}






#main2 {
    height:auto;
    min-height: 435px;
    width: 599px;
    padding: 0 0px 20px 0;
    margin: 0px 0 0 0px;
    float: left;
    border-right: 1px dotted orange;
}

#main2 h1 {
    color: #000;
    margin: 0 0 20px 0;
    border-left: 0px solid Orange;
    font: 35px "Helvetica", serif;
    line-height: 1.0;
    text-indent: 0px;
}



#main2 table.programtable
{
  width: 595px;
  border: 0;
  margin: 0px 0 10px 0px;	
  font: 12px "Helvetica", serif;
  line-height: 1.1;
  text-align: left;
  float:left;
}


/*----------- textband -------------   */

.textband {
    width: 540px;
    margin: 0px 0 20px 0px;
    min-height: 100px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;
    float: left;
}

#textband {
    width: 540px;
    margin: 0px 0 40px 0px;
    min-height: 50px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;
    float: left;
}


#textband h3 {
    color: Gray;
    margin: 0 0 20px 0px;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: left;
    border-bottom: 1px solid orange;
}

#textband h3.a {
    width: 310px;
    margin: 0 0 20px 0px;
    padding: 0 0 0 0px;
    color: Gray;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: left;
    border-bottom: 1px solid orange;
    float: left;
}


#textband h3.b {
    width: 230px;
    margin: 0 0 20px 0;
    color: Gray;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: right;
    border-bottom: 1px solid orange;
    float: right;
}

#textband h3.c {
    margin: 0 0 20px 0;
    color: Gray;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: right;
    border-bottom: 1px solid orange;
}


#textband h3.a2 {
    width: 440px;
    margin: 0 0 20px 0px;
    padding: 0 0 0 0px;
    color: Gray;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: left;
    border-bottom: 1px solid orange;
    float: left;
}


#textband h3.b2 {
    width: 100px;
    margin: 0 0 20px 0;
    color: Gray;
    font: 16px "Helvetica", sans-serif;
    line-height: 1.1;
    text-align: right;
    border-bottom: 1px solid orange;
    float: right;
}



#textband h4 {
    margin: 0 0 20px 10px;
}


#textband p {
    color: Black;
    margin: 10px 0 0 10px;
    font: 14px "Helvetica", sans-serif;
    line-height: 1.3;
    text-align: justify;
}

#textband p.main {
    width: 270px;
    color: Black;
    margin: 0; 
    padding: 0px 10px 0px 0px; 
    font: 14px "Helvetica", sans-serif;
    line-height: 1.3;
    text-align: justify;
}


#textband p.margin {
    color: Black;
    margin: 10px 0 0px 20px;
    font: 13px "Helvetica", sans-serif;
    line-height: 1.3;
    text-align: justify;
}

#textband p.box {              
    width: 350px;
    color: Black;
    margin: 20px 0 0 10px;
    font: 14px "Helvetica", sans-serif;
    line-height: 1.3;
    text-align: justify;
}



#textband ul {
    margin: 0px 0 0px 20px;
    padding: 0px 0 0px 0px;
    line-height: 1.3;
    display: list-item;
    list-style: none;
    text-align: left;
}


#textband ul.bullet {
    margin: 0px 0 0px 20px;
    padding: 0px 0 0px 0px;
    line-height: 1.3;
    display: list-item;
    list-style: bullet;
    text-align: left;
}


#textband li { 
  color: black;           
  margin: 0px 0 0 20px;
  font: 13px "Helvetica", sans-serif;
 }


#textband pict {              
    width: 250px;
    margin: 10px 0 0 10px;
    float:right;
}



#textband img
{
  color: white;
  margin: 0px 0 5px 5px;
  border: none;	
}


#textband a:link {
    color: Green;
    text-decoration: none;
}

#textband a:visited {
    color: Green;
    text-decoration: none;
}

#textband a:hover {
    color: Grey;
}


#textband table
{
  border: 0;
  margin: 0px 0 10px 20px;
  font: 14px "Helvetica", sans-serif;
  line-height: 0.9;
  text-align: top;
  float:bottom;
}


#textband table.contact
{
  border: 0;
  margin: 0px 0 10px 20px;
  font: 13px "Helvetica", sans-serif;
  line-height: 1.1;
  text-align: top;
}


#tableband {
    width: 580px;
    margin: 0px 0 40px 0px;
    min-height: 50px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;
    float: left;
}


#tableband a:link {
    color: Black;
    text-decoration: none;
    font-weight: none;
}

#tableband a:visited {
    color: Black;
    text-decoration: none;
    font-weight: none;
}

#tableband a:hover {
    color: Orange;
    text-decoration: none;
    font-weight: none;
}



#table a:link {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

#table a:visited {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

#table a:hover {
    color: Orange;
    text-decoration: none;
    font-weight: bold;
}



#news {
    width: 520px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 10px;
    min-height: 50px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;
    float: left;
    border-top: 1px solid Orange;
    border-bottom: 1px solid Orange;
    border-right: 10px solid Orange;
    border-left: 10px solid Orange;
}

#news li { 
  color: grey;           
  margin: 5px 0 0 25px;
 }


#textband pict {
    width: 300px;
    margin: 0px 0 40px 0px;
    min-height: 50px;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;
    float: top;
}



#buttom { 
    align: center;
    height: 30px;
    padding: 10px 5px 5px 5px;
    background-color: white;
    border-top: 0px solid Orange;
    border-bottom: 0px solid Orange;
    border-right: 0px solid Orange;
    border-left: 0px solid Orange;    	
}


#buttom p{ 
    text-align: center;
    line-height: 1.6;
    font: 18px "Helvetica", serif;
    font-weight: bold;	
}



/*----------- footer -------------   */

#footer {
    width: 800px;
    min-height: 40px;
    margin: 0px auto 0px auto;
    border-top: 3px solid Orange;
    float:left;
}

#footer p {
    padding: 0px 0 0 0px;
    color: Grey;
    font: 14px "Helvetica",sans-serif;
    font-weight: 100;
    text-align: center;
}



#pictband {
    width: 547px;
    margin: 0px 0px 10px -5px;
    min-height: 50px;
    border: none;
    color: white;
    font: 15px "Helvetica", serif;
    line-height: 1.2;
    text-align: left;

}



#pictband p {
    width: 250px;          
    margin: 0px 10px 0 10 px;
    padding: 0 10px 0 10px;
    font: 14px "Helvetica", serif;
    line-height: 1.2;
    text-align: justify;
}


#pictband img
{
  color: white;
  margin: 0px 0 5px 5px;
  border: none;	
}


#pictband a:link {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

#pictband a:visited {
    color: Black;
    text-decoration: none;
    font-weight: bold;
}

#pictband a:hover {
    color: Orange;
    text-decoration: none;
    font-weight: bold;
}



