body  {
	background-color: #FFF !important;
	background-image: none !important;
}

#container {
	width: 750px !important; 
	margin: 20px 40px !important;
} 
#header {
	width: 750px !important; 
	padding: 0 !important;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#leftname {
	clear: left;
	margin-left: -15px !important;
}

h1, h2, h3, p, .small, .Small {
	color: #000 !important;
}

p {
	font-size: 12px !important;
}

.small, .Small {
	font-size: 10px !important;
}

.noprint {
	display: none !important;
}

.noscreen {
	display: block !important;
}

#footer .nav {
	display: none;
}

a.nav_main {
	display: none;
}

#sub-back {
	display: none;
}

#mainContent {
	margin: 15px 0px 0 0px  !important;
	width: 100% !important;
	padding: 0;
} 
#footer {
	padding: 0;
	background-color: #FFF;
} 
#footer p {
	margin: 0;
	font-size: 12px !important;
	text-align: left !important;
}

img.hr-img {
	display: block;
	clear: left;
	margin-left: -10px;
}

#BannerContainer {
	margin-left: 0 !important;
}

#BannerExpanderButton {
	display: none;
}

.album-zoom-icon {
	display: none;
}

#sidebar1, #sidebar2 {
	display: none;
}

div.pagination {
	display: none;
}

