body {
	margin: 0;
}

#popUpHeader {
	border: 0;
}

#popUpHeader h1 {
	background: url(../styleImages/popupLogo.gif) top left no-repeat;
	width: 400px;
	height: 72px;
	padding: 0;
}

#popUpHeader h1 span, .popUpClose span {
	display: none;
}

#divThumbsImg {
	width: 161px;
	height: 400px;
	border: 0;
	margin: 0 10px 0 20px;
	padding: 0;
	float: left;
	overflow: auto;
}

#divMainImg {
	width: 400px;
	height: 350px;

	float: left;
	padding: 0;
	margin: 0 0 0 5px;
}

.popUpThumb {
	margin-bottom: 15px;
}

.popUpClose {
	background: url(../styleImages/closewindow.gif) top left no-repeat;
	margin: 11px 0;
	padding: 0;
	width: 82px;
	height: 17px;
	float: right;
}

.txtCopyright {
	display: none;
}

.thumbimage {
	border: 1px solid #878787;
}

.thumbimage:hover {
	border: 1px solid #313131;
}

