html {
background:#f6f6f6;
font-family:Arial, Helvetica, sans-serif;

}
body {
background:url(../assets/bg.png) center repeat-y;
}
#container {
position:relative;
background:#FFF url(../assets/container.png) top left no-repeat;
width:1000px;
height:967px;
margin:0 auto;
}

#header ul {
position:absolute;
top:500px;
left:125px;
list-style:none;
}
#header li {
float:left;
margin-right:15px;
}
#header li a {
font-size:22px;
text-transform:uppercase;
text-decoration:none;
color:#000;
}

h1 {
position:absolute;
top:-999px;
}

#home h1 {
top:0;
text-indent:-9999px;
background:#FFF url(../assets/home-h1.png) top left no-repeat;
width:760px;
height:485px;
}

body#bio #main {
background:transparent url(../assets/bio-bg.png) top left no-repeat;
width:750px;
height:525px;
margin:0 auto 0;
}
body#bio #main #content {
width:270px;

font-size:13px;
position:absolute;
left:540px;
top:50px;
}
body#bio #main #scrollpane { height:420px; }

body#gallery #content {
width:700px;
margin:0 auto 0;
}
body#gallery #gallery-content { margin:15px 0 0; }

body#videos #content {
width:400px;
padding:15px 0 0;
margin: 0 auto;
}

#contact-form {
height:210px;
position:relative;
top:100px;
left:320px;
}
#contact-form img {
float:left;
margin-right:15px;
}
#contact-form h2 {
font-size:1.4em;
font-weight:bold;
color:#363636;
}
#contact-info {
position:absolute;
bottom:0;
left:158px;
font-size:.9em;
color:#363636;
}
#contact-info p {
margin-bottom:10px;
}
#contact-info strong {
font-weight:bold;
font-size:.8em;
}
#contact-info a {
color:#363636;
}

