/*-------------------------------------------------
GLOBAL PAGE LAYOUT ELEMENTS
-------------------------------------------------*/

body {
	margin: 0.5em 0 0 0;
	padding: 0;
	text-align: center;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	color: #666;
	background: #B5BABE url(../img/bkd.gif) 0 -100px repeat-x;
	}
	
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(../img/loading_static3.gif) 50% 50%
no-repeat;
	border: 10px solid #fff;
	}

/* Inner container for photo */
#PhotoContainer { visibility: hidden; }

/* Temporary image for preloads */
#TempPhoto { visibility: hidden; display: inline; }

/* Counter for photos */
#Counter { color: #333; }
#Caption { color: #c30; }

/* Creative Commons License */
#License {
	margin: 0 20%;
	padding-top: 5px;
	font-size: 10px;
	color: #666;
	border-top:1px solid #999;
	}

/* Miscellaneous */	
img { border: none; }
p { font-size: 11px;padding: 0.5em 0; }
