/* CSS Document */


body	
	{
	background-color: #000000;
}


#main
	{
	position:relative;
	width:800px;
	height:700px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
}


#container
	{
	position:relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:780px;
	height:450px;
	z-index:2;
}

#container-galindex
	{
	position:relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:780px;
	height:450px;
	z-index:2;
}

#container-gal
	{
	position:relative;
	top: 25px;
	margin-left: auto;
	margin-right: auto;
	width:780px;
	height:450px;
	z-index:2;
}



#navbar
	{
	position:relative;
	width:800px;
	height:20px;
	z-index:2;
	text-align: center;
}

#piccy
	{
	position: relative;
	left: 182px;
	width: 401px;
	top: 0px;
	height: 350px;
	}
	
#footer p
	{
	font-size: x-small;
	text-align: center;
}

#footer img
	{
	float: right;	
}

h1
	{
	color: #FFFFFF;
	font-size: xx-large;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

h2
	{
	color: #FFFFFF;
	font-size: large;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

p
{
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	margin: 10px;
	font-family: Verdana, "Times New Roman", Times, serif;
}

p.navlink
	{
	font-size: x-large;	
}

/* causes 'rollover' effect on navbar text links   */

p.navlink a:link, p.navlink a:visited
	{
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

p.navlink a:link:hover, p.navlink a:visited:hover
	{
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
}

/* end 'rollover' effect */

a:link
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}

a:link:hover
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
	font-weight: 900;
	text-decoration: none;
}

a:visited
	{
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
	text-decoration: none;
}

h1 a:link, h1 a:visited
	{
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

h1 a:link:hover, h1 a:visited:hover
	{
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}

