@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

h1  {
	color: #000;
	font-size: 1.5em;
	font-weight: bolder;
}

h2  {
	color: #800000;
	font-size: 1.2em;
	font-weight: bolder;
	margin-left: 15px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #039;
	text-align: center;
}

p {
	margin-right: 25px;
	margin-left: 25px;

}

.slogan {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	z-index: 2;
}

a img { border: none;}

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #800000;
	font-weight: bolder;
}

.container {
	width: 960px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

.logocenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 25px;
	background-image: url(images/bgTiles145x148.jpg);
	position: relative;
	z-index: 1;
	margin-bottom: 25px;
	border: thick outset #999673;
}

.content {
	width: 960px;
	float: left;
	border: medium outset #999673;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	background: #fff;
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 30px;
	border: medium outset #999673;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 18px;
	border: medium outset #999673;
	margin-left: 25px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	height: 100%;
	width: 100%;
}

#maestro {
	font-size: .7em;
	margin-left: 25px;
	margin-top: 10px;
}

#address {
	float: left;
	width: 354px;
	padding-left: 20px;
	background-color: #ccc49f;
	border: medium outset #999673;
	margin-right: 10px;
}

#hours {
	float: left;
	padding-left: 20px;
	width: 353px;
	background-color: #ccc49f;
	border: medium outset #999673;
	margin-left: 10px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	margin-top: 15px;
}
.companyName {
	color: #00F;
	font-weight: bolder;
}
img.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	border: medium outset #999673;
}

img.centerNoBorder {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
table {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}

td h3 {
	text-align: left;
	margin-left: 35px;
}

