header, section, footer, aside, nav, article, figure, figcaption {
display: block;
}

body {
color: #000000;
background-color: #000000;
background-image: url("images/dark-wood");
background-position: center;
font-family: Georgia, times, serif;
line-height: 1.4em;
margin: 0px;
}

.wrapper {
  width: 940px;
  margin: 20px auto 20px auto;
  border: 0px solid #000000;
  background-color: #ffffff;
}

header {
height: 160px;
background-image: url("images/logo11.gif");
}

h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 940px;
  height: 130px;
  margin: 0px;
}

h2 {
color: #333333
}

p {
  color: #EDAFB8
}

nav, footer {
clear: both;
color: #ffffff;
background-color: #aeaca8;
height: 30px;
}

nav ul {
margin: 0px;
padding: 5px 0px 5px 30px;
}

nav li {
display: inline;
margin-right: 40px;
}

nav li a {
color: #ffffff;
}

nav li a:hover, nav li a.current {
color: #000000;
}

section.posters {
float: left;
width: 659px;
border-right: 1px solid #eeeeee;
}

article {
clear: both;
overflow: auto;
width: 100%;
}

.headergroup {
margin-top: 40px;
}

figure {
float: left;
width: 290px;
height: 220px;
padding: 5px;
margin: 20px;
border: 0px solid #eeeeee;
}

figcaption {
font-size: 90%;
text-align: left;
}

aside {
width: 230px;
float: left;
padding: 0px 0px 0px 20px;
}

aside section a {
display: block;
pading: 10px;
border-bottom: 1px solid #eeeeee
}

aside section a:hover {
color: #985d6a;
background-color: #efefef;
}

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

h1, h2, h3 {
font-weight: normal;
}

h2 {
margin: 10px 0px 5px 0px;
color: #2D2E2E;
font-family: Apple Chancery, cursive;
}

h3 {
margin: 0px 0px 10px 0px;
color: #333333;
font-family: Apple Chancery, cursive;
}

aside h2 {
padding: 30px 0px 10px 0px;
color: #B0B5B3;
}

footer {
font-size: 80%;
padding: 7px 0px 0px 20px
}


body {
background-color: #eeeeee;
}

h1 {
text-align: center;
}

div.gallery {
margin: 5px;
border: 1px solid #ccc;
float: left;
width: 180px;
}

div.gallery:hover {
border: 1px solid #777;
}

div.gallery img {
width: 100%;
height: auto;
}

div.desc {
padding: 15px;
text-align: center;
color: #50514F;
font-family: Apple Chancery, cursive;
}
