/***
Expression Engine development and site design and coding by:
Reese
www.m2webstudios.com
reeseATm2webstudios
***/


/********** standard elements **********/


body{
margin: 0;
background-color: #FFF;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: 12px;
color: #000
}



/********** structural elements (the layout) **********/

#container
{
width: 500px;
margin: 100px auto 0 auto;
background-color: transparent;
}
 
#photocontainer{
float: left;
width: 500px;
margin: 0 0 20px 0;
background-color: #fff;
text-align: center;
}    



.photo {
text-align: center;
background: #fff url(http://joelschettler.com/site_images/joelhomepic.jpg) no-repeat;
width: 500px;
height: 395px;
}

#nav {
float: left;
width: 500px;
text-align: center;
margin: 0;
font-family: 'Bookman Old Style', Georgia, Times, serif;
text-transform: uppercase;
}



#nav a {color: #181818; text-decoration: none; font-weight: bold;}
#nav a:link {color: #181818; text-decoration: none; font-weight: bold;}
#nav a:visited {color: #500505; text-decoration: none;}
#nav a:hover {color: #500505; text-decoration: none;}




#footer {
float: left;
width: 500px;
text-align: center;
margin-top: 100px;
margin-bottom: 20px;
}

.footertext {
font-size: 9px;
color: #C9B087;
}