body {
  background: url(/media/body_background.gif);
}

.wrap {
  background: #fff;
  border: 1px solid black;
  margin-top: 1em;
  padding-bottom: 1em;
}

#header {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  background: url(/media/title_background.gif);
  background-repeat: repeat-x;
}

#header .control {
  text-align: right;
}

#header .locale {
  position: relative;
  margin-top: 95px;
}

#header .locale .flag {
  padding: 10px;
}

#header .locale .flag:hover {
  background: #bbf;
}

#header .locale .flag img {
  position: relative;
  top: 5px;
}

#header .locale .active {
  background: #ddf;
}

#menu {
  background: url(/media/menu/bg_1.png);
  margin-top: 0.2em;
}

#content {
  margin-top: 2em;
  clear: both;
}

#content .swf {
  text-align: center;
  margin-bottom: 2em;
}

fieldset {
  border: 1px solid grey;
  padding: 1em;
}

input.delete {
  background: #faa;
  border: 2px outset red;
}

label {
  display: block;
}

textarea {
  width: 100%;
  height: 15em;
}

input {
  display: block;
}

.portfolio table th {
  font-size: 1.5em;
  width: 100%;
  text-align: center;
  padding: 1em;
}

.portfolio .gallery {
  text-align: center;
}

.portfolio .images {
  border: 1px solid grey;
}

.portfolio .images fieldset {
  border: 0px;
}

.portfolio .images .image {
  text-align: center;
  border: 1px solid #eee;
}

.portfolio .images .image form {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.portfolio .images .image input {
  margin-left: auto;
  margin-right: auto;
}

.portfolio .images .image {
}

table.items {
  width: 60%;
}

#footer {
  text-align: center;
  padding-top: 1em;
  clear: both;
}

