/* generic */

body

{

 font-weight: normal;

 font-size: 12px;

 font-family: "verdana", "Arial", "Helvetica", "san-serif";

  background-repeat: repeat-x;
  background-position: center top;
  margin-top: 0px;
  background-color: #FFFFFF;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}


#container {
  background-image: url(images/00body_sback.jpg);
  background-repeat: repeat-y;
  background-position: center top;

}
#container-inner {
  background-image: url(images/00body_side.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

/* tour dates */

.tour_dates

{

 width:490px;

 height:140px;

}



/* Text */

.default_text { font-size: 12px; line-height:15px; }

.small_text { font-size: 10px; line-height:13px; }  

.xsmall_text { font-size: 9px; line-height:11px; }  

.big30 { font-size: 30px; line-height:29px; }

.big24 { font-size: 24px; line-height:25px; }

.big18 { font-size: 18px; line-height:22px; }

.big13 { font-size: 13px; line-height:18px; }



/* Link Color */

a:link { color: #636035; text-decoration: none }

a:visited { color: #800000; text-decoration: none }

a:hover { color: #800000; text-decoration: underline }

a:active { color: #636035; text-decoration: none }



/* Line */

.line { border: 1px solid #F5F5F5; }



/* Back Ground */

.bg_left

{

 width:23px;

 background:url(img/bg_left.gif) 0 0;

}

.bg_right

{
	width:23px;
	background-image: url(img/bg_right.gif);
	background-position: 0 0;

}

