﻿  /* individual llama pages */

 #meetTheLlamasTopImage {
float: right;
margin-top: 40px;
margin-right: 10px;
margin-bottom: 5px;
border: 4px #33ffff outset;
}


 #meetTheLlamasBotImage {
float: right;
margin-top: 40px;
margin-right: 10px;
margin-bottom: 5px;
border: 4px #33ffff outset;
}


p {
margin-top: 10px;
text-indent: 10px;
}

 .meetTheLlamasMain {                          /* main div for individual llama pages  */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	margin:  40px 10px 10px 10px;
	width: 210px;
	float: left;	
	} 



  
   /*  meet our llamas page */
   
   
#albumlist {
list-style-type: none;
background-color: #c0c0c0;
}
#albumlist li {
float: left;
margin-right: 6px;
margin-bottom: 30px;
padding-top: 5px;
padding-bottom:10px;
font-family: Verdana, "Times New Roman", sans-serif;
color: #66ffff;
}


#albumlist img {
display: block;
border: outset; 
border-color: #333300;
background-color: #C0C0C0;
}

#albumlistcontent {
width: 610px;
float: right;
}

