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

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:80%;
}

li {
	list-style:disc;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 999px;
	text-align: left;
	background-color:#FFFFFF;
}

#splashWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
}

.welcomeText {
	text-align:right;
	width: 405px;
	float: left;
	margin-left:30px;
}
.welcomeBarPhoto {
	background-color: green;
	height: 204px;
	width: 194px;
	float: left;
	margin-left: 15px;
}
.specialsBox {
	background-color: #000000;
	height: 285px;
	width: 200px;
	float: left;
	padding:8px;
	margin-left:15px;
	line-height:16px; !important
}

.dayBox {
	float: left;
	position:relative;
	margin-left: 15px;
	width:70px;
	background-color:#E51937;
	height:130px;
	padding:3px;
	text-align:center;
}

.headerImage {
	margin-bottom:3px;
}

#rhsBar {
	width:90%;
}

#redBoxTextBox {
	color:#FFFFFF;
	bottom:0px;
	position:absolute;
	vertical-align:text-bottom;
	text-align:left;
	width:60px;
	font-size:75%;
}

#welcomePageDaysBox {
	height:165px;
	margin-top:20px;
	margin-left:20px;
}

.submitButton {
	background-image:url(../layout/submitButton.gif);
	align:right;
	width:34px;
	height:12px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor:pointer;
	/*margin-left:85%;*/
}

#footer {
	background-image:url(../layout/footer.gif);
	width:999px;
	height:70px;
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
	background-repeat:no-repeat;
}

#footer a, a:visited {
	color:#FFFFFF;
}

#mainDivArea {
	padding-left:20px;
	padding-right:10px;
}

#calendar {
	height:325px;
	width:500px;
}