html
{
    background: #53533a;
}
body
{
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-family: "Trebuchet MS","Times New Roman",Arial, Helvetica, sans-serif;
    background: url(images/body_bckg.jpg) repeat-y center;
}
.brown
{
    color: #936307;
}
.blue
{
    color: #5F8AFF;
}

.MaroonLink
{
	color: #AF6D6D;
    text-decoration:underline;
}

a
{
    color: #936307;
    text-decoration: none;
   
}
a:hover
{
    color: #666666;
}
blockquote
{
    color: #666666;
    border-left: 2px solid #936307;
    padding-left: 20px;
    margin: 10px 0 10px 40px;
}

#all
{
    /*background: url(images/container_bckg.jpg) no-repeat top center;*/
}
#container
{
    width: 930px;
    margin: 0 auto auto auto;
    background: url(images/container_bckg.jpg) no-repeat top center;
   
}

#logo
{
    height: 50px;
    margin: 0 60px;
    padding: 80px 0 0 0px;
    text-align:center;
   
}
#logo a
{
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    font-family: "Times New Roman" , Times, serif;
    text-transform: capitalize;
}
#menu
{
    height: 40px;
    margin: 0 60px;
    padding-left:0px;
}
#menu ul
{
    margin: 0;
    padding: 0;
}
#menu ul li
{
    display: inline-block;
    float: left;
    list-style: none;
    text-align: center;
    color: #936307;
}
#menu a
{
    padding: 0 20px;
    font-family: "Times New Roman" , Times, serif;
    font-size: 20px;
    text-transform: lowercase;
    text-decoration: none;
    color: #936307;
}
#menu a:hover
{
    color: #666666;
}

#main
{
    background: url(images/main_bottom.jpg) bottom center no-repeat;
    
    
}
#text
{
    margin: 0 0px 0 20px;
    width:600px;
    float: left;
    
}
#text ul
{
    padding: 0;
    margin: 10px 0 10px 40px;
}
#text li
{
    list-style: none;
    
   
}
#text p
{
    margin: 10px 0;
    
}
#sidebar
{
    float: right;
    width: 180px;
    height:100%;
    padding: 0 40px 0 10px;
    
}
h1, h2
{
    font-family: "Times New Roman" , Times, serif;
    margin: 20px 0 0 0;
    font-size: 1.8em;
    color:#3F3F3F;
}
h3
{
	
    margin: 20px 0 0 0;
    color:#4F4F4F;
}

#footer
{
    height: 130px;
    clear: both;
    background: url(images/footer_bckg.jpg) no-repeat center #53533B;
    font-family: "Times New Roman" , Times, serif;
    color: #666666;
    font-size: 10px;
    text-transform: uppercase;
    /*padding: 0 60px;*/
}
#left_footer
{
    float: left;
    padding: 30px 0 0 20px;
}
#right_footer
{
    float: right;
    padding: 30px 20px 0 0;
}

