body { 
  background:       	url(images/background_compass.gif);
  background-color: 	#ffffff;
  background-repeat: 	no-repeat;
  font-family:      	Arial, sans-serif;
  font-size:        	small;
  margin:           	0px;
}

#header {
  text-align:       	center;
  margin:           	20px;
  height:           	150px;
}

#toplinks-bar {
  text-align:       	center;
}
#toplinks-bar li {
  list-style-type: 	none;
  display: 			inline;
  padding: 			5px;
  margin: 			2px;
  background: 		#dddddd;
}

#main {
  font-size:        	105%;
  padding:          	15px;
  margin:           	0px 10px 10px 10px;
  width:		  	600px;
  float:            	left;
}

#main-links {
  font-size:        	105%;
  padding:          	15px;
  margin:           	0px 10px 10px 10px;
  width:		  	390px;
  float:            	left;
}

#main-schedule, #main-club-news {
  font-size:        	105%;
  padding:          	15px;
  margin:           	0px 10px 10px 150px;
  width:		  	610px;
}

#sidebar {
  font-size:        	105%;
  background:       	url(images/background_compass.gif);
  background-repeat: 	no-repeat;
  border-style:     	outset;
  border-color:     	#aaaaaa;
  padding:          	15px;
  margin:           	50px 10px 10px 625px;
}

#sidebar-links {
  font-size:        	105%;
  background:       	url(images/background_compass.gif);
  background-repeat: 	no-repeat;
  border-style:     	outset;
  border-color:     	#aaaaaa;
  padding:          	15px;
  margin:           	0px 10px 10px 425px;
}

#webcounter {
  text-align:       	center;
}

#footer {
  background-color: 	#dddddd;
  color:            	#006633;
  text-align:       	center;
  border-style:     	outset;
  border-color:     	#aaaaaa;
  padding:          	5px;
  margin:           	0px;
  font-size:        	100%;
  clear:            	left;
}

h1 {
  font-size:        	120%;
  color:            	#006633;
}
h2 { 
  font-size: 		110%;
}

#main-schedule h1 {
  text-align:		center;
}

#main-schedule h2 {
  text-align:		center;
  background-color: 	#dddddd;
}

a:link {
  color:            	#b76666;
  text-decoration:  	none;
  border-bottom:    	none;
}
a:visited {
  color:            	#675c47;
  text-decoration:  	none;
  border-bottom:    	none;
}

#toplinks-bar li a:link {
  color:            	#006633;
}
#toplinks-bar li a:visited {
  color:            	#006633;
}
#toplinks-bar li a:hover {
  color:            	#000000;
}

#allcontent {
  width:			900px;
  margin-left:		auto;
  margin-right:		auto;
}

.event {
  font-weight:		bold;
}

.description {
}
