body {
	background: black url(/images/header-repeat.png) repeat-x;
	margin: 0;
}

#main-container a {
	color: #fcfcfc;
}

#main-background-container {
	margin: 0 auto;
	padding: 0;
	width: 921px;
	height: 1222px;
	background-image: url(/images/main.png);
}

#main-container {
  width: 729px;
  padding-top: 407px;
  margin-left: 104px;
}

.image_gallery {
  padding: 10px 10px 10px 28px;
  width: 494px;
  clear: both;
  float: left;
}

.image_gallery a {
  display: block;
  height: 50px;
  width: 50px;
  float: left;
  margin: 4px;
  border: 4px solid #333;
  overflow: hidden;
  filter: alpha(opacity=80);
  opacity: .8;
}

.image_gallery a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.image_gallery a img {
}

#text {
	color: white;
	float: left;

	margin-top: 0px;
	width: 514px;
}

#text p {
	padding: 5px;
	margin: 0 0 0 28px;
	font-family: arial;
	font-size: 14px;
}

#text h1 {
	font-size: 42px;
	font-family: georgia;
	font-weight: normal;
	margin: 0;
}

#text h2 {
	font-size: 32px;
	font-family: georgia;
	font-weight: normal;

  margin: 0;
}

#text h3 {
	font-size: 22px;
	font-family: georgia;
	font-weight: normal;

  margin: 3px;
}

blockquote {
	margin: 6px 10px;
}

#menu-container {
	float: right;
	margin-top: 0px;
  
  filter: alpha(opacity=80);

	width: 195px;
}

#menu {
	padding-top: 25px;
	background-color: black;
	opacity: .80;
	color: white;
}

#parent {
	margin-top: 10px;
}

.category {
	display: block;
	padding-right: 13px;
	padding-bottom: 1px;

	font-size: 24px;
	font-family: georgia;
	color: white;
	text-decoration: none;
	text-align: right;
}

.category:hover {
	background-color: #222222;
}

#category-highlight {
	background-color: #222222;
}

.child {
	display: block;
	margin-top: 7px;
	padding: 3px;
	padding-left: 17px;
	font-size: 16px;
	font-family: arial;
	color: white;
	text-decoration: none;
}

.child:hover {
	background-color: #111111;
}

#child-highlight {
	background-color: #111111;
}

.menu-arrow {
	font-family: arial;
  font-size: 12px;
  font-weight: bold;
	color: white;
  text-align: center;
	text-decoration: none;
  display: none;

  float: right;

  margin-top: -33px;

  padding: 13px 5px;

  background-color: black;
}

#menu-up {
  margin-right: -23px;
}

#menu-down {
  margin-right: -64px;
}

#menu-delete {
  margin-right: -109px;
}

#menu-footer {
	height: 19px;

	background-color: black;
  filter: alpha(opacity=40);
	opacity: .4;
}

#parent:hover a.menu-arrow {
  display: inline;
}

img {
  border: none;
}

#right {
  float:right;
  padding: 8px;
}

#left {
  float: left;
  padding: 8px;
}

#text-wrap-1 {
  width: 1px;
  height: 350px;
  float: right;
  clear: right;
}

#text-wrap-2 {
  width: 145px;
  height: 370px;
  float: right;
  clear: right;
}

#hidden {
  display: none;
}
