/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */
body    { color: #fff; font-family: Verdana, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; background: black; text-align: center; margin: 20px 0 0; padding: 0 }

a { color: #fff; text-decoration: none }

p,
h2{
	margin:15px 5px;
}

H2 { color: #ccc; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
H2 a { color: #ccc; font-size: 18px; font-family: Verdana, Arial, Helvetica, sans-serif }
H3 { color: #ccc; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }
H3 a { color: #ccc; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif }

#wrap { margin: 0 auto; position: relative; width: 1000px }

#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}



#main-content li  { background: #fff; text-align: center; display: inline; margin: 5px; padding: 10px; position: relative; width: 160px; height: 160px; float: left; vertical-align: middle; border-style: solid; border-width: 0 1px 1px 0; border-color: fuchsia }

#main-content a:hover { white-space: normal; }
#main-content  a span { visibility: hidden; position: absolute; left: -9999px }

#main-content a:hover span      { color: #006699; font-size: 80%; font-weight: bold; background: #fff; visibility: visible; padding: 5px 0; top: 10px; left: 10px; width: 160px; border-style: solid; border-width: 0 0 2px; border-color: #c39; filter: alpha(opacity=100)      } 


img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-top:10px;
	margin-bottom:20px;
	clear:left;
}
