
/* --------------- stylesheet for PHOTOGALLERIES only! --------------- */

BODY	{	background-color: #DBDBDB;
			background-image: url("/emmanuelwww/photogallery/bg.gif");
			color: #fff;
			font-family: verdana, geneva, arial, helvetica, sans-serif;
			font-size: 11px; 
			margin: 0px;
			padding: 0px; }

A:link		{	color: #333; font-weight: bold; }
A:visited 	{	color: #666; font-weight: bold; }
A:hover		{	color: #319EE3; font-weight: bold; }	
A:active 	{	color: #319EE3; font-weight: bold; }


TD	{	vertical-align: top; }


.copyright	{	background-color: #E8E8E8;
				color: #AEAEAE;
				font-family: verdana, geneva, arial, helvetica, sans-serif;
				font-size: 11px; }
.main	{	background-color: #E8E8E8;
			color: #333;
			font-family: verdana, geneva, arial, helvetica, sans-serif;
			font-size: 11px; }
.nav	{	background-color: #E8E8E8;
			color: #666;
			font-family: verdana, geneva, arial, helvetica, sans-serif;
			font-size: 11px;
			padding-right: 15px;
			padding-top: 50px; }
.summary {	background-color: #E8E8E8;
			color: #666;
			font-family: verdana, geneva, arial, helvetica, sans-serif;
			font-size: 11px;
			padding-right: 15px;
			padding-bottom: 20px;
			vertical-align: bottom; }
.text	{	background-color: #E8E8E8;
			color: #333;
			font-family: verdana, geneva, arial, helvetica, sans-serif;
			font-size: 11px;
			padding-left: 11px;
			padding-bottom: 30px;
			vertical-align: top;
			width: 485px; }
.top	{	background-color: #E8E8E8;
			padding-top: 10px; }


