@charset "UTF-8";
/* CSS Document */

/****	STRUCTURE & DEFAULTS	****/

body { background:url(../images/bg-tile.jpg) #000; color:#a69976; font-family:Georgia, "Times New Roman", Times, serif; font-size:12pt; height:100%; }
#break { clear:both; }

#wrapper { background:url(../images/background.png) repeat-y; margin:0 auto; padding:50px 30px 0; text-align:center; width:540px; height:100%; }

h1.logo {margin:0 auto 20px; text-indent:-9999; background:url(../images/logo.png) no-repeat center; height:60px; width: 350px; overflow:hidden;}

#hours {margin:60px 0;}
h2 {margin-top:10px;}

#content { float:left; width:540px; }

#footer { margin-top:400px; text-align:center; }



/****	MENUs	****/

#mainmenu { }



/****	TEXT	****/

h1 { font-size:36px; padding:0px 0; }

h2 { font-size:24px; padding:0px 0; }

h3 { color:#CCC; font-size:20px; line-height:28px; padding:0px 0; }



/****	LINKS	****/

a:link, a:visited { color:#fff; text-decoration:none; }

a:hover { color:#fff; text-decoration:underline; }

#footer a:link, #footer a:visited { color:#999; text-decoration:underline; }

#footer a:hover { color:#fff; text-decoration:none; }