#ie6Box {
	float: none;
	width: 400px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	font-family: Arial;
}

#ie6Box div {
	float: left;
	width: 100%;
	margin: 20px;
	padding: 20px;
	border: 1px solid #000000;
	background: #FFFFFF;
	color: #000000;
}

#ie6Box a {
	margin: 0px 10px;
	text-decoration: none;
	color: #000000;
}

#ie6Box a:hover {
	color: #666666;
}

#ie6Box img {
	vertical-align: middle;
}

#wrapper, #wrapperHeader, #wrapperButtons, #wrapperMain, #wrapperFooter {
	float: none;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#header img {
	max-width: 990px;
	max-height: 400px;
}

img {
	border: 0px;
}

img.left {
	float: left;
	display: inline;
	margin-right: 10px;
}

img.center {
	float: none;
	margin: 0px auto;
}

img.right {
	float: right;
	display: inline;
	margin-left: 10px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.left {
	display: block;
	text-align: left;
}

.right {
	display: block;
	text-align: right;
}

.center {
	display: block;
	text-align: center;
}

.justify {
	display: block;
	text-align: justify;
}

.small {
	font-size: 80%;
}

.large {
	font-size: 120%;
}

#content #text img {
	max-width: 100%;
}

#blackFade {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	visibility: hidden;
}

#largeImage {
	position: fixed;
	left: 0%;
	top: 3%;
	width: 100%;
	height: 90%;
	visibility: hidden;
}

#largeImageBack {
	position: relative;
	margin: 0 auto;
	width: 700px;
	height: 100%;
	padding: 1% 20px;
	background: #FFFFFF;
	outline: 1px solid #000000;
}

#largeImage #closeButton {
	position: absolute;
	right: 5px;
	top: 5px;
}

#largeImage #closeButton {
	float: right;
	cursor: pointer;
}

#largeImage #pictureTitle {
	float: left;
	width: 100%;
	height: 6%;
	text-align: center;
}

#largeImage #picture {
	float: left;
	width: 100%;
	height: 78%;
	margin-bottom: 1%;
	overflow: auto;
	text-align: center;
}

#largeImage #picture img {
	max-width: 100%;
	max-height: 100%;
}

#largeImage #pictureDesc {
	float: left;
	width: 100%;
	height: 15%;
	overflow: auto;
	text-align: left;
}

#buttons {
  list-style: none;
}

#buttons li {
  display: inline;
}

#buttons .menu {
  list-style: none;
}

#breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  font-size: 70%;
}

#breadcrumbs li {
  display: inline;
  margin: 0;
  padding: 0 0 0 5px;
}

#breadcrumbs li a {
  padding: 0 5px 0 0;
}