@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	background-image:url(../../img/background.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333366;
}
}
#left {
	width: 230px;
	float:left;
	color: #FFFFFF;
}
#content {
	float: left;
	padding-left: 30px;
	padding-bottom: 20px;
}
#content h1 {
	padding: 0px 0px 5px 0px;
	font-size:1.5em;
	font-style:italic;
	border-bottom: 1px solid #FFFFFF;
	color: #336699;
}
fieldset {
	margin:20px 0 20px 0;
	padding: 10px;

	border:1px solid #336699;
	display:block;
}
fieldset legend {
	font-size:1.4em;
	color: #336699;
	font-weight:bold;
}
fieldset p {
	margin:0;
	padding:2px;
}
fieldset.writingDetails p, fieldset.generalInfo p {
	padding: 6px 0 10px 0;
	margin-bottom: 6px;
	border-bottom:1px solid #fff;
}
fieldset span {
	font-weight:bold;
	display:inline-block;
}
fieldset.contact span {
	width: 150px;
}
label.error {
	margin-left:10px;
	color:#F00;
}
input.error, textarea.error {
	border:1px solid #F00;
}
textarea {
	margin-top: 10px;
}
table.workshops {

	margin-top: 15px;
border-collapse:collapse;
} 


.workshops td  {
border-bottom: 1px solid #fff !important;
}


