﻿/* CSS layout */
blockquote {
	border: 6px solid #6FD917;
	padding: 35px 10px 20px 25px;
	font-family: "Times New Roman", Times, serif;
	color: #014E9C;
	font-size: 24px;
	line-height: 70%;
	text-align: center;
	background-image: url('../ewbook2/2nd/Unit M/quotebg.gif');
	background-repeat: no-repeat;
	width: 160px;
	float: right;
}
#masthead {
}
#top_nav {
}
#page_content {
	padding: 30px;
	border-top-style: solid;
	border-top-width: 6px;
	border-color: #6FD917;
	width: 775px;
	border-bottom-style: none;
}
#footer {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	border-top-style: solid;
	border-width: 6px;
	border-top-color: #6FD917;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #E5DFCB;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000080;
}
object {
	margin: 15px;
	position: static;
	float: left;
}

