* {
    margin: 0;
    padding: 0;
    behavior: url(iepngfix.htc);
}
body {
    font: 13px helvetica,arial,verdana,sans-serif;
    color: #666;
    background: #eee;
    text-align: center;
    line-height: 1.6667em;
}
#wrapper {
    width: 500px;
    text-align: left;
    margin: 0 auto;
    background: #fff; // url(bg.png) top left repeat;
    border: 2px solid #999;
    border-top-width: 0;
    overflow: hidden;
}
h1 {
    font: 4em helvetica, sans-serif;
    text-align: center;
    color: #000;
    line-height: 1.25em;
    background: transparent url(tom-mcdowell.png) bottom center no-repeat;
    height: 80px;
}
h1:hover {
    background: transparent url(tom-mcdowell-hover.png) bottom center no-repeat;
}
h1 a {
    display: block;
    width: 500px;
    height: 80px;
}
h1 span {
    position: absolute;
    left: -9000px;
}
h2 {
    margin-bottom: 1.3889em;;
    font-size: 1.2em;
    line-height: 1.3889em;
    text-align: center;
    color: #555;
}
p {
    font-size: 1em;
    line-height: 1.6667em;
    margin-bottom: 1.6667em;
}
#header p {
    margin: 1.6667em 2em 1.6667em 2em;
}
#gallerys, .individual, #about  {
    background: transparent url(hr.png) bottom center no-repeat;
    overflow: auto;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#about p {
    margin: 1.6667em 2em;
}
#about .first {
    font-style: italic;
}
.first a {
    text-decoration: underline;
}
.clear {
    clear: both;
}
.thumb {
    width: 120px;
    height: 110px;
    padding: 10px 10px 25px 10px;
    margin: 5px;
    overflow: hidden;
    float: left;
}
.thumb span {
    display: block;
    line-height: 1em;
    padding: 0 10px;
    text-align: right;
}
.thumb a img {
    border: 0;
}
#gallerys, .individual {
    text-align: center;
    padding: 10px 20px;
}
#gallerys .large img, .individual .large img {
    border: 1px solid #888;
    padding: 10px;
    margin: 0 0 25px 0;
}
#gallerys .thumbs {
    margin: 0 0px;
    overflow: hidden;
}
#gallerys .thumbs img {
    cursor: pointer;
}
#gallerys .thumbs div {
    width: 360px;
    position: relative;
    height: 250px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#gallerys .thumbs a{
    display: block;
    line-height: 250px;
    font-size: 60px;
    color: #ccc;
    cursor: default;
}
#gallerys .thumbs .active{
    color: #999;
    cursor: pointer;
}
#gallerys .thumbs .active:hover{
    color: #666
}
#gallerys .thumbs #next {
    float: right;
}
#gallerys .thumbs #prev {
    float: left;
}
#gallerys .thumbs ul {
    height: 250px;
    display: block;
    position: absolute;
    left: 0;
    margin: 0 10px;
    z-index: 10;
}
#gallerys .thumbs li {
    display: block;
    float: left;
    padding: 10px;
}
.individual .next {
    float: right;
    margin-right: 15px;
}
.contact {
    clear: both;
    margin: 0 25px;
    background: transparent url(hr.png) bottom center no-repeat;
    overflow: auto;
    padding-bottom: 20px;
}
.contact address {
    font-style: normal;
}
.contact .mail {
    float: left;
}
.contact .numbers {
    text-align: center;
}
.footer {
    clear: both;
    padding: 20px;
    text-align: center;
}
.footer p {
    margin: 0;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #999;
}