/* css © 2006, Graphice Artem Promit, Inc. */
/* Designed for PhotoGorilla home page */

body	{
	background-color: #000000;
	font-family: Tahoma, Verdana, sans-serif;
	text-align: center;
	margin: 0
	}

a:link, a:visited, a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: yellow;
	text-decoration: none;
}

#container	{
	width: 1000px;
	margin: 10px auto;
	text-align: center;
	}

/* uses an image to replace text in an header tag */
#pageHeader { 
	width: 1000px; 
	border: 0px solid white;
	}
#pageHeader h1 {
	background: transparent url("../images/logo-home.gif") top center no-repeat;
	width: 1000px; 
	height: 30px; 
	margin-bottom: 0px;
	}
#pageHeader h1 span {
	display:none
	}

#iGallery {
	width: 1000px;
	height: 670px;
	border: 0px solid red;
	}
#iG-1	{
	display: block;
	position: relative;
	float: left;
	background: transparent url("../images/default_02.jpg") top center no-repeat;
	width: 310px;
	height: 670px;
	border: 0px solid #000000;
	}
#links	{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-decoration:none;
	line-height:1.25em;
	}
#links	{
	display: block;
	width: 150px;
	margin: 200px 0 0 150px;
	border: 0px solid yellow;
	}
* html #links	{
	display: block;
	width: 150px;
	margin: 200px 0 0 138px;
	border: 0px solid yellow;
	}
#iG-2	{
	display: block;
	float: right;
	}

h2	{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: .2em;
	text-align: center;
	color: #FFFFFF;
	margin: 0;
	}
h2 span	{
	color: #9A9A87;
	}
	
#footer	{
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
	letter-spacing: .3em;
	text-align: center;
	position: relative;
	top: 5;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	border: 0 solid #000000;
	text-decoration: none;
	line-height: 2em;
	}