* {
  font-family: frutiger, arial, helvetica, sans-serif;     
  font-size: 11px;
  line-height: 1.1;
}

body{
  background: #cc9;
  background-position: center;
  background-repeat: repeat-y;
  color: #f90;
  margin:0px;
  padding:0px;
}

H1,
H1 A {
  font-size: 18px;
  margin-bottom: 3px;
  color: white;
}
H2, 
H2 A {
  font-size: 14px;
  margin-bottom: 3px;
}
H3,
H3 A {
  font-size: 15px;
  color: #ff9900;
}

A:link {
  text-decoration: underline;
  color: #fff;
}
A:visited,
A:active {
  text-decoration: underline;
  color: #808080;
}
P {
  margin-bottom: 5px;
}
TD {
  vertical-align: top;
  text-align: left;
}
IMG {
  border: 0px;
}
UL {
  margin: 0px;
}

.title {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
.subtitle {
  font-size: 13px;
  color: #fff;
  font-style: italic;
}
.title.periodical {
  font-style: normal;
}
.author {
  font-size: 11px;
  margin-left: 7px;
}
.author A:link,
.author A:visted,
.author A:active{
  color: #f90;
}
.person A:link,
.person A:visted,
.person A:active{
  color: #f90;
}
.date {
  color: #fff;
  font-size: 11px;
}
.blurb {
  color: #fff;
}
.flatter,
.flatter H2 {
  color: #fff;
}
.issue {
  font-weight: bold;
}
.hint {
  font-size: 11px;
}

#all {
  width: 755px;
  background: #555;
  border: 0px;
  margin: 0px;
}

#title_box {
  background: #fff;
  width: 155px;
  height: 75px;
}

#topmenu_box {
  background: #808080;
  width: 600px;
  height: 28px;
  margin: 0px;
  padding: 0px;
}



#topspecial_box {
  background: #300;
  width: 600px;
  height: 47px;
  vertical-align: bottom;
}
.topspecial_block{
  margin: 0 px;
}

#menu_box {
  background: #fff;
  background-image: url(images/menu_back.gif);
  background-attachment: scroll;
  background-repeat: no-repeat;
  width: 155px;
}

.menu_block{
  margin: 9px;
}
.menu_block UL{
  margin-left: 0px;
  padding-left: 13px;
} 
.menu_block LI,
.menu_block LI *{
  margin-left: 0px;
  font-size: 11px;
  line-height: 1.2;
  list-style-type: none;
  text-indent: -7px;
  padding-bottom: 2px;
 }
.menu_block A:link,
.menu_block A:visited,
.menu_block A:active {
  color: #600;
  text-decoration: none
}
.menu_block H2 {
  color: #600;
}

#menu_box .content {
  padding: 0 10px 15px 10px;
}

#content_box {
  background: #600;
  width: 430px;
}
#content_lcol{
  background: #600;
  width: 215px;
}
#content_rcol{
  background: #600;
  width: 214px;
}
.content_block{
  margin-top: 7px;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}       
#content_rcol .content_block{
  margin-left: 5px;
}
#content_lcol .content_block{
  margin-right: 5px;
}
.content_block H1,
.content_block H1 A{
  color: #fff;
}   
.content_block H2 {
  font-size: 16px;
  line-height: 1.3;
}
.content_block .news,
.content_block .news, 
.content_block .blurb,
.content_block .blurb *{
  font-size: 11px;
}
.content_block P{
  margin-top: 0px;
}

#special_box {
  background: #300;
  width:170px;
  z-index: 2;
}
.special_block {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.special_block,
.special_block *{
  font-size: 11px;
  line-height: 1.2;
}
.special_block img{
  margin-bottom: 5px;
}
.special_block H2{
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
}
.special_block .artist{
  color: #fff;
  font-weight: bold;
}


