/*This style sheet is for pages with photos of 700px wide in size  to fit in IE at 800x600 displays*/


body 
{
background-image: url(http://johnbdigital.com/back.gif);
text-align: center;

margin:5; 
padding:0; 
}

#totalcontent {
width:800px; 
text-align:left;  
margin-left:auto; 
margin-right:auto; 

}

#left-menu{
position: relative;
float: left;
width:80px;


}

#maincontent{
position: relative;
float: left;
width: 710px;

 
}


a:visited, a:link
{
	color:#ff8000;
	font-style:bolder;
	font-weight:bolder;
	text-decoration:none;
	background-color:none;
}
a:hover
{
	color:#009900;
	font-style:bolder;
	font-weight:bolder;
	text-decoration:none;
	background-color:none;
}



a:link img 
{ border: 4px  outset white; }
a:visited img 
{ border: 4px  outset white; }
a:hover img 
{ border: 4px solid #009900; }

img 
{ border: 10px outset white; }


a.plink span /* for link colors in about page */
{
	color:#ffffff;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
a.plink:hover span
{
	color:#009900;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	
}


a.tech span  /* for popup photo tech info */
{
display:none;
}

a.tech:hover span 
{

display: block;
position:absolute;
top: 105px;
left: 167px;
width: 375px;
z-index: 2;
color: #ffffff;
background-color: #000000;
font-size: 12pt;
font-weight: normal;
font-family: Verdana; 
text-align: center;

}


