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

body {
	
font-family: 'Oldenburg', cursive, Courier New;
/*font-family: 'Belgrano', serif;*/
	color:#fff;
	background:url(../images/background.jpg) #0f0100;
	background-repeat:repeat-x;
}


.mainContainer {
	background-image:url(../images/background-12.jpg);
	height:750px;
}
table {
	margin-top:40;
}
.banner {
	padding-top: 50px;
padding:right:10px;
}
.banner img {
	padding-left:10px;
}
.nav {
	height:128px;
	text-align:center;
	padding-top:50px;
}
.nav a {
	text-decoration:none;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.nav a:hover {
	color:#999;
}
.logo {
	height:160px;
}
.address p {
	text-align:center;
	font-size:14px;
	font-weight: bold;
}
.home-right img {
	padding:25px 0px 0px 0px;
}
.hours {
	padding:0px;
}
.hours {
	text-align:center;
}
.content p {
	font-size:13px;
	padding-top:10px;
}
p {
	line-height:1.5em;
	font-size:16px
}
h2 {
	line-height:1.5em;
	font-size:20px;
}
.menu {
	background:url(../images/texas-Star.gif);
}
#main_image {
	margin:0 auto 60px auto;
	height:438px;
	width:450px;
	background:black;
}
#main_image img {
	margin-bottom:10px;
}

.mainContent {
	padding:25px 0 45px 0;
}
.footer {
	font-size:10px;
	font-weight:normal;
	}
.footer p {
	padding-top:100px;
	text-align:center;
}
#gallery {
	padding-right:15px;
	}
#gallery a {
	padding:5px;
}
#gallery img {
	border:2px solid #fff;
}
.about p {
	text-align:left;
	font-size:14px;
}
.leftColumn {
	padding:5px 0 0 0;
}
ul.leftColumList {
	list-style:none;
	text-align:center;
	margin:15px 0 25px -30px;
	font-size:14px;
	font-weight:bold;
}
.listHeading {
	font-size:16px;
	color:#79493d;
}
.imageGrid {
	padding:25px 0px 45px;
}
.bottomLeft {
	float:left;
	margin:0 0 0 100px;
}
.bottomContent {
	padding-top:25px;
	text-align:center;
	float:right;
	font-weight:bold;
	font-size:14px;
	}
.bottomRight {
	float:right;
	margin:0 100px 0 0;
}

.bottomRight a {
	text-decoration: none;
	color:#fff;
	}
	
.bottomRight a:hover {
	text-decoration: underline;
	color:#fff;
	}
.clear {
	clear:both;
}
