@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-color:#212121;
	text-align: center;
}
a:link   { color: black; 
           text-decoration: underline;
		   }	
a:visited { color: black; 
            text-decoration: underline;
			}
a:active { color: teal;
            text-decoration: underline;
			}
a img    { border: none;
            }
#links a:link   { color: white; 
           text-decoration: underline;
		   }	
#links a:visited { color: white; 
            text-decoration: underline;
			}
#links a:active { color: teal;
            text-decoration: underline;
			}
#wrapper {
	background-color: #FFF;
	width: 1025px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	position: relative;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	height: auto;
}
#header {
	width: 1025px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	background-color: #000;
}
.headlay {
	font-size: 13px;
	color: #FFF;
	text-align: left;
}
#navigation {
	background-color: #000;
	width: 1025px;
	position: absolute;
	top: 65px;
	right: 0px;
}
#content {
	background-color: #FFF;
	width: 1025px;
	position: absolute;
	top: 127px;
	right: 0px;
	margin-bottom: 10px;
	color: #000;
}
#emailsignup {
	background-color: #000;
	width: 1025px;
	margin-top: 8px;
}
#links {
	background-color: #000;
	width: 1025px;
	color: #FFF;
}
#top a:link { color: white; 	 text-decoration: none;}
#top a:visited { color: white; text-decoration: none; }
#top a:active { color: red;	 text-decoration: none; }		
p.justify { text-align:justify; left indent:10%; right indent:10%;}
#justify { align: justify;} 

	#his { border:2px solid; border-color: #0000FF; 
	padding: 15px;
}

    #hers { border:2px solid; border-color: #FF00F0;
	padding: 15px; 
}
    .blue {  color: #000080;
}

	.bb {   background-image: url(mimages/holiday.jpg);

}
	h1 {
	font-size: 45px;	
	font-weight: bold;
	line-height: 30px;
	color: #000080;
}
	
	h2 {
    line-height: 20px;
    font-size: 30px;
    Color: #000080; 
}

	h3 {
	
	font-size: 17px;
	font-weight: bold; }
    
    h4 {
    font-size: 17px;
    line-height: 25px;
}   
	
	h5 {
	color: black; }
	
	#hers h2 { color: #FF00F0;
}
	
/************************
	THUMBNAIL popup
************************/

.placeright{
position: relative;
z-index: 0;
cursor:default;
}

.placeright:hover{
background-color: transparent;
z-index: 50;
cursor:default;
}

.placeright span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
cursor:default;
}

.placeright span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
cursor:default;
}

.placeright:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -260px; /*position where enlarged image should offset horizontally */
top: -250px;
cursor:default;
}

.placerightup{
position: relative;
z-index: 0;
<br>cursor:default;
}

.placerightup:hover{
background-color: transparent;
z-index: 50;
cursor:default;
}

.placerightup span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
cursor:default;
}

.placerightup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
cursor:default;
}

.placerightup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -260px; /*position where enlarged image should offset horizontally */
top: 350px;
cursor:default;
}


.thumbnail{
position: relative;
z-index: 0;
cursor:default;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
cursor:default;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 1px;
left: -1000px;
border: 1px;
visibility: hidden;
color: black;
text-decoration: none;
cursor:default;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
cursor:default;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px;
left:150px; /*position where enlarged image should offset horizontally */
cursor:default;
}


    
 
	
