/* Default CSS Stylesheet for profile page -- PhotoGorilla */


body	{
	background: black url("../images/profile-bg.jpg") top left no-repeat;
	font-family: Tahoma, Verdana, Arial, sans;
	text-align: center;
	margin: 0;
	}

a:link, a:visited, a:active
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: red;
	text-decoration: none;
}

#container	{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 1200px;
	text-align: center;
	}


/*  NAVIGATION AT TOP OF PAGES */	
#navTable	{
	border-collapse: collapse;
	margin: 30px auto 0 auto;
	width: 1100px;
	font-family: Verdana, Tahoma, Arial, sans;
	font-size: 12px;
	}
#navTable td	{
	text-align: center;
	width: 150px;
	height: 30px;
	padding: 4px;
	}	
#navTable td.lEnd	{
	width: 5px;
	}	
#navTable td.rEnd	{
	width: 5px;
	}
#navTable td.tRow	{
	border: black solid 1px;
	border-top: 0px;
	}
#navTable td.bRow	{
	border: black solid 1px;
	border-bottom: 0px;
	}
#navTable td.ltRow	{
	border: black solid 1px;
	border-top: 0px;
	border-left: 0px;
	width: 125px;
	}
#navTable td.rtRow	{
	border: black solid 1px;
	border-top: 0px;
	border-right: 0px;
	width: 125px;
	}
#navTable td.lbRow	{
	border: black solid 1px;
	border-bottom: 0px;
	border-left: 0px;
	width: 125px;
	}
#navTable td.rbRow	{
	border: black solid 1px;
	border-bottom: 0px;
	border-right: 0px;
	width: 125px;
	}