/* CSS Document */

body {
			background: #275236 url("images/bg.gif") repeat-x top left;
			margin: 100px auto;
			text-align: center;	
		}
		
p {
			font: normal normal normal 12px Tahoma, Verdana, Arial, sans-serif;
			color: #CCCCCC;
			margin: 20px;
		}
		
h1 {
			font-family: 'Papyrus', Tahoma, Verdana, sans-serif;
			font-size: 1.1em;
			text-align: left;
			margin: 10px 0 0 20px;
		}		
		
h2 {
			color: #000000;
			font: bold 10px Tahoma, Verdana, Arial, sans-serif;
			text-transform: uppercase;
			margin: 10px 20px 0 20px;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 1px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: dotted;
			border-left-style: none;
			border-bottom-color: #333333;
		}		
		
#container {
			width: 716px;
			margin-left: auto;
			margin-right: auto;
			margin-top: 100px;
			margin-bottom: 100px;
			text-align: left;
		}
		
#header {
			width:716px;
			float: left;
			padding-top: 10px;
			background-color: #ffffff;
		}
		
.content {
			width:696px;
			float: left;	
			background-color: #39774E;
			border-left: 10px solid #ffffff;
			border-right: 10px solid #ffffff;
			border-bottom: 10px solid #ffffff;
		}
		
* html #container {
			width: 716px; /*for ie5.x win */
			w\idth: 696px; /* for ie6 */
		}

.linkspan {
			
			padding: 0 8px 0 0;
		}

.content a {
			color: #ffffff;
			text-decoration: underline;
		}
		
.content a:link {
			color: #ffffff;
			text-decoration: underline;
		}
		
.content a:visited {
			color: #ffffff;
			text-decoration: underline;
		}
		
.content a:hover {
			color: #ffffff;
			text-decoration: none;
			background-color: #39774E;
		}

#links {
			font: normal normal normal 10px Tahoma, Verdana, Arial, sans-serif;
			text-align: center;
			margin: 0 0 10px 0;
		}
		
#links a:link {
			color: #000000;
			text-decoration: none;
			padding: 5px;
		}
		
#links a:visited {
			color: #000000;
			text-decoration: none;
			padding: 5px;
		}
		
#links a:hover {
			color: #ffffff;
			text-decoration: none;
			background-color: #39774E;
			padding: 5px;
		}

#footer {
			font-family: Tahoma, Verdana, Arial, sans-serif;
			font-size: 10px;
			color: #999999;
			text-align: center;
		}
		
#footer a:link {
			color: #ffffff;
			text-decoration: none;
		}
		
#footer a:visited {
			text-decoration: none;
			color: #ffffff;
		}
		
#footer a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
img.mapleleaf {
			vertical-align: middle;
			padding: 0 6px;
			border: 0;
		}
		
p.mapleleaf {
			font-size: 10px;
			color: #999999;
		}
		
p.mapleleaf a:link {
			color: #ffffff;
			text-decoration: none;
		}
		
p.mapleleaf a:visited {
			text-decoration: none;
			color: #ffffff;
		}
		
p.mapleleaf a:hover {
			color: #ffffff;
			text-decoration: underline;
		}
		
.accent {
			color: #003300;
			font-style: italic;
			font-weight: bold;
		}
		
.prices {
			font-size: 10px;
			font-weight: bold;
			margin-left: 50px;
			padding: 0 5px;
			border-left-width: 1px;
			border-left-style: dotted;
			border-left-color: #333333;
		}
		
.events {
			text-transform: uppercase;
			font-size: 10px;
			font-weight: bold;
			border-top-width: 0px;
			border-right-width: 0px;
			border-bottom-width: 1px;
			border-left-width: 0px;
			border-top-style: none;
			border-right-style: none;
			border-bottom-style: dotted;
			border-left-style: none;
			border-bottom-color: #333333;
			margin: 0 20px;
		}
		
img.facilitators {
			float: left;
			margin-right: 25px;
			margin-bottom: 10px;
			border-style: solid;
			border-color: #000000;
			border-width: 1px;
		}
		
img.facilitatorsright {
			float: right;
			margin-left: 25px;
			margin-bottom: 10px;
			border-style: solid;
			border-color: #000000;
			border-width: 1px;
		}
		
.music {
			text-transform: uppercase;
			font-size: 10px;
			font-weight: bold;
			color: #ffffff;
		}
		
table {
			font: bold 10px Tahoma, Verdana, Arial, sans-serif;
			color: #CCCCCC;
			margin: 20px;
		}
		
form {
			text-align: center;
			margin: 20px;
			border: 1px solid #000000;
			background: #316640;
		}
		
input {
			font: normal normal normal 10px Tahoma, Verdana, Arial, sans-serif;
		}
		
textarea {
			font: normal normal normal 10px Tahoma, Verdana, Arial, sans-serif;
		}
		
p.headline {
			color: #CCCCCC;
			text-align: center;
			font-size: 10px;
			margin: 0 25px 10px 25px;
			padding: 5px;
			border: 1px solid #CCCCCC;
			background: #316640;
		}
		
img.thumbnails {
			border: 1px solid #000000;
			margin: 10px;
			padding: 0;
		}