/* 
Document   : how_it_works
Created on : Apr 21, 2008, 10:15:16 PM
Author     : radiusman
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#header{
    height: 35px;
}

#main_navigation{
    height: 7px;
}

#mainarea{
    text-align: left;
}

#picture {
    border: 1px solid black;
    margin: 10px;
    margin-left: 0px;
    width: 627px;
    height: 373px;
}

td {
    padding: 10px 0 10px 30px;
}

h1{
    color: #1B75A2;
    font-weight: normal;
    font-size: 27px;
    border-bottom: 1px solid #FED520;
    line-height: 15px;
    margin-top: 10px;
    letter-spacing: -1px;
}

td p{
    color: gray;
    font-size: 14px;
}

h2, td h2{
    text-align: left;
/*    color: #1B75A2;*/
    color: black;
    font-weight: normal;
    font-size: 27px;
    margin-top: 10px;
    letter-spacing: -1px;
}

td h2 b{
    font-size: 32px;
    color: black;
    font-weight: normal;
}

.thumbnail{
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    box-shadow: 3px 3px 3px #666;
    border: 1px solid black;
    
}