body,td,th {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.1em;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content {
	width: 60%;
	margin: auto;
	font-size: 0.9em;
}
blockquote {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 30px;
	margin-left: 0px;
}


#quotebox {
	color: #FFFFFF;
	background-color: #006699;
	float: right;
	width: 180px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1.1em;
	display: block;
}

#bodytext {
	color: #003333;
	line-height: 1.5;
	font-size: 0.9em;
	float: left;

}
h1 {
	font-size: 1.5em;
	color: #660033;
	background-color: #FFFFFF;
	font-weight: normal;
	margin-top: 30px;
}
h2 {
	font-size: 1.1em;
	color: #660033;
	line-height: normal;
	font-style: italic;
	font-weight: normal;
	margin-bottom: -10px;
}
a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
	color: #006699;
}
a:hover {
	border-bottom: 1px dashed #003366;

}
#footer {
	font-size: 0.8em;
	color: #999999;
	margin-top: 50px;
	margin-bottom: 50px;
}

.quote {
	font-size: 0.9em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
}
.quoter {
	font-size: 0.8em;
	text-align: center;
}
.timespan {
	font-style: italic;
	text-align: center;
}
