@charset "UTF-8";
/* CSS Document */

#header {
	margin: 10px;
	height: 108px;
}

#menu {
	background-color: white;
	padding: 15px;
	margin: 0px 10px 10px 0px;
	width: 150px;
	float: left;
}

#allcontent {
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 80%
}

#main {
	margin: 20px 0px 0px 190px;
}

#servicelisting {
	margin-left: 25px;
}

#footer {
	text-align: center;
	margin: 10px;
	font-size: 90%;
	clear:	left;
}
	

.headline {
	font-size:160%; 
	font-weight: bold;
}

.tagline {
	font-weight: bold;
}

.servicedate {
	font-weight: bold;
}

.linebreak {
	height: 2px;
	color: #3e0445;
	background-color: #3e0445;
}

.question {
	font-weight: bold;
}

.rightphoto {
	height: 106px;
	float: right;
	margin: 10px 0 10px 10px;
}

.leftphoto {
	height: 106px;
	float: left;
	margin: 10px 10px 10px 0px;
}

.centerphoto {
	width: 400px;
	margin: 10px 10px 10px 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.strikeout {
	text-decoration: line-through;
}

#answer {
	margin-left: 25px;
}

blockquote {
	font-style: italic;
}