@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#630;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link {color: #696; }
a:visited {color: #696;}
a:hover {text-decoration: none; color: #633;}
a:active {color: red;text-decoration: none}

ul#minitabs{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #7e3b11;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 2px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #7e3b11;color: #7e3b11}
ul#minitabs a#current{border-color: #F60;color: #e2b490}
ul#minitabs a:hover{border-color: #F60;color: #e2b490}


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000; 
	
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	
}
.oneColFixCtrHdr #mainContent {
	
	background: #bf5e19;
	font:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e2b490;
}
.oneColFixCtrHdr #footer {
	
	background: #000000;
	font:Tahoma, Geneva, sans-serif;
	font-size: 8px;
	color:#e2b490;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	
}

.logo {
	width: 165 px;
	position:fixed;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	color:#EEE;
	font-size: 10px;
	text-align: center;
}

.main {
	color:#963;
	background-color: #EBDAC8;
	font-family: Verdana, Geneva, sans-serif
	font-size:14px;
	padding: 5px;
}

h3.menu {
	background: url(images/menu.gif) no-repeat top center;
	height: 50px;
	text-indent: -9999px;
	
}

h3.gallery {
	background: url(images/gallery.gif) no-repeat top center;
	height: 50px;
	text-indent: -9999px;
}

h3.why-pilar {
	background: url(images/about-pilar.gif) no-repeat top center;
	height: 50px;
	text-indent: -9999px;
}

h3.contact-info {
	background: url(images/contact-info.gif) no-repeat top center;
	height: 50px;
	text-indent: -9999px;
}



table.menu {
	border-width:thin;
	
	
	
}

tr.menu {

	background-color:#EEE;
	padding: 10px 10;

}

.menu-header {
	background-color:#EEE;
	color:#000;
	vertical-align:middle;
	text-align: center;
	font-size: large;
	font-weight: 300;

}

.menu-item {
	color:#696;
	font-weight:bold;
}

