@charset  "UTF-8";

body
{
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #7f7f7f;
	background-image: url(../i/loading-background.gif) display:none;
}

.oneColElsCtr #container
{
	width: 850px;
	background: none;
	margin: 0 auto;
	/* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	/* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #mainContent
{
	padding: 0;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}

#left-col
{
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: #ffffff;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-right: 74px;
	color: #7f7f7f;
}

#right-col
{
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background: #ffffff;
	margin: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-right: 14px;
	color: #7f7f7f;
}

.red-hedr
{
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #982705;
}

.blue-hedr
{
	font: 11px "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #f7941d;
}

#photos-layout { 
	width: 840px;
	background: none;
	margin: 0 auto;
	padding: none;
	text-align: center;
}

#photoz
{
	width: 840px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../i/loading-background.gif);
}



#footer
{
	width: 850px;
	border-top: 1px #3a3a3a solid;
	font: 9px Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #545454;
	padding-top: 8px;
}

a
{
	color: #C00;
	text-decoration: underline;
}

a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

a:active { color: #000; }

#redlink
{
	color: #FF3333;
	text-decoration: none;
	font-weight: normal;
}

#redlink:hover
{
	color: #CCC;
	text-decoration: underline;
}

#redlink:active { color: #009999; }