body
{
   background: #fff;
   margin: 0px;
   text-align: center;
   color: #303030;
   font-family: times;
   font-size: 14px;
}

h1
{
   margin: 0px;
   padding: 0px;
}

h2
{
   font-size: 15px;
   font-weight: bold;
}

#container
{
   position: relative;
   margin: 0px auto;
   text-align: left;
   width: 950px;
}

#header
{
   position: fixed;
   top: 0px;
   z-index: 5;
   display: block;
   width: 950px;
   height: 77px;
   background: #fff;
}

#headerLink
{
   display: block;
   width: 950px;
   height: 77px;
   overflow: hidden;
   text-decoration: none;
   color: #bfbfbf;
   text-align: center;
   font-size: 1.75em;
}

#headerLink span
{
}

#navigation
{
   display: block;
   width: 150px;
   position: fixed;
   top: 73px;
   margin-left: 10px;
   background: #fff;
}

#content
{
   position: absolute;
   top: 50px;
   right: 10px;
   display: block;
   width: 770px;
   padding-top: 25px;
   padding-bottom: 90px;
}

#footer
{
   display: block;
   width: 150px;
   position: fixed;
   top: 750px;
   margin-left: 10px;
}

#footer p
{
   font-size: 9px;
}

a
{
   color: #276DD0;
   text-decoration: none;
}

a:hover
{
   color: #9DB870;
   text-decoration: none;
}

.resume_skills
{
   float: left;
   display: block;
   width: 256px;
   color: #3D3D3D;
}

.resume_content
{
   display: block;
   width: 770px;
   color: #3D3D3D;
}

.resume_header
{
   display: block;
   width: 770px;
   color: #3D3D3D;
   padding-top: 15px;
   clear: both;
}

.resume_divider
{
   display: block;
   width: 770px;
   padding-top: 10px;
   margin: 0px auto;
   text-align: center;
   clear: both;
}

.thumb
{
   border: 1px dotted #999999;
   padding: 5px;
}

div.photograph
{
   font-family: courier;
   font-size: 12px;
   width: 250px;
   height: 350px;
   float: left;
   border: 1px dotted #ddd;
   margin: 5px 2px;
   text-align: center;
   color: #333;
   position: relative;
}

div.photograph p a
{
   color: #aaa;
   font-weight: bold;
   text-decoration: none;
}

div.photograph p a img
{
   margin-top: 20px;
   background: #ddd;
   padding: 2px 2px 8px;
   -moz-box-shadow: 2px 2px 3px #666;
   -webkit-box-shadow: 2px 2px 3px #666;
   box-shadow: 2px 2px 3px #666;
}

div.photograph p
{
   font-weight: normal;
}

div.photograph p:first-child
{
   display: none;
}

div.photograph p a p
{
   position: absolute;
   top: 5px;
   width: 250px;
   text-align: center;
   font-size: 2em;
   margin: 0px;
   padding: 0px;
}

div#linkToFlickr p a
{
   text-align: center;
   display: block !important;
   font-size: 1.2em;
}
