/* CSS Document */

#headerContainer{
		background-image: url("http://www.jaimesunderwaterworld.com/graphics/mainheader.png");
		height:100px;
		width:1000px;
		color:#FFFFFF;
		font-family:"Lucida Handwriting";
		text-align: center;
		font-size:20px;
}

#firstTitle{
		font-size:30px;
}

#headerContent{
		padding-top:10px;
	}
	
#menuContainer{
		background-image: url("http://www.jaimesunderwaterworld.com/graphics/menu-bkgnd.png");
		height:40px;
		width:1000px;
		text-align:center;
}

#menuContent{
		padding-top:8px;
		text-decoration:none;
		font-family:"Trebuchet MS";
}

.menu{
		color:#2A495E;
		font-weight:bold;
		padding:10px;
}

a.menu:link{
	 	text-decoration:none;
}

a.menu:visited {
	     text-decoration:none;
		 color:#D5E9Ef;
}

a.menu:hover{
	     text-decoration:none;
		 color:#007795;
}
    
#imageInfoContainer{
		background-color:#FFFFFF;
		height:750px;
		width:1000px;
		text-align:center;
}

#imageInfoContent{
		/*padding-top:8px;*/
		text-decoration:none;
		font-family:"Trebuchet MS";
}

.img-shadow {
       float:left;
       background: url("http://www.jaimesunderwaterworld.com/graphics/shadowAlpha.png") no-repeat bottom right !important;
       background: url("http://www.jaimesunderwaterworld.com/graphics/shadow.gif") no-repeat bottom right;
       margin: 10px 0 0 10px !important;
       margin: 10px 0 0 5px;
}

.img-shadow img {
     display: block;
     position: relative;
     background-color: #FFF;
     border: 1px solid #A9A9A9;
     margin: -6px 6px 6px -6px;
     padding: 4px;
} 
	
#addTextContainer{
		background-color:#FFFFFF;
		height:50px;
		width:1000px;
		text-align:center;
}

#addTextContent{
		padding-top:8px;
		text-decoration:none;
		font-family:"Trebuchet MS";
		
}

#linksContainer{
		background-image: url("http://www.jaimesunderwaterworld.com/graphics/links.png");
		height:100px;
		width:1000px;
}

#linksContent{
		padding-top:8px;
}

.links{
		text-decoration:none;
		font-family:"Trebuchet MS";
		color:#FFFFFF;
}

a.links:link{
	 	text-decoration:none;
} 

a.links:visited {
	     text-decoration:none;
		 color:#D5E9Ef;
}

a.links:hover{
	     text-decoration:none;
		 color:#F1D2E9;
}

#copyContainer{
		height:30px;
		width:1000px;
}

#copyContent{
		padding-top:8px;
}

.site, .type{
		text-decoration:none;
		color:#000000;
}

.imgVertAl {
		padding-left:23px;	
}

.imgHorAl{
		vertical-align: text-top;
}

.purchase{
		font-size: small;
}

.textForImgVertAl{
		padding-right:23px;
}

a:link, a:visited, a:hover {
		text-decoration:none;
		border:none;
}