#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 420px;
	height: 0px;
	z-index: 200;
}

body {
	background: #7ad8ff url('/images/bg_gradient.gif') top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img { border: 0; }

#wrapper {
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 970px;
	margin: 20px 0 0 0;
	padding: 5px;
	border: 1px solid #007cca;
	text-align: center;
}

h1 {
  margin: 20px 0 10px 0;
	font: 30px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	color: #0051a1;
}

.formBox {
	float: left;
	width: 425px;
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #fff;
}
.formBox p {
	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	color: #000;
	padding: 0;
	margin: 5px 0;
}
.formBox input {
	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	color: #000;
	border: 0;
}
form { margin: 0; padding: 0; }

#rightCol {
	float:right;
	width: 485px;
}
#nav {
	margin: 0 0px 20px 0;
	padding: 0px 0px 5px 0px;
	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
}

#nav a:link		{ color: #0051a1;text-decoration: none; }
#nav a:visited	{ color: #0051a1;text-decoration: none; }
#nav a:active	{ color: #0051a1; }
#nav a:hover	{ color: #e40079; text-decoration: underline; }

#current_album a:link		{ color: #e40079; text-decoration: underline; }
#current_album a:visited	{ color: #e40079; text-decoration: underline; }
#current_album a:active	{ color: #e40079; text-decoration: underline; }
#current_album a:hover	{ color: #e40079; text-decoration: underline; }

#photoTable {
	width: 970px;
	border: 1px solid #fff;
}
#photoTable th {
	padding: 20px;
	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	text-align: left;
}
#photoTable td {
	padding: 10px;
	width: 194px;
	text-align: center;
	vertical-align: middle;
}

#innerphotoTable a:link		{ color: #0051a1;text-decoration: none; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans; }
#innerphotoTable a:visited	{ color: #036; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;}
#innerphotoTable a:active	{ color: #0051a1; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;}
#innerphotoTable a:hover	{ color: #e40079; text-decoration: underline; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;}

#innerphotoTable {
	width: 940px;
}
#innerphotoTable th {
	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	text-align: left;
}
#innerphotoTable td {
	width: 194px;
	text-align: center;
	vertical-align: middle;
}

#photoTable a:link		{ color: #0051a1;text-decoration: none; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans; }
#photoTable a:visited	{ color: #036; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;}
#photoTable a:active	{ color: #0051a1; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;}
#photoTable a:hover	{ color: #e40079; text-decoration: underline; 	font: 14px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;}

.errorExplanation {
	font: 13px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	color: #c09;
	padding: 5px 5px 10px 10px;
	background: #fff;
	border: 1px solid #c09;
}
.errorExplanation p {
	padding: 0;
	margin: 5px 0 0 0;
	color: #c09;
}
.errorExplanation h2 {
	font: 18px Avenir, "Avenir 55", "Avenir 55 Roman", Verdana, sans;
	padding: 0;
	margin: 5px 0 0 0;
}
.errorExplanation ul {
	margin: 0 0 10px 25px;
	list-style: square;
}

