 body { 
   background: 			url(Images/spiral.jpg) ;
   font-family:      		Georgia, "Times New Roman", Times, serif;
   font-size:        		normal;   
 	}
 
 #header {
   	background: 		url(Images/Snowflake.jpg);
     	margin:			10px;
     	padding:		10px;
     	border:			dotted white;
  	}


 h1, h2, h3 {
   	font-weight:      	normal;
   	color:            	white;
 	}
 
 h1 {
   	font-size:        	200%;
 	}
 
 h2 {
   	font-size:        	150%;
 	border-bottom:    	dotted white;
 	}
 
 h3 {
   	font-size:  		130%;
   	color:			black;
   	border-top:    		thin dotted #888888;
 	}

 	
 a:link {
  	color: 			#2F4F4F;
  	text-decoration: 	none;
  	font-weight:		bold;
 	}
 
 a:visited {
 	color:			#3b7909;
 	text-decoration: 	none;
 	font-weight:      	bold;
 	}	
 
 .Main{
 	margin:			10px;
	padding:		10px;
 	border:			dotted white;
 	}
 

 
.Main.Main {
   	background-color:	#d6ca9a; 	
   	float:			right;
   	width:			80%;
 	}
 		
.Main.Snow {
	background:		url(Images/snow.jpg);
	padding:		35px;
	width:			75%;
	}

	

#NavBar {
	width:			75px;
	float:			left;
	margin-top:		10px;
	margin:			5px;
	padding:		10px;
  	border:			thin dotted white;
	}	

  	
IMG.Center {
	display: 		block;
	margin-left: 		auto;
	margin-right: 		auto 
	}

p.icon {
	border-bottom:		thin dotted white;
	}
	
p.icon img {
  	border:           	none;
	}

p.icon a:link {
  	border:          	 none;
	}

p.icon a:visited {
  	border:           	none;
	}


p.pictures img {
  	float:			left;
  	margin:			5px;
  	}
  	
p.picturesright img {
  	float:			right;
  	margin:			5px;
  	}
  	
p.text {
	text-align:		left;
	font-size:		100%;
	border:			thin dotted white;
	}
	
p.center {
	text-align:		center;
	}

p.italic {
	font-style:		italic;
	}
  	
.button {
	position: 		relative;
	font-family: 		arial, helvetica, sans-serif;
	display: 		block;
	width: 			72px;
	height:			72px;
	}

.button a {
	display: 		block;
	color: 			#000000;
	width: 			72px;
	height:			72px;
	display: 		block;
	float: 			left;
	}

.button img {
	width: 			72px;
	height:			72px;
	margin: 		20;
	padding:		20;
	border:			20
	}

.button a:link {
  	border: 		none;
	}	

* html a:hover {
	visibility:		visible
	}

.button a:hover img {
	visibility:		hidden
	}


.button.hope
	{
	background: 		url(Images/Hopebutton2.jpg) no-repeat;
	}
.button.cake
	{
	background: 		url(Images/Cakebutton2.jpg) no-repeat;
	}
.button.doll
	{
	background: 		url(Images/Dollbutton2.jpg) no-repeat;
	}
.button.movie
	{
	background: 		url(Images/Pepperbutton2.jpg) no-repeat;
	}
.button.family
	{
	background: 		url(Images/Familybutton2.jpg) no-repeat;
	}
.button.trips
	{
	background: 		url(Images/Buttontravel2.jpg) no-repeat;
	}
.button.home
	{
	background: 		url(Images/Home2.jpg) no-repeat;
	}
.button.lawrence
	{
	background: 		url(Images/Lawrencebutton2.jpg) no-repeat;
	}


