body{
  background-image: url(./images/background.gif);
	margin: 1%;
	padding: 2%;
	}

img {
  clear: both;
	padding: 1px;
	margin: 1px;
  }
	
.photo { 
  clear: both;
  float: right; 
	margin: 2px;
	padding: 0px;
	}
	
h1 {
  font-size: 175%;
	font-weight: bold;
	color: #4A3C24;
	}
	
h2 {
  font-size: 145%;
	font-weight: bold;
	color: #453313;
	}
	
h3 {
  font-size: 115%;
	font-weight: bold;
	color: #000080;
	}	
	
.big {
  font-size: 150%;
	}	
		
.biggest {
  font-size: 200%;
	}	.
	
.small {
  font-size: 80%;
	}	
	
.italic {
  font-size: 80%;	
	font-face: italic;
	}	
		
.bold {
   font-weight: bold;
	 }

.center {
  text-align: center;
	}
	
a:link {
  text-decoration: underline;}
	

/*some color codes to keep and use later:   #20153F #3D2D69 #381010 #150543 #DDD8FA #F6E9F7 #E1DCF8*/
a:hover {
  color: green;
	}
	
#para {
  background-color: #E4E3F5; 
	border: solid;
	margin: 3%;
	padding: 2%;
	}
	
#left {
   position: absolute;
	 left: 50px;
	 top: 10px;
	 width: 300px;
	 }
	 
#right {
  position: absolute;
	 right: 1px;
	 top: 10px;
	 width: 250px;
	 }

.logo {
  color: #F8E11C;
	/*#F0EE3E;*/
	font-weight: 800;
	font-size: 225%;
	}
	 

.spaces {
  word-spacing: 2em;
  }
	

	
.motif {
   font-style: italic;
	 color: #050505;
	 }
	 
.time {
  font-weight: bold;
	}
	
.money {
  font-weight: bold;
	}
	
.contact {
  font-weight: bold;
	}
	 
.left {
  float: left;
	padding: 1px 1px;
	}
	
.padded {
  padding: 5px 25px;
	}
	
.right {
  float: right;
	padding: 1px 1px;
	}
	

	

.deco {
  
	margin: 1% 1%;
	padding: 1% 1%;
	}
