﻿body
{
    background: #ffffff url(images-design/headerBg.png) repeat-x top left;
    margin: 0;
    font: normal 12px Tahoma, "Arial" , sans serif;
}
a img
{
    border: none;
}
a
{
    font-weight: bold;
}
a:link
{
    color: #866733;
}
a:visited, a:hover
{
    color: #bf6458;
}

#wrap
{
    width: 790px;
    margin: 0 auto;
    padding-bottom: 30px;
}
h2
{
    color: #950000;
    font-family: Georgia;
    font-size: 2em;
    font-weight: normal;
    line-height: normal;
}
/************Header************/
#header
{
    background: url(images-design/header.png) no-repeat top;
    height: 245px;
    width: 740px;
}

#content
{
    line-height: 1.6em;
}
/************nav************/
#nav
{
    float: right;
    margin: 0;
}
#nav ul li
{
    list-style-type: none;
    display: block;
    float: left;
    margin-right: 15px;
}
#nav ul li a
{
    text-decoration: none;
    font-size: 16px;
}
#nav ul li a:hover
{
    text-decoration: underline;
}

/************Sidebar************/
#sidebar
{
    width: 160px;
    float: right;
    padding: 10px;
    text-align: center;
}
#sidebar #sponsors a
{
    display: block;
    margin: 20px 0;
}
#sidebar .section
{
    border-bottom: 4px solid #c0a080;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#sidebar a#conclamo
{
    color: #00693b;
    text-decoration: none;
}
/******************footer******************/
#footer
{
    margin-bottom: 60px;
    display: block;
    background: url(images-design/footer.png) repeat-x;
    height: 196px;
    border: 3px solid #680000;
}
.footer
{
    width: 840px;
    display:block;
    margin: 0 auto;
}
#footer li
{
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 15px 5px;
}
#footer li img
{
   border:2px solid #450101;
    }
/*********************content*****************/
.clear
{
    clear: both;
    visibility: hidden;
    height: 1px;
    border: none;
}
.red
{
    color: #950000;
}
ul.twoColumn 
{
    float: left;
    width: 72%;
}
.twoColumn li
{
    float: left;
    width: 28%;
}
#dogImgCol
{
    width: 220px;
    float: left;
}
.img_alt_bord
{
    margin: 1em;
    float: right;
    border: solid 2px #950000;
    padding: 2px;
}
.imgCenter
{
   margin:0 auto;
   display:block;
    }
#signup
{
    border: 4px solid #c0a080;
    background: #f4ede2;
    margin: 5px auto 5px auto;
    padding: 6px;
    border: 4px solid #c0a080;
    width: 300px;
    display: block;
    text-align: center;
}
#signup h4
{
    color: #950000;
}
.lastImg
{
    margin-bottom: 80px;
}
.checkOut
{
    margin-top: 20px;
}

