html { 
    background: url(images/background.png) repeat-x top center; 
}
body {
    margin: 0px; border: 0px;
}
.x {border: 1px solid red;}

.clearfix:after {
  clear: both;
}
.clearfix::after,
.clearfix::before {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

#container {
    width: 764px;
    margin: 0px auto;
}

#menu {
    height: 70px;
    margin:10px 0px;
}

#logo {
    float:left;
    width: 310px;
    height: 80px;
    margin-top: 5px;
    background: url(images/logo.png) no-repeat center center; 
}

#nav {
    float:right;
    margin-top: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #e1ddd4;
    text-transform: uppercase;
}

#nav a{
    color: #e1ddd4;
    text-decoration: none;
    margin-left: 20px;
}

#intro {
    height: 287px;clear:both;
}

#intropic {
    float: left;
    width: 414px;
    height: 216px;
    border: 10px solid #272b31;
    background: url(images/people.png) no-repeat center center; 
}

#intromsg {
    float: right;
    width: 300px;
    color: #e1ddd4;
    font-size:12px;
    font-family: 'Pontano Sans', sans-serif;
}

#intromsg h1 {
    font-size:20px;
    font-family: 'Montserrat', sans-serif;
}

#main {
    min-height:500px;
    background:#f1efeb;
    border-left:1px solid #c1c0be;
    border-right:1px solid #c1c0be;
}

#content {
    padding:20px;
    font-size:12px;
    color: #272b30;
    font-family: 'Pontano Sans', sans-serif;

}

#content h1 {
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    font-size:24px;
    float:center;
	clear:both;
}

#content h2 {
    color: #2e5090;
    font-family: 'Montserrat', sans-serif;
    font-size:16px;
    margin-top:0px;
    border: solid 3px;
	padding: 5px;
}
#content .col {
	width: 600px;
	padding-right: 50px;
	float:right;

}

#cast {
    float:right;
    position: relative;
    left:33px;
    width: 32px;
    height: 32px;
    background: url(../img/cast.png) no-repeat center center; 
}
.imgs {
    float:left;
     border: 10px solid #ffd89d;
}

