* {
  padding:0px;
  margin:0px;
}

html {
  overflow:-moz-scrollbars-vertical;
}

img {
	border:0px;
}

a {
	color:#E20023;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

body {
  font-family:Verdana, sans-serif;
  font-size:11px;
  letter-spacing:1px;
  color:#525252;
}

#wrapper {
  width:900px;
  margin:0px auto;
}

#header {
  width:900px;
  height:138px;

  background-image:url('../templates/img/header-albums.gif');
  background-repeat:no-repeat;
}

#menu {
  float:left;
  text-align:left;
  height:129px;
  width:630px;
  padding-left:20px;
}

#contact {
  float:right;
  position:relative;
  top:118px;
  right:290px;
}

#menu ul {
  list-style-type:none;
  position:relative;
  top:118px;
  color:#FFF;
}


#menu li.first {
  display:inline;
  padding-left:0px;
  padding-right:0px;
}

#menu li {
  display:inline;
  padding-left:0px;
  padding-right:0px;
}

#menu a {
  font-size:10px;
  text-decoration:none;
  color:#FFF9F8;
  font-weight:bold;
}

#menu a.selected, #menu a:hover {
  color:#E0B800;
  text-decoration:none;
  font-weight:bold;
}

table#main-wrapper {
   width:100%;
   margin-top:10px;
   border-collapse:collapse;
}

div#left {
   width:210px;
}

div#left-top {
   width:210px;
   height:46px;
   background-image:url('../templates/img/l_foto.gif');
   background-repeat:no-repeat;
}

div#left-photo,
div#left-video {
   width:210px;
   height:auto;
   padding-top:5px;
   background-image:url('../templates/img/l_middle.gif');
   background-repeat:repeat-y;
}
div#left-photo div.categorie a {
   margin-left:20px;
   color:#393939;
}
div#left-video-top {
   width:220px;
   height:46px;
   background-image:url('../templates/img/l_film.gif');
   background-repeat:no-repeat;
}
div#left-photo ul,
div#left-video ul {
   padding-top:3px;
   list-style-type:none;
   padding-left:25px;
   padding-bottom:5px;
   font-size:10px;
}

div#left-bottom {
   width:210px;
   height:10px;
   background-image:url('../templates/img/l_bottom.gif');
   background-repeat:no-repeat;
}

div#middle {
   width:230px;
}

div#middle-top {
   width:230px;
   height:10px;
   line-height:10px;
   background-image:url('../templates/img/m_top.gif');
   background-repeat:no-repeat;
}

div#middle-photo {
   width:230px;
   height:auto;
   background-image:url('../templates/img/m_m.gif');
   background-repeat:repeat-y;
}
div#middle-photo table {
   width:100%;
   text-align:center;
   background-image:url('../templates/img/m_m.gif');
   background-repeat:repeat-y;
}
iframe#album-details {
   height:600px;
}

div#middle-bottom {
   width:230px;
   height:10px;
   background-image:url('../templates/img/m_bottom.gif');
   background-repeat:no-repeat;
}

div#right {
   width:400px;
}