/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/
body 
{
background-color: #fff;
padding: 20px;
text-align: center;
}

#layout
{
width:600px;
}

#header
{
height:80px;
background-color: #000000;
}

#footer
{
padding: 15px 0px 20px 0px;
height:40px;
background-color: #000000;
}


/*-----------------------------------------------------------------------------------------------
  text and links
-----------------------------------------------------------------------------------------------*/
body 
{
font-family: "verdana", "arial", "sans-serif";
font-size: 0.7em;
}
a:link, a:visited 
{ 
font-size: 20px;
color: #fff;
font-weight: bold;
letter-spacing: 0.2em;
text-decoration:none; 
}

a:active,a:hover 
{ 
color:#EB6F14; 
text-decoration: none; 
}

h1
{
color: #534141;
font-size: 1.2em;
font-weight: bold;
line-height: 0.6em;
}

.quote 
{
color: #000000;
line-height: 1.9em;
}

/*-----------------------------------------------------------------------------------------------
  page content
-----------------------------------------------------------------------------------------------*/

#bio
{
height:350px;
text-align: justify;
background-color : #BDB0B0;
padding: 40px 20px 40px 20px;
}

#gallery
{
background-color: #534141;
padding:20px;
text-align: center;
}
.hs
{
margin:0px 10px 0px 0px;
display: inline;
}
.thumb
{
margin:0px 10px 10px 10px;
display: inline;
}
