* {
 margin:0;
 padding:0;
 }

body {
  color: #000;
  font-size: 12px;
  font-family: verdana, arial, helvetica, sans-serif;
  background: url(../img/bg_color.gif) repeat;
  }

#header{
  height:152px;
  width:100%;
  background: #630 url(../img/header.jpg) repeat-x 50% 0;
  }

#container {
  width:100%;
  text-align:center;
  background: url(../img/bg_tile.jpg) repeat-y  50% 0;
  }

#columns {
  width:700px;
  margin:0 auto;
  }

#maincol{
/*  position:relative;*/
  left:0px;
  float:left;
  width:460px;
  text-align:left;
  padding: 0px 20px 15px 20px;
  }

#rightcol{
/*  position:relative;*/
  right:0px;
  width:170px;
  float:right;
  text-align:right;
  padding: 15px;
  }

#footer {
  width:100%;
  height: 85px;
  background: #630 url(../img/footer.jpg) repeat-x 50% 0;
  text-align: center;
  }

#footer .content {
  padding-top:7px;
  color: #fff;
  }

.clr{
  clear:both;
  height:0;
  }

/*printer styles*/
@media print{

/*hide the right column when printing*/
#header{display:none;}
#rightcol{display:none;}
#footer{display:none;}
a.top{display:none;}
ul.summary{display:none;}
#maincol{width:90%;}
table.plan{border-spacing:0; width:100%; border-collapse: collapse;}
table.plan td, th {border:1px solid black;}
table.concert td, th {border:none;}
#navtable{display:none;}
body{background-image:none; background-color:#ffffff;}
#container{background:none;}
}
