body {

	margin: 0.5em 0 0 0;

	padding: 0;

	text-align: center;

	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;

	color: #666;

/*	background: #f0f0f0 url(bkd.jpg) 0 0 repeat-x fixed; */
	background: #f0f0f0;

	}

	

a:link, a:visited {

	color: #333;

	text-decoration: none;

	}



a:hover, a:visited:hover {

	color: #000;

	text-decoration: underline;

	}



a.inactive:link, a.inactive:visited {

	color: #CECEB5;

	}



/* Container that gets resized and holds the photo */

#Container {

	margin: 0 auto;

	position: relative;

	width: 200px;	/* Initial width */

	height: 200px;	/* Initial height */

	background: #efefef url(loading_static3.gif) 50% 50% no-repeat;

	border: 8px solid #789;

	}



/* Inner container for photo */

#PhotoContainer { visibility: hidden; background-color: transparent; }



/* Temporary image for preloads */

#TempPhoto { visibility: hidden; display: inline; }



/* Counter for photos */

#Counter { color: #633; }

#Caption { color: #03c; }




/* Miscellaneous */	

img { border: none; }

p { font-size: 12px; margin:6px; padding:0; }
