@CHARSET "ISO-8859-1";

/* Headers */

/* Landing Page */

div#homeHeader {
	width: 1008px;
	height: 104px;
	background: url('/img/Joes-2010-Header.jpg') no-repeat;
	margin-bottom: 50px;
}

div#joeHomeDateContainer {
	width: 500px;
	float:left;
}

.joe-home-logo {
	float:left;
	margin-right: 100px;
}

h2.landing {
	font-size: 12pt;
	width: 50%;
	float:left;
}

#month-select, #day-select, #year-select {
	float:left;
	margin-right: 12px;
}

#enter-button {
	float:left;
	clear:both;
	margin-top: 12px;
}

p.limit-header {
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}

div#homeContainer {
	clear:both;
	float:left;
	padding-top:50px;
}