* {
	margin: 0;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	text-align: center;
	height: 100%;
	background-image: url(images/background1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
.wrapper {
text-align: left;
	padding: 0;
	width: 1295px;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer {
	height: 40px; /* .push must be the same height as .footer */
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 2%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}
.footer a {
	color:#FF0000;
	text-decoration: none;
	}
.push {
	height: 40px; /* .push must be the same height as .footer */
}
.header {
	background-color: #000000;
	height: 75px;
}
#header-tagline {
	float: right;
	margin-top: 80px;
	padding-right: 180px;
}

#logo {
	margin-top: -50px;
	margin-bottom: 20px;
	padding-left: 150px;
	text-align: left;
}
#nav-box {
	text-align: left;
	float: left;
	margin-left: 5%;
	margin-top: -100px;
}

/*  these styles are simple navigation and must be commented out or removed when the dropdown menu is activated, Jason 3/10 */
#nav-box {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin-left:0px;
}
#nav-box a {
text-decoration:none;
color:#FFFFFF;
font-weight:bold;
}
#nav-box ul {
	color:#FFFFFF;
	list-style-type: none;
}
#nav-box li {
padding-top:10px;
}
#nav-box li ul li{
color:#FFFFFF;
list-style-type:disc;
margin-left:0px;
padding-top:0px;

}
/* end simple nav styles  */
#content-box {
	text-align: center;
}
#the-box {
	min-height:150px;
	margin-right: 10%;
	margin-left: 15%;
	color: #FFFFFF;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#black-border {
	border: 10px solid #000000;
	float: right;
	clear: right;
	width: 800px;
	background-color: #000000;
}
#main-cont-text {
	text-align: left;
	font-size: 10px;
}
#main-cont-text img {
	float: right;
	padding-left: 20px;
}
#main-cont-text p {
	margin-bottom: 15px;
}
#main-cont-text h3 {
	color: #FF0000;
	margin-bottom: 10px;
}

#the-box a {
	color:#FF0000;
	text-decoration:none;
}
.tagline {
	font-size: 16px;
	font-style:italic;
}
#restaurant-logos-box-main {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FBB581;
	margin-right: 100px;
	margin-left: 100px;
	border: 1px solid #F77819;
	padding: 10px;
}
#restaurant-logos-box-main img{
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
