	@import "all.css"; /* just some basic formatting, no layout stuff */

body
{
	text-align: center;
	background-color: #892E1E;
    margin: 0px;
    padding: 0px;
}

#frame
{
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	text-align: left;
	background-image:url(../images/background-for-center.gif);
	background-repeat: repeat-y;
}

/*  contentheader is at the top   */
.contentheader
{
    background: #892E1E;
}

.contentheader h1
{
    font-size: 14px;
    padding: 10px;
    margin: 0px;
}

a.contentheader:link { color: #993333; }
a.contentheader:visited { color: #993333; }
a.contentheader:hover { color: #993333; }



/* contentleft is white background with dark text   */
/* and stores the main content area   */
#contentleft
{
	width: 440px;
	padding: 0px;
	float: left;
/*	background: #FFFFFF;  */
	background-image:url(../images/background-for-center.gif);
	background-repeat: repeat-y;
}

#contentleft p
{
     margin-left:80px;
     margin-right:20px;
    font-size: 14px;
}
.address
{
    margin-left:65px;
    margin-right:40px;
    font-size: 14px;
    font-weight: bold;
}
.hours
{
    margin-left:10px;
    margin-right:30px;
    font-size: 13px;
    font-weight: bold;
}

#contentleft a:link
{
    color: #000000;
}
#contentleft a:visited
{
    color: #000000;
}
#contentleft a:hover
{
    color: #B43636;
}

/*  the grey background logo  */
.backgroundlogo
{
    background-image:url("../images/timbre-logo-large-just-out3.gif");
    background-repeat: no-repeat;

}



/* contentcenter is redish background with gold links   */
/* and stores the dinner, brunch and lunch menus    */
#contentcenter
{
	width: 185px;
	padding: 0px;
	float: left;
	background: #B43636;
	background-image:url(../images/midcolback.gif);
	background-repeat: repeat;
}

#contentcenter p
{
    font-size:10px;
}

#contentcenter a:link
{
    color: #D0B588;
}
#contentcenter a:visited
{
    color: #D0B588;
}
#contentcenter a:hover
{
    color: #FFFFFF;
}

#contentcenter h1
{
    font-size:14px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: large;
    margin-right: 10px;
	margin-left: 15px;
	text-indent: -5px;
}

#contentcenter h2
{
    font-size:12px;
	margin-left: 25px;
	text-indent: -10px;
    margin-top: 8px;
    margin-bottom: 3px;
    margin-right: 10px;
}

#contentcenter h3
{
    font-size:11px;
     margin-right: 10px;
     margin-left: 45px;
     text-indent: -15px;
     margin-top: 2px;
     margin-bottom: 0px;
}

#contentcenter .price {
    color: #CCCCCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight: bold;
    page-break-before: avoid;
    page-break-after: avoid;
}




/* contentright is dark red background with white text   */
/* and stores the music act schedule    */
#contentright
{
	width: 153px;
	padding: 0px;
	float: left;
	background: #993333;
	background-image:url(../images/rightcolback.gif);
	background-repeat: repeat;
}

#contentright p
{
    font-size:10px;
}





#contentfooter
{
	background-image:url(../images/background-for-center.gif);
	background-repeat: repeat-y;
}



p,h1,pre {
	margin: 0px 10px 10px 10px;
}

h1 {
	font-size :14px;
	padding-top: 10px;
}

#white p
{
    color:#FFFFFF;
    font-size:10px;
}



.headerpicture
{
   text-align: center;
    background-color: #993333;
    border: 0px solid #000000;
}

a.headerpicture:link { color: #993333; }
a.headerpicture:visited { color: #993333; }
a.headerpicture:hover { color: #993333; }






/* MENU CSS BEGIN */
#headertext
{
    color: #FFFFFF;
	background-color: #333333;
/*   border: 1px solid #000000; */

    float: left;
    width: 100%;
/*    background:yellow; */
    font-size: 78%;
    line-height: normal;

/*    background:#993333;  */
    background: #892E1E;
/*    background:#892E1E url("/images/tabs/bg.gif")
      repeat-x bottom; */
}

#headertext ul
{
    margin: 0;
    padding: 0px 10px 20px 10px;
    list-style: none;
}

#headertext li
{
    float: left;
    background: url("/images/tabs/left3.gif") no-repeat left top;
    margin: 0;
    padding:  0 0 0 3px;
}

#headertext a, #headertext strong, #headertext span
{
    float: left;
    display: block;
    background: url("/images/tabs/right5.gif") no-repeat right top;
    padding: 5px 8px 4px 0px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}
  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#header a {float: none;}
  /* End IE5-Mac hack */

#headertext a:hover
{
      color: #FFF;
}

#headertext #current
{
    background-image: url("/images/tabs/left_on2.gif");
}

#headertext #current a
{
    background-image: url("/images/tabs/right_on2.gif");
    color: #000;
	padding-bottom: 5px;
}
/* MENU CSS END */








a:link { color: black; }
a:visited { color: black; }
a:hover { color: #FFFFFF; }






.centerpic
{
	text-align: center;
}

.price
{
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	page-break-before: avoid;
	page-break-after: avoid;
}

#menucontent h1
{
    text-transform: uppercase;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: large;
    margin-right: 10px;
	margin-left: 55px;
	text-indent: -5px;
}

#menucontent h2
{
    font-weight: bold;
	margin-top: 18px;
	margin-bottom: 1px;
	margin-right: 10px;
	margin-left: 65px;
	text-indent: -10px;
}

.menudescription
{
    margin-top: 1px;
	margin-bottom: 1px;
	margin-top: 6px;
	margin-bottom: 0px;
}





/* for contact us form */
form{margin:0;padding:0;padding-left: 50px;}

fieldset{margin:1em 0;border:none;border-top:1px solid #ccc;}

legend{margin:1em 0;padding:0 .5em;color:#036;background:transparent;font-size:1.3em;font-weight:bold;}

label{float:left;width:120px;padding:0 1em;text-align:right;}

fieldset div{margin-bottom:.5em;padding:0;display:block;}

fieldset div input,fieldset div textarea{width:180px;border-top:1px solid #555;border-left:1px solid #555;border-bottom:1px solid #ccc;border-right:1px solid #ccc;padding:1px;color:#333;}

fieldset div select{padding:1px;}

#contactusform-submit{clear:both;padding-top:1em;text-align:center;}

#contactusform-submit input{border:1px solid #333;padding:2px 1em;background:#555;color:#fff;font-size:100%;}

input:focus,textarea:focus{background:#efefef;color:#000;}

fieldset div.contactusform-req{font-weight:bold;}

fieldset div.contactusform-req label:before{content:"* ";color:red;}

/* body{padding:0;margin:20px;color:#333;background:#fff;font:12px arial,verdana,sans-serif;text-align:center;}  */

#container{margin:0 auto;padding:1em;width:350px;text-align:left;}


