body {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
	text-align: center;
}

div#body {
	height: 1205px;
	width: 975px;
	background-image: url("img/bg_complete.jpg");
	background-repeat: no-repeat;
	margin: 0px auto;
}

div#content {
	position: relative;
	top: 370px;
	height: 605px;
	width: 380px;
	margin-left: 200px;
	overflow: auto;
	float: left;
}

div#menu {
	margin-bottom: 20px;
}

div#pictures {
	position:relative;
	top: 315px;
	margin-left: 705px;
	height: 275px;
	width: 180px;

}

div.head {
	font-size: 18pt;
	font-weight: bold;
	margin-top: 10px;
}

div.text {
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 8px;
}

div.small {
	font-size: 8pt;
}

a {
	color: #2B2B00;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}

a:hover {
}

input {
	border: 1px solid #000000;
}

.galleryBreadcrump {
  background-color: #000000;
  width: 800px;
  color: #DDDDDD;
  padding: 3px;
  padding-left: 20px;
  margin-top: 10px;
}

.galleryBreadcrump a {
  color: #DDDDDD;
  text-decoration: none;
}

.galleryUploadField {
  vertical-align: middle;
  padding: 10px;
}

.galleryUploadFieldHidden {
  vertical-align: middle;
  padding: 10px;
  display: none;
}


