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

body {
	background-image:url(assets/images/slices/shakin_shack_center.jpg);
	background-color: #300030;
	background-position:top center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #BF0;
}
.oneColElsCtr #outer {
	margin:0 auto;
	padding:0px;
	background-image:url(assets/images/slices/shakin_shack_background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.oneColElsCtr #container {
	width: 736px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #flashRight {
	margin:0 10px 0 0;
	padding:0px;
	height:235px;
}
.oneColElsCtr #mainContent {
	margin:0 auto;
	padding: 0 10px 0 10px; /*remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #footer {
	margin:0 auto;
	padding:0;
	text-align:center;
	background-image:url(assets/images/slices/shakin_shack_2010_flyer.jpg);
	height:421px;
	width:972px;
}
h1 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	color: #BF0;
	margin:0 0 0 25px;
}
h2 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #BF0;
	margin: 0 0 10px 45px;
}
h3 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #BF0;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #707;
	margin-top:0px;
	margin-left:25px;
	margin-bottom:0px;
}
.imagRight {
	float:right;
}
.aboutText {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #bb22aa;
	margin: 0 0 0 25px;
}
.aboutNote {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #bf0;
}
a:link {
	color:#CF6;
}
a:hover {
	color:#CF9;
}
a:active {
	color:#FFF;
}
a:visited {
	color:#CCC;
}