/* SmithKerr CSS */
a:link
{
    text-decoration: none;
    color: #1D5898;
}
a:visited
{
    text-decoration: none;
    color: #1D5898;
}
a:hover
{
    text-decoration: underline;
    color: #AD255A;
}
a:active
{
    text-decoration: underline;
    color: #AD255A;
}

h1 a:link
{
    color: #000;
    text-decoration: none;
}
h1 a:visited
{
    text-decoration: none;
    color: #000;
}
h1 a:hover
{
    text-decoration: underline;
    color: #AD255A;
}
h1 a:active
{
    text-decoration: underline;
    color: #AD255A;
}

body
{
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow: auto;
    background-image: url('../images/background.jpg');
    background-position: left top;
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-color: White;
    overflow:scroll
}

p
{
    margin-right: 20;
    margin-left: 20;
    vertical-align: middle;
}
h1
{
    margin-right: 5;
    margin-left: 5;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

h2
{
    margin-right: 5;
    margin-left: 5;
    padding: 0;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-align: left;
    text-decoration: underline;
}
h3
{
    margin-right: 5;
    margin-left: 5;
    padding: 0;
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
ul
{
    margin: 30px;
    padding: 0;
    text-align: left;
}
li
{
    margin: 15;
    padding: 0;
    text-align: left;
}
h4
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background: url(../dotted.gif) repeat-x bottom;
    margin: 0px 0 5px 0;
    padding: 0 0 3px 0;
}
#entrycontainer img
{
    margin: 3px 10px 2px 0;
    float: left;
    clear: both;
    border: 1px solid #000000;
}
#contact img
{
    margin: 3px 10px 2px 0;
    float: right;
    clear: both;
    border: 1px solid #000000;
}
    