body {
  background: #ffffff url('images/bg.jpg');
  font-family: arial, tahoma, helvetica;
  font-weight: normal;
  font-size: 11px;
  color: #000000;
  cursor: default;
  margin: 0px;
  padding: 0px;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -380px;
  margin-top: -230px;
  width: 760px;
  height: 460px;
  background: url('images/site_bg.jpg') no-repeat;
}

#languages {
  position: absolute;
  top: 390px;
  left: 60px;
  width: 150px;
}

#languages ul, #languages li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#languages li {
	display: inline;
	margin-right: 3px;
}

#languages a, #languages img {
  display: inline;
  padding: 0px;
  margin: 0px;
  border: none;
}

#menu {
  position: absolute;
  top: 130px;
  left: 65px;
  width: 120px;
}

#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a, #menu strong {
  padding: 4px 10px 4px 10px;
  display: block;
  color: #660000;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
}

#menu a:hover, #menu strong:hover {
  background: #660000;
  color: #fffff8;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  font-variant: small-caps;
}

#menu li > ul {
	display: none;
}

#header {
  position: absolute;
  top: 60px;
  left: 480px;
  width: 180px;
  font-family: arial, tahoma, helvetica;
  font-weight: bold;
  font-size: 20px;
  font-variant: small-caps;
  color: #000000;
  text-align: center;
}

#content {
  position: absolute;
  top: 102px;
  left: 243px;
  width: 430px;
  height: 297px;
  font-family: arial, tahoma, helvetica;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  text-align: justify;
  padding-right: 10px;
  overflow: auto;
}

#content h2 {
  font-family: arial, tahoma, helvetica;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}

#content a:link, #content a:visited, #content  a:active {
  color: #660000;
  font-weight: bold;
}

#content a:hover {
  color: #000000;
  font-weight: bold;
}

#content .pages {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  width: 150px;
  list-style: none;
}

#content .pages li {
  margin: 0px;
  padding: 0px;
}

.pages a:link, .pages a:visited, .pages a:active {
  color: #660000;
  font-weight: bold;
  display: block;
  text-align: center;
}

.pages a:hover {
  background: #660000;
  color: #fffff8;
  font-weight: bold;
  display: block;
  text-align: center;
}

#gallery {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -380px;
  margin-top: 200px;
  width: 760px;
  height: 100px;
  text-align: center;
}

#gallery ul, #gallery li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#gallery li {
	display: inline;
}

#gallery img {
  margin: 2px 4px 2px 4px;
  border: 1px solid #000000;
}
