html, body {
	height: 100%;
}

*:focus {
	outline: none;
}

a:link, a:visited {
	color: #fce27f
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #fff9e5;
	text-decoration: underline;
}

body {
	background-color: #333;
	font: 62.5% "Helvetica Neue", Helvetica, Arial, SunSans, sans-serif;
	text-align: center;
	padding: 1em;
}

div#leftcolumn {
	width: 400px;
	height: 400px;
	text-align: left;
	float: left;
}

div#rightcolumn {
	float: left;
	margin: 0 0 0 20px;
}

h1#maydaysm_at {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 0;
	padding: 0;
}

h1#maydaysm_at span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../img/at.maydaysm.welcome.gif) no-repeat left top;
	color: white;
}

div#faq {
	background-color: #ffd52e;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	padding: 1em;
}

div#faq h3 {
	line-height: 140%;
	margin: 0;
	color: black;
	cursor: pointer;
	background-color: #ffe580;
	border-bottom: 1px solid #e5c545;
	border-top: 1px solid #fff3c6;
	border-left: 1px solid #e5d9ac;
	border-right: 1px solid #e5c545;
	height: 100%;
	padding: 0.2em 0.4em;
	font-size: 1.4em;
}

div#faq h3:hover {
	color: #000;
	background-color: #ffefb3;
}

div#faq h3.selected {
	background-color: #333;
	color: #ffd52e;
}

div#faq div.content {
	display: block;
	background-color: #fff9e5;
	color: #000;
	padding: 0.4em 0.4em 0.4em 1.7em;
	border-bottom: 1px solid #ebc52a;
	border-top: 1px solid #fff;
	border-left: 1px solid #e5d9ac;
	border-right: 1px solid #e5c545;
	margin: 0;
	font: 1.4em/140% Baskerville, Georgia, "Times New Roman", Times, serif;
}

div#faq div.content p {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

p#show_hide {
	text-align: right;
}