@charset "utf-8";
body {
	background: #392b40;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Cambria, "Palatino Linotype", serif;
	font-size: 100%;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#container #header a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	background: #c6bdd2;
	padding:0;
	margin:0;
}
#mainContent h1  {
	font-size: 1.7em;
}

#mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	
}
#mainContent #update {
	font-style: italic;
	color: #C33;
	font-size: 1.2em;
	font-weight: bold;
	width: 575px;
	margin-right: auto;
	margin-left: auto;
}
#mainContent #SignUp #serving  {
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
}
#mainContent #pic1 {
	float: left;
	width: 200px;
	font-size: 0.8em;
	text-align: center;
}
#intro h1   {
	font-variant: small-caps;
}
#intro  {
	text-align: center;
	width: 475px;
	margin-left: 300px;
	margin-top: 20px;
}
#intro2   {
	float: left;
	padding-right: 30px;
	padding-left: 110px;
	padding-top: 0px;
}
#SignUp form table   {
	margin-left: 110px;
	width: 480px;
	text-align: left;
}

#SignUp {
	text-align: center;
}
#workshop  {
	margin-left: 300px;
	padding-left: 25px;
}
#review {
	background-color: #E3E3E3;
	width: 230px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
#footer {
	background:#DDDDDD;
	clear: both;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

h2 {
	font-variant: small-caps;
}



.privacy {
	font-size: small;
}
h1 {
	font-variant: small-caps;
}
.alignRight {
	font-size: small;
	padding-left: 300px;
}

