/* Created by Kayanna Shaffer.  The home.htm file links to this style sheet*/

body {
 font-size: 14pt;
 font-family: cursive;}
 
 
 #banner
 {
	width: 300px;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 445px;
	margin-right:40px;
	text-align: center;
	font-weight: bold;
	font-size: 24pt;
	font-family: Lucida Calligraphy;
	color: #D2B48C;
	background-color: #D2B48C;
	border: black solid thick;}
	
	
    
	
	
	
#sidebar
{
	width: 100px;
	overflow: hidden;
	float: left;
	border: black thick inset;
	padding: .5em;
	background-color:#D2B48C;}
	
	
	
#right
{
	float: right;
	border: black thick solid;
	margin-top:.5em;
	margin-left: 1em;}
	
	
#left
{
	float: left;
	border: black thick solid;
	margin-top: .5em;
	margin-right:1em;}
			
	
	
	
	
	
	
	

h2 {
 color: black;}



p {
  line-height: 2.0;
  margin: 0;}
  
  

body{
background-color: #D2B48C;}



h1 
{
	font-size:30pt;
	font-family: italic;
	color: black;
    letter-spacing: .3em;
    word-spacing: .2em;
    text-align: center;}
    
    

.center{
    text-align: center;}

hr{
color: black;
width:100%;
height: .2em;}
