body {
    margin: 0px;
    padding: 0px;
    background: #222222;
    color: #3D3D3D;	
    font-family: Arial, Helvetica, sans-serif;
}

#header {
    position: relative;
    margin: 0 auto 0 auto;
    width: 850px;;
    color: #E7CF8F;
    text-shadow: 2px 2px 2px #000;
    background: white;
    border-right: 8px solid #3b3b3b;
    border-left: 8px solid #3b3b3b;
    padding-bottom: .25em;
    border-bottom: 2px solid #3b3b3b;
    text-align: center;
}

#footer {
    font-size: 10px;
    position: relative;
    margin: auto;
    width: 850px;;
    color: gray;
    background: white;
    border-right: 8px solid #3b3b3b;
    border-left: 8px solid #3b3b3b;
    padding-bottom: .25em;
    border-bottom: 2px solid #3b3b3b;
    padding-top: .25em;
    border-top: 1px solid #3b3b3b;
    text-align: center;
}

#contentwrap {
    position: relative;
    margin: auto;
    padding: 15px 0px 25px 0px;
    width: 850px;
    border-right: 8px solid #3b3b3b;
    border-left: 8px solid #3b3b3b;
    background: white;
}	

a { color: #115894 }

p.infobox {
    clear: both;
    background-color: #ccc;
    border: 1px solid #000;
    padding: 10px;
    margin: 1em 1em 0 1em;
    margin-bottom: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.button, div.button, div.white.button {
    width: 4em;
    /* Default positioning of button */
    text-align:center;	
    line-height: 46px; /* will keep the text vertically centered on the 46px high button */				

    font-size: 20px; /* default button font-size */

    /* Font styling */
    font-family: Helvetica;
    font-weight: bold;
    text-decoration: none;
    text-transform: capitalize;

    /* Button image is 29px wide. 
        14px for the left part of the button
        14px for the right
        1px for the middle
    */
    border-left: 14px;
    border-right: 14px;
}
div.bottombar {
    padding: 18px 15px 12px;
    bottom: 0;
    left: 0;
    right: 0;
}
div.bottombar a.button {
    min-width: 108px;
    font-size: 16px;
}

img.photo {
    resize: both;
    background-color: white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    padding: 10px;

    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    padding: 5px 5px 5px 15px;
    max-width: 350;
}
a.white.button, div.white.button {
    color: #000;
    text-shadow: #fff 0px 1px 1px;
    -webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
    -moz-border-image: url(images/whiteButton.png) 0 14 0 14;
    float: right;
    margin-left: .5em;
    margin-right: .5em;
    margin-top:175px;
    #background-color: white;
}
a.gray.button {
    clear: both;
    color: #fff;
    text-shadow: #333 0px 1px 1px;
    -webkit-border-image: url(images/grayButton.png) 0 14 0 14;
    -moz-border-image: url(images/grayButton.png) 0 14 0 14;
    float: right;
    margin-right: .5em;
}
a.button:hover {
    color: #fff;
    text-shadow: #333 0px 1px 1px;
    -webkit-border-image: url(images/blueButton.png) 0 14 0 14;
    -moz-border-image: url(images/blueButton.png) 0 14 0 14;
}

div.white.button {
    color: gray;
}

div.ad {
    float: right;
    position: absolute;
}
