/* general styling for gallery pages */
* { margin: 0; padding: 0; }
p {margin: 0px; padding: 5px 0 5px 0; font-size:11px; line-height:15px;}
body {padding: 20px; 
	background:url(../img/_LRGtopShort.jpg) no-repeat;
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;}
h2 {border-bottom:1px #000 solid; font-size:14px;}
h3 {font-size:12px;}
h4 {font-size:10px;}
a { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #e00;}
a:visited { text-decoration: none; color: #500;}
a:hover { text-decoration: none; color: #e00;}

#homeLink {
	position:absolute;
	left:72px;
	top:5px;
	width:317px;
	height:79px;
	z-index:1;
}