body {
	margin: 30px auto auto;
	width: 750px;
	font: 13px Verdana, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/gears.jpg) no-repeat fixed right top;
}

a {
	color: #eb85bb;
	text-decoration: none;
}

a:hover,
#byline a:hover {
	color: #ea2b94;
}

#logo {
	width: 427px;
	height: 45px;
	margin-bottom: 40px;
	background: url(../images/engineeryourself.png) no-repeat;
}

#logo:hover {
	cursor: pointer;
}

#wrap {
	width: 500px;
}

h1 {
	background-color: #e5e5e5;
	font: large Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: 20px;
	padding-top: 50px;
	color: black;
	text-decoration: none;
	opacity: .5;
	padding: 10px 20px;
	margin-top: 10px;
}

h1:hover {
	opacity: 1;
	cursor: pointer;
}

h1 strong {
	font-size: 35px;
	padding-right: 2px;
}

h1:hover strong {
	color: #ea2b94;
}

.answer {
	padding: 0px 25px 10px 25px;
}

ul {
	padding-left: 16px;
	list-style-type: square;
}

li {
	padding-bottom: 5px;
}

#poster {
	margin-top: 60px;
}

#poster a {
	background: url(../images/pdf.png) no-repeat 0 0px;
	padding-left: 22px;
}

#byline {
	border-top: 1px solid #e5e5e5;
	font: x-small Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #ccc;
	padding-top: 5px;
	margin: 10px 0px 20px;
	cursor: default;
}

#byline a {
	color: #ccc;
	text-decoration: none;
}
