/*
	STYLE DOT SEE ESS ESS
*/

html, body{min-height:100%}

body{
	font-family:Georgia, serif;
	margin:0;
	padding:0;
	text-align:center;
	background:#ddf;
}

.clear {
	clear:both;
}

#header{
	width:100%;
	background:#335;
	margin:0;
	padding:20px 0;
	border-bottom:4px solid #e99;
}

h1, h2, h3, h4, p{
	width:500px;
	margin:inherit auto;
}

#header h1{
	font-size:48px;
	font-weight:normal;
	color:#e99;
	margin:10px auto 15px;
}

#header h2{
	font-size:24px;
	font-weight:normal;
	font-style:italic;
	color:#c77;
	margin:8px auto 10px;
}

div.whatdoes700pxlooklike{
	width:700px;
	height:100%;
	border-left:1px solid black;
	border-right:1px solid black;
	margin:0 auto;
}

p{
	padding:5px 0 8px;
	font-size:18px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	line-height:28px;
}

h3.ohhelen{
	font-size:22px;
	margin:25px auto 0px;
	text-align:left;
}

img.ohhelen{
	margin:0px auto 15px;
	border-top:5px solid #335;
	border-bottom:5px solid #335;
}

h3.thequestion{
	text-align:center;
	border-bottom:0px;
	margin:50px auto 70px;
	font-size:40px;
	font-style:italic;
	font-weight:normal;
}

h3.theanswers{
	text-align:center;
	border-bottom:0px;
	margin: 10px auto 50px;
}

h3.theanswers a{
	color:#335;
}
h3.theanswers a:hover{
	color:#c77;
}