html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
}
a:hover {
	color: #F2AB9E;
}
.clear {
	clear: both;
}

table{
	border-collapse: collapse;
}

th, td{
	border: 1px solid #ffffff;
	text-align: center;
	vertical-align: top;
	padding: 5px 5px;
}

body {
	background: black;
	text-align: center;
	color: white;
	font: 11px verdana, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 15px auto;
	width: 778px;
	position: relative;
	background: maroon url(../../images_gen/bg.jpg) repeat-y;
	border: 5px solid #750306;
}

#head-1 {
	background: url(../../images_gen/head_1.jpg) no-repeat;
	width: 409px;
	height: 386px;
	top: 0;
	left: 369px;
	position: absolute;
}

#head-2 {
	width: 156px;
	height: 38px;
	top: 386px;
	left: 622px;
	position: absolute;
}

#nav {
	margin: 11px 0 25px 35px;
	color: #C15D4B;
}
#nav a {
  text-decoration: none;
  color: black;
}

#nav li {
  background: bottom left url(../../images_gen/nav_bg.jpg) no-repeat;
  _height: 1%;
  padding: 8px 12px 16px 110px;
}

#nav li.last {
  background: bottom left url(../../images_gen/nav_bg_last.jpg) no-repeat;
}

#gallery img {
	display: block;
}

#logo{
  height: 172px;
  background: url(../images/logo.jpg) no-repeat;
}

h2 {
  background: 120px 0.5em url(../../images_gen/dot_dot_dash.jpg) no-repeat;
  font: 24px verdana, sans-serif;
  font-weight: normal;
  font-style: italic;
  color: black;
}
h2 em {
  color: white;
}

#body-left {
	float: left;
	width: 278px;
	padding-left: 28px;
}
#gallery {
	border: 1px solid #9F0408;
	background: #750306;
	margin: 13px 10px 0 6px;
	height: 310px;
	position: relative;
}
.gal {
	background: #9F0408;
	padding: 4px;
	position: absolute;
}
#gzero {
	top: 13px;
	left: 15px;
	width: 221px;
}
#gone {
	top: 200px;
	left: 15px;
	width: 57px;
}
#gtwo {
	top: 200px;
	left: 98px;
	width: 57px;
}
#gthree {
	top: 200px;
	left: 179px;
	width: 57px;
}

#body-right {
	float: right;
	width: 388px;
	padding-right: 22px;
}

#footer {
	text-align: right;
	color: #CD3639;
	border-top: 1px solid #983234;
	padding: 6px 25px 20px 0;
}
.spacer {
	height: 18px;
}

#language{
	width: 405px;
	background: transparent;
	text-align: right;
	position:relative; 
	z-index: 1;
}

#body-left-pf {
	float: left;
	width: 724px;
	padding-left: 28px;
}

#gallery_pf {
	border: 0px;
	background: #750306;
	width: 100%;
	padding: 10px;
	border-spacing: 10px;
}

.image_pf_cell{
	width: 90px;
	height: 90px;
	vertical-align: middle;
	background-color: #000000;
	border: 1px solid #ffffff;
}

#gallery_pf img{
	padding: 0;
	margin: 0;
    -moz-opacity : 0.6;
    opacity : 0.6;
	/*filter: alpha(opacity = 60);*/
}

#gallery_pf img:hover{
    -moz-opacity : 1;
    opacity : 1; 
	/*filter: alpha(opacity = 100);*/
}

.empty{
	width: 80px;
	height: 80px;
	background-color: #000000;
	border: 1px solid #ffffff;
}

#gallery_apropos{
	border: 0px;
	background: #750306;
	width: 100%;
	height: 100px;
	padding: 10px;
	border-spacing: 10px;
}

.image_apropos_cell{
	width: 90px;
	height: 90px;
	vertical-align: middle;
	background-color: #000000;
	border: 1px solid #ffffff;
}

#gallery_apropos img{
	padding: 0;
	margin: 0;
    -moz-opacity : 0.6;
    opacity : 0.6; 
}

#gallery_apropos img:hover{
    -moz-opacity : 1;
    opacity : 1; 
}

