body {
	background: #dcd9d1;
}

h1 {
	display: none;
}

h2 a:link, h2 a:visited {
	font-size: 30px;
	color: #000099;
	text-decoration: none;
}

	h2 a:hover {
		text-decoration: underline;
	}
a.workshopLogo:link img, a.workshopLogo:visited img {
	border: 0px;
}

#container {
	width: 600px;
	margin: 50px auto;
	background: #FFF;
}

div.roundedTop {
	float: left;
	clear: left;
	background: url(/images/frontpage/roundedTop.gif);
	height: 12px;
	width: 600px;
	height: 29px;
}

div.frontpageContainer {
	float: left;
	clear: left;
	width: 600px;
	background: #FFF;
}

div.roundedBottom {
	float: left;
	clear: left;
	background: url(/images/frontpage/roundedBottom.gif);
	height: 12px;
	width: 600px;
	height: 29px;
}

div.verkstadLogga {
	text-align: center;
}

div.fieldsetDescription {
	margin-top: 10px;
	text-align: center;
}

	div.fieldsetDescription p.description {
		margin: 30px 0px;
		font-size: 22px;
		font-variant: small-caps;
	}

	div.fieldsetDescription p.small {
		color: #777;
	}

fieldset.regnrSearch {
	margin-top: 3px;
	margin-left: 210px;
}