@charset "UTF-8";
/* CSS Dennys Splash page */

body, html {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #ffefcb;
}

#wrap {
	margin: 0 auto;
	width: 888px;
}

#top {
	width: 888px;
	height: 146px;
	background-image: url('../images/index_01.jpg');
	margin: 0;
	padding: 0;
}

#mid {
	width: 888px;
	height: 250px;
	background-image: url('../images/index_03.jpg');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}

#bot {
	width: 888px;
	height: 27px;
	background-image: url('../images/index_05.jpg');
	margin: 0;
	padding: 0;
}

#footer {
	width: 888px;
	margin: 0;
	padding: 0 0 0 22px;
	text-align:left;
	list-style-type:none;
	color:#000;
	font-size:11px;
}

#footer li {
	float:left;
	margin: 0;
	padding: 0;
}

#footer li.follow {
	margin-top: 2px;
}

#footer li img {
	cursor:pointer;
}

#footer li img.facebook {
	left: 75px;
	margin: 0 5px;
}

#footer li img.twitter {
	left: 95px;
}


#left {
	float: left;
	width: 300px;
	height: 140px;
	padding: 0;
	margin: 25px 0 0 110px;
}

#right {
	float: right;
	width: 300px;
	height: 140px;
	padding: 0;
	margin: 25px 110px 0 0;
}

/* --- Text Formatting -- */

h1 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	padding: 5px 0 0 0;
	color: #EB9521;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight:bold;
	margin: 5px 0 20px 0;
	padding: 0;
	color: #EB9521;
}

h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight:bold;
	margin: 0;
	padding: 0;
	color: #8d817b;
}

h4 {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: lighter;
	margin: 5px 0 0 0;
	padding: 0;
	color: #8d817b;
}

h3 a {
	color: #8d817b;
	text-decoration: none;
}

h3 a:hover {
	color: #000099;
	text-decoration: underline;
}
