/* ------------- main column styles */
.noteBox
{
	position:absolute;
	float:left;
	width:123px;
	height:170x;
	background: transparent url('images/rosebk.jpg');
	border:1px solid pink;
	margin: 0 2px 5px 2px;
	
}




#content {
	position:relative;
	float: left;
	width: 560px;
	margin-right:2px;
	padding-left: 2px;
	
	

}





#content p {
	margin: 2px 2px 20px;
	font-size: 120%;
	

}
#content vcp:first-letter {
	
	font: small "Vivaldi", Arial, sans-serif;
	font-size: 160%;
	color:#AA00F;
}

#content a {
	text-decoration: none;
	color: #D40000;
	
}

#content table {
	border: 0em none; font-size: 100%;
	 margin-top:1em; margin-bottom:0;
	padding-left:1em; padding-right:1em; padding-top:0; padding-bottom:1em
	
}
#content td {
	padding: 1em;
		
	color: #6E6E6E;
	text-align: center;
	background:#FFFFFF;
	border-bottom: 1px dashed #E1454D;

}

p.first{color:#A21919;}

#content h1 {
	margin: 0 33% 1.25em -2em; padding: 0.5em 2em;
	background: #FFF; color: #686397;
	font-size: 50%;
}
#content h4 {
	color: red;
	font-size: 90%;
}

#content h1 b {
	color: #B0D742;
}

#content h2 {
	margin:2px 2px; padding-bottom: 0.25em;
	border-bottom: 1px dashed green;
	font-size: 120%;
	color: white;
	background:#D40000;
 
}


#content h3 {
	margin: 0.5em 0;  padding-bottom: 0.25em 2em 3em 2em;
	font: Arial, sans-serif;
	font-size:90%;
	color: #BFBFBF;
	/*background: #F74531;*/

}

#content img.illus {
	width:370;
	align:right;
	margin: 1px 1px 1px 1px;
	border: 2px;
	
	
	
}
#content img.illus2 {
	
	float: left;
	margin: 1em 1em 1em 1em;
	
	
}


#content table.dos {
	border: 0em none;
	 margin-top:1em; margin-bottom:1em;
	padding: 0 .5em .5em;

}

#boxes1 table.tres {
	background-color:red;
}
#content td.dos {
	padding: 1em;
	border: 0px;
	color: black;
	text-align: justify;
	
}

#content p.dos {
	margin: 0 0 1em;
	font-size:100%;
	font-family: Georgia;
	color: gray;

}
#content p.tres {
	margin: 0 0 1em;
	font-family: Tunga;
	font-size:145%;
}

#mensajes {
	position:relative;
	float: left;
	width: 100px;
	height: 150px;
	background: #AA090F; color: white;
	
}
#mensajes p{
	margin: 2px 2px 2px;
	font: small "Lucida Grande", Arial, sans-serif;
	font-size: 100%;
}
#mensajes h3{
		background: olive; color: white;
		
}

#mensajes h3:first-letter {
	font-family: Lucida handwriting, Garamond, Papyrus, Arial;
	font-size: 100%;
}
#mensajes h3 {
	font: Georgia, Arial;
font-size: 100%;
	margin: 0 1px; padding: 1px 1px;
	}
	
	
#insidedivision{
	float: left;
	width: 260px;
	height:228px;
	background:white url('images/postit1.png') no-repeat;
	margin-left:10px;
	margin-bottom:10px;
	
	
}
#insidedivision a{
	color:#2CA8FD;	
}
#insidetext{
	float: left;
	width: 220px;
	height:180px;
	margin-left:20px;
	margin-top:25px;
	
}




/* ------------- Preloading images */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 0 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: transparent;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
}

.thumbnail:active span{ /*CSS for enlarged image*/
visibility: visible;
top: 208px;
left: 219; /*position where enlarged image should offset horizontally */
z-index: 50;
}

		