.header {
	height: 108px;
	width: 900px;
}
.address {
	height: 57px;
	width: 900px;
}
.spacer {
	height: 23px;
	width: 900px;
}
.archSpacer {
	height: 38px;
	width: 900px;
}
.navigation {
	height: 424px;
	width: 189px;
	float: left;
}
.hours {
	height: 424px;
	width: 189px;
	float: left;
}
body {
	background-color: #993300;
}

/* folllowing css added by ray

-added a "container" class div for the background b/c it was interferring with the text

-added a "textwrap" class b/c of las margaritas image
-- change width and height if you want a smaller or larger textwrap or delete this class if you do not want it

-if you want a smaller or larger gap between paragraphs, change the "15px" value under ".content p"

*/
.container {
	height: 424px;
	width: 522px;
	float: left;
	border: medium none #FF9900;
}

.bg1 {
	background-image: url(images/ContactPageSplice_12.jpg);
}

.content {
	height: 364px;
	width: 400px;
	overflow: auto;
	padding:20px 20px 0 50px;
	font-family: Times New Roman, serif;
	font-size:12pt;
	letter-spacing:1px;
}
.content .textwrap {
	width:170px;
	height:90px;
	float:right;
}
.content p {
	margin:0 0 5px 0;
}
.containerMain {
	height: 424px;
	width: 522px;
	float: left;
	border: medium none #FF9900;
	background-image: url(images/MainPageSplice_12.jpg);
}
.containerRestau {
	height: 424px;
	width: 522px;
	float: left;
	border: medium none #FF9900;
	background-image: url(images/RestaurantPageSplice_12.jpg);
}
.containerContact {
	height: 424px;
	width: 522px;
	float: left;
	border: medium none #FF9900;
	background-image: url(images/ContactPageSplice_12.jpg);
}
.containerMenu {
	height: 424px;
	width: 522px;
	float: left;
	border: medium none #FF9900;
}
.containerTequila {
	height: 424px;
	width: 522px;
	float: left;
	border: medium none #FF9900;
	background-image: url(images/TequilaPageSplice_12.jpg);
}
