/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 3
   Tutorial Case

   Sunny Acres Style Sheet
   Author: Bradley Forney
   Date:   2012-12-18

   Filename:         farm.css
   Supporting Files: none

*/

body{
	background-color:white; 
	font-family: Arial, Helvetica, san-serif;
	}
h2{
	font-size: 2em; 
	letter-spacing: 0.4em; 
	text-indent: 1em
	}
h3{
	width: 20em;
	padding-left: 1em;
	}
address{
	text-align: center; 
	font: normal small-caps 0.8em sans-serif;
	border-top: 0.5em double green;
	padding-top: 1em;
	}
a{
	display: block;
	margin: 0.3em;
	}
#promoimage {
	float: right; 
	margin: 0em, 0em, 1em, 1em;
	}
#outer{
	width: 50em;
	}
#links{
	float: left;
	width: 10em;
	background-color: white;
	border-style: outset;
	border-width: 0.5em;
	}
#inner{
	margin-left: 12em;
	padding-left: 1em;
	border-left: 0.1em solid green;
	}