body {
  margin: 0;
  padding: 0;
  background-color: #89a3b0;
  font-family:Georgia, Garamond, "Goudy Old Style", serif;
}
#wrapper {
  background-color: #89a3b0;
  color: black;
  margin: 30px 40px 30px 40px;
  padding: 0px;
  border: 1px solid #b9d2e3;
}
p {
	font-family:Georgia, Garamond, "Goudy Old Style", serif;
}
p2 {
	font-family:Georgia, Garamond, "Goudy Old Style", serif;
	color: #000000;
  	font-size: 75%;
}
.bold {
	font-weight:bold
}
h1, h2, h3, h4 {
	font-family: Calisto MT, Garamond, Georgia, "Goudy Old Style", serif;
}
h1 {
	font-size: 150%;
	color: #FFFFFF;
	border-bottom: 1px solid #b9d2e3;	
}
h2 {	
	font-size: 100%;
	color: #000000;	
}
h3 {
	font-size: 75%;
	color: #000000;	
}
h4 {
	font-size: 60%;
	color: #000000;	
}
h5 {
	font-size: 120%;
	text-align: center;
	font-weight:bold
}
.imgborder {
	border: 2px solid #000000;
}
.rightimg {
	float: right;
	margin-left: 20px;
	margin-right: 2px;
	border: 2px solid #000000;
}
.leftimg {
	float: left;
	margin-left: 2px;
	margin-right: 20px;
	border: 2px solid #000000;
}
#main {
  width: 100%;
  margin-top: 10px;
}
#content {
  margin: 0 475px 0 4px;
  background-color: #89a3b0;
  color: black;
}
#content .inner {
  margin: 10px 20px 10px 40px;
}
#content .inner h2 {
  color: #000000;
  padding-bottom: 0.2em;
  font-size: 110%;
}
#content .inner h4 {
  color: #000000;
  padding-bottom: 0.2em;
  font-size: 90%;
}
#content h4 {
  color: #000000;
  padding-bottom: 0.2em;
  font-size: 90%;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner ul.features .leftimg {
	float: left;
	margin-left: 2px;
	margin-right: 20px;
	border: 2px solid #000000;
}
#content .inner ul.features .rightimg {
	float: right;
	margin-left: 20px;
	margin-right: 2px;
	border: 2px solid #000000;
}
#content .inner ul.features {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .inner h3 {
  font-size: 130%;
}
#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}
#content .inner p {
  	color: #000000;
  	font-size: 90%;
	text-indent: 2em;
	line-height: 1.4;
	letter-spacing:normal;	
}
#content .inner .features li {
  font-size: 90%;
  line-height: 1.4em;
}
#content .inner .features li img {
  float: left;
  margin: 0 5px 5px 0;
}
#content .inner p.author {
  font-weight:  bold;
}
#content .inner p.more{
  margin-top: 0;
  text-align: right;
}
#content .inner p.more a:link, #content .inner p.more a:visited {
  color: black;
  background-image: url(file:///C|/Data C/01 Phil/SitePoint Code/chapter09/web_site_files/02_adding_a_footer/img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}
#sidebar {
  float: right;
  width: 476px;
  background-color: #89a3b0;
  color: white;
  margin: 0;
  padding: 0;
}
#sidebar h3 {
  font-size: 110%;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0 0 0.2em 10px;
  font-weight: normal;
}
#sidebar h4 {
  color: #000000;
  padding-bottom: 0.2em;
  font-size: 90%;
}
#sidebar .inner {
  padding: 10px;
}
#sidebar ul {
  margin-left: 0;
  padding-left: 20px;
}
#sidebar p, #sidebar li {
  color: #000000;
  padding-bottom: 0.2em;
  font-size: 90%;
  line-height: 1.4em;
}
#sidebar .inner h2 {
  color: #000000;
  padding-bottom: 0.2em;
  font-size: 110%;
}
#sidebar ul a:link, #sidebar ul a:visited {
  color: white;
}
#sidebar .date {
  font-weight: bold;
}
#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}
#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}
#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}
#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}
#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  background-image: url(file:///C|/Data C/01 Phil/SitePoint Code/chapter09/web_site_files/02_adding_a_footer/img/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}
#nav {
  list-style: none;
  margin: 0;
  padding:  0;
}
#nav li {
  border-bottom: 1px solid #b9d2e3;
  padding: 0.4em 0 0.2em 0;
  font-size:  90%;
}
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #245185;
  font-weight: normal;
}
#footer {
  width: 100%;
  border-bottom: 1px solid #b9d2e3;
  margin-top: 10px;
  clear: both;
	height: 90px;
	background-color: #940F00;
	border-top: #778899;
	text-align: center;
	line-height: 20px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	background-color: transparent;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	padding: 1px;
	color: #FFFFFF;
	font-size: 70%;
}