@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bodyContainer {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	border: 1px solid #999;
	border-style: none;
}
#bodyContainer img
{  border-style: none;
}

#photoPreloader {
	height: 500px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-style: none;
}

#photoPreloader img
{  border-style: none;
}

#photoDecrip{
	height: 14px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	color: #818181;
}

#photoViewAnother{
	height: 14px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding-top: 2px;
	color: #818181;
}

#photoViewAnother a {
	text-decoration: none;
	color: #818181;
}

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

#footerContainer {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footerText {
	height: 70px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;

}

#copyrightText {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-align: right;
	width: 400px;
	float: right;

}

#legalText {
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	text-align: left;
	width: 400px;
	float: left;

}

#legalText a{
	text-decoration: none;
	color: #808080;
}

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

