/*	---------------------------
	Title: Gallery Styles
	Version: 1.0
	Date: 11/13/2005
	Author: Jim Thoburn
	
	Description: Styles for the pop-up gallery page.
	--------------------------- 	*/

@import url("base.css");



/*	---------------------------
	GALLERY
	--------------------------- 	*/
	
	body {
	background-image: url(http://www.phillm.com/i/bg4.jpg);
	background-color: #000000;
	background-repeat: repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}

div {
	padding: 0px;
}
h2 {
	margin-top: 0;
}
h2 {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 650px
}
p {
	margin: 0;
	padding: 0;
}
#PortfolioLabel {
	position: absolute;
	top: 20px;
	left: 20px;
}
#imageNumber {
	position: inherit;
	font-size: 1px;
	color: #000000;
}
#nav {
	position: inherit;
}


div.blog {
top: 0px;
right: 0px;
width: 125px;
height: 125px;
position: absolute;
}