body { 
  background-color: #b5a789;
  font-family:      Verdana, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#header {
  background-color: #675c47;
  margin:           10px;
  height:           108px;
}

#mainmenu {
  background:       #efe5d0;
  padding:          15px;
  width:            200px;
  float:            left; margin-left:10px; margin-right:10px; margin-top:0px; margin-bottom:10px
}

#NewWorkshops {
  background:       url('images/background.gif') bottom right;
  font-size:        105%;
  padding:          5px;
}

#intro {
  padding:          5px;
 text-align:	    justify;

}

#footer {
  background-color: #675c47;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

li {
	list-style-type: square;
	padding: 10px;
}

.wsdate {
	font-weight: bold;
	font-size:	85%;
}

.wscity {
	font-size:	110%;
}

.wstheme {
	font-style: italic;
}

.pub {
	font-style: italic;
}

h1 {
  font-size:        120%;
  color:            #954b4b;
}

h2 { font-size: 110%; }


a:link {
  color:            #b76666;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #675c47;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

#allcontent {
  width:            800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #675c47;
  margin-left:      auto;
  margin-right:     auto;
}