body {
    background-color: #000;
    margin: 0px;
    padding: 0px;
}

p {
    font: .8em/1.6em Verdana, Arial, sans-serif;
    margin: 0px;
}

h2 {
    font: 1.3em/.8em Georgia,"Times New Roman", Times, serif;
    text-decoration: underline;
    color: #000;
    font-style: italic;
}

.clear {
    clear: both;
}

#main-wrap {
    width: 812px;
    border-left: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

#header-container {
    height: 210px;
    border-bottom: 3px solid #af281a;
}

.nav-bar {
    width: 800px;
    height: 32px;
    margin: 0px auto;
}

.nav-bar a {
    font: 1em/2em Georgia,"Times New Roman", Times, serif;
    color: #fff;
    width: 120px;
    height: 32px;
    text-align: center;
    background: #000;
    display: block;
    float:left;
    text-decoration: none;
    font-style: italic;
}

.nav-bar a:hover {
    background: #000 url(images/nav_over.jpg) 0 0 repeat-x;
}

#current-page {
    background: #000 url(images/nav_over.jpg) 0 0 repeat-x;
}

#content-wrap {
    position: relative;
    width: 812px;
    background: #e6e6e6 url(images/content_bg.gif) top left repeat-x;
    clear: both;
    padding-bottom: 10px;
}

.left-content {
    float: left;
    width: 390px;
    display: block;
    margin: 8px 0 20px 0;
}

#shop-pic{
    margin-left: 6px;
}

.right-content {
    margin: 8px 0 20px 0;
    float: right;
    width: 422px;
    display: block;
    /* background: transparent url(images/right_content_bg.jpg) bottom right repeat-y;
    */
}

.right-content h1 {
    font: 1.4em/1em Georgia,"Times New Roman", Times, serif;
    color: #fff;
    font-style: italic;
    text-indent: .6em;
}

.right-content p {
    font: .8em/1.6em Verdana, Arial, sans-serif;
    color: #000;
    margin: 6px 28px 10px 14px;
}

.home-info {
    text-align: center;
}

.footer {
    text-align: center;
    height: 30px;
    margin: 0px auto;
    border-top: 2px solid #af281a;
    border-bottom: 2px solid #c1c1c1;
}

.footer p {
    font: .7em/2.6em Verdana, Arial, sans-serif;
    color: #fff;
}

/*
PAGE - SERVICES
*/

.services-wrap {
    float: left;
    width: 270px;
    display: block;
    margin: 8px 0 20px 0;
}

.services-info {
    text-align: center;
}

/*
 PAGE - CONTACT
*/

#map_wrap {
    width: 435px;
    height: 360px;
    background: transparent url(images/map_bg.png) 0 0 no-repeat;
    margin: 10px 0 0 10px;
}

#map_wrap iframe {
    margin: 10px 0 0 10px;
}

.contact-info {
    text-align: left;
    margin: 70px 0 0 80px;
}
