@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #2F2922;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color: #2F2922;
}
a {	
	color: #2F2922;
	}
	

.footer {	font-size: 10px;
	color: #2F2922;}
	
.footer a {	font-size: 10px;
	color: #2F2922;
	text-decoration:none}
	
	
	.pinningboard {
	background-color: #FCFBFF;
	border: thin dashed #666699;
	padding:10px;
}

	.workshops {
	background-color: #FFFFE6;
	border: thin dashed #666699;
	padding:10px;
}

fieldset { background: #EEEEEE; padding: 0px; border: none; }
fieldset.submit { width: 194px; text-align: center; padding-top: 0; margin: 0; margin-top:4px; border: 0; }
input { margin-bottom:11px;  }

button.bigOrange { width: 194px; height: 57px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-align: center; color: #FFF; background-image: url(images/button-submit.gif); background-repeat: no-repeat; background-position: 0 0; border: 0; margin: 0; margin-top:4px; padding: 0 0 27px 0; }
button:hover.bigOrange { background-position: 0 -57px; }

textarea {width: 345px;}


