/* CSS Document */

body{
background:#666;}

#header{
height:150px;
background:#fff;
position:relative;
}

h1#header-logo{
background:#fff url(/gallery/logo_jasonbrown.jpg) no-repeat;
text-indent:-999px;
height:70px;
width:300px;
float:left;
margin:8px 0 0 8px;
}

#nav{
float:left;
margin:55px 0 0 135px;
}

#nav li{
float:left;
color:#736F6E;
font-family:Arial, Verdana, sans-serif;
}

#nav li a{
color:#736F6E;
text-decoration:none;
font:.8em Arial, Verdana, sans-serif;
padding:0px 15px;
}

#nav ul li a.nav:hover{
color:#000;
}


#contact{

font:.7em Arial, Verdana, sans-serif;
color:#909090;
position:absolute;
text-align:left;
top:80px;
left:1110px;}

#content{
width:100%;
overflow:hidden;
}

ul#images{
height:500px;
}
#images li{
float:left;
margin:3px;
}

#prevBtn, #nextBtn{
text-align:center;
font-size:1.2em;
}
#prevBtn a, #nextBtn a{
color:#666;
background:#aaa;
text-decoration:none;
padding:2px 15px;
display:block;
}

#prevBtn a:hover, #nextBtn a:hover{
background:#ccc;
}

#prevBtn{
margin-left:8px;
float:left;
}

#nextBtn{
float:right;
margin-right:8px;
}

/*Form CSS*/
body{
text-align:center;
background:#332f2b;
padding-top:0px;
font-family:"Century Gothic", Arial, Sans-serif;
font-size:.95em;
}

h1#header{
background:url(images/header.jpg) no-repeat;
text-indent:-9999px;
height:172px;
width:960px;
margin:0 auto;
padding:0px;
}

h1{
padding:15px 0 0 45px;
font-size:1.4em;
margin:0px;
}

h1#thankyou{
padding:0 0 15px 0;}

#container{
background:#fff;
width:960px;
text-align:left;
margin:0 auto;
margin-top:20px;
overflow:hidden;
}

#form{
margin:30px 30px 30px 45px;
width:428px;
float:left;
}

label{
clear:both;
display:block;
padding-top:5px;}

label.radio{
display:inline;
padding-right:10px;}

select{
margin-bottom:5px;
}

#image{
padding:30px 45px 30px 30px;
width:300px;
float:right;
}

a, a:visited, a:hover{
color:#777;}

#footer{
  font-size:85%;
  margin-top:30px;
  color:#777;
}
