﻿body 
{
    background:#352706;
    margin:0; padding:0;
    font-family:Arial;
}

#container
{
    position:relative;
    width:974px;
    margin: 0 auto;
    padding:0;
    background:url('../images/contentbg.jpg') left repeat-y #816728;
}

#topbanner
{
    height: 88px;
    background:url('../images/logo.jpg') left no-repeat #e8e1ce;
    font-size:14;
    color:#6c551d;
    padding:25px 0 0 760px;
}

#navbar
{
    background:#4e3b0d;
    height:57px;
}

#navbar a
{
    display: inline-block;
    background: url('../images/linksep.jpg') right no-repeat;
    height: 24px;
    padding: 18px 18px 15px 10px;
    color:#fff;
    text-decoration:none;
    font-size:18px;
}

#navbar a:hover, body.home #t-home, body.aboutus #t-aboutus, body.classschedule #t-classschedule,
body.whatisyoga #t-whatisyoga, body.contactus #t-contactus
{
    color:#b46c06;
}

#left
{
    width:712px;
    margin:0 15px 0 0;
    padding:0;
    padding-bottom:118px;
    float:left;
}

#pricelist
{
    background:#6f5820;
    color:#fff;
    font-size:12px;
    float:right;
    width:169px;
    padding:15px 15px 27px 15px;
}

#right
{
    margin:0;
    color:#fff;
    padding:0;
    background:url('../images/contentbg.jpg') left repeat-y #816728;
}

#homeblock
{
    background:url('../images/homeblock.jpg') top right no-repeat #6c551d;
    margin: 0;
    font-size:18px;
    color:#fff;
    padding:52px 15px 20px 30px;
}

#content
{   
    padding:15px;
    font-size:14px;
}

#content i
{
    font-style:normal; 
    font-size:10px;
}

#clear
{
    clear:both;
}

/* Contact Page */
h1
{
    color:#fff;
    font-size:18px;
    margin:15px;
}

table
{
    font-size:12px;
    font-family: Arial;
    color:#482a00;
    margin:20px;
}

.button
{
    background:#482a00;
    color:#fff;
    padding:5px;
    font-size:18px;
    margin-right:70px;
}

a.googlemap
{
    background:url('../images/search.gif') no-repeat right;
    color:#fff;
    font-size:12px;    
    padding-right:20px;
    text-decoration:none;
    margin-left:20px;
}

a.googlemap:hover{color:#3b2c07;}

input, textarea
{
    border:none;
}

.stripe
{
    height:118px;
    background:url('../images/contentbg.jpg') repeat-y;
    position:absolute;
    bottom: 0px;
    margin:0;
}

ErrorMessage
{
    color:#000000;
}