﻿html, body 
{
   font-family: Georgia, Arial; 
   font-size:11px;
   margin: 0px;
   padding: 0px;
	 background-color:#2f3334;
}

table
{
    border-collapse: collapse;
}

#container
{
	  width: 800px;
	  height: 600px;
    background-image: url('/images/bgimg.jpg');
    background-repeat: no-repeat;
    background-position: 35px 16px;
	  background-color:#2f3334;
    margin:auto;
}

#content
{
	  position:relative;
	  top:30px;
		margin:auto; 
		width:687px; 
}

.default-right
{
    background-color:#e8d881;
    width:418px;
    height:421px;
    margin-top:7px;
    Opacity: .90;
	  filter: alpha(opacity=90);
}

p.hours
{
    margin: 18px 0px 0px 0px;
		text-align:left;
		color:#ffe04e;
		font-weight:bold;
    font-size:11px;
    line-height:18px;
}

.footer
{
		text-align:left;
		color:#ffffff;
    line-height:16px;
}

.sm_b
{
    margin: 18px 0px 0px 0px;
		text-align:left;
		color:#cbcfc2;
    font-size:11px;
    line-height:16px;
}

p.title
{
		text-align:center;
    font-size: 12pt;
    padding:0px;
	  margin-top:15px;
    margin-bottom:15px;
    font-weight:bold;
}

p.description
{
		margin-left:20px;
		margin-right:20px;
    margin-top:15px;
    margin-bottom:15px;
    text-align:left;
}

p.home
{
	  line-height:16px;	
	  padding-left:3px;
	  padding-right:3px;
	  margin: 10px 0px 0px 0px;
}

.body-container
{
	  height:242px;	
    width:362px;
    background-color:Red;
    margin:auto;
}

a.footer_link:link, a.footer_link:visited, a.footer_link:active, a.footer_link:hover
{
		color:#cbcfc2;
	  text-decoration:underline;
    font-size:11px;
}