@charset "UTF-8";
body {
	background: #000000;
	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: #FFFFFF;
	background-color: #000000;
	font: Times, "Times New Roman", serif;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CC0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 620px;
	background-color: #000000;
	background-image: url(images/background.jpg);
	margin-bottom: 18px;
}
.oneColFixCtr #home {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CC0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 620px;
	background-color: #000000;
	background-image: url(images/comingSoon_birthday.jpg);
	margin-bottom: 18px;
}
#nav {
	height: 18px;
	width: 617px;
	margin-top: 16px;
	margin-bottom: 70px;
	margin-left: 66px;
}
#leftColumn {
	float: left;
	width: 235px;
	height: 410px;
	overflow: auto;
}
#fullColumn {
	float: left;
	width: 480px;
	margin-left: 135px;
	height: 410px;
	overflow: auto;
	scrollbar-track-color: #000000;
	scrollbar-base-color: #7B0101;
}

#rightColumn {
	float: right;
	width: 235px;
	height: 410px;
	overflow: auto;
	scrollbar-track-color: #000000;
	scrollbar-base-color: #7B0101;
}
#leftImage {
	width: 173px;
	float: left;
}
#rightText {
	float: right;
	width: 290px;
	height: 410px;
	overflow: auto;
	scrollbar-track-color: #000000;
	scrollbar-base-color: #7B0101;
}
p {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 14px;
}
h1 {
	margin-top: 0px;
	font-size: 11px;
	color: #FFCC66;
	margin-bottom: 10px;
}
.dates {
	color: #FFCC66;
	font-style: italic;
}
td img {display: block;}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FEE5A6;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.imagePad {
	margin-bottom: 12px;
}

.textLink:link {
	color: #FF8169;
	text-decoration: none;
}
.textLink:visited {
	text-decoration: none;
	color: #FF8169;
}
.textLink:hover {
	text-decoration: underline;
	color: #FF0000;
}
.textLink:active {
	text-decoration: none;
	color: #FF8169;
}
.imagePad {
	margin-bottom: 12px;
}
#footerNav {
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	width: 616px;
}
#footer {
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	width: 685px;
	
}
#footer p {
	font-size: 12px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFDB9C;
	text-decoration: underline;
}
#footer ul, li {
	display: inline;
	margin: 0;
	padding: 0;
}
.imageWrap {
	float: left;
	height: 175px;
	width: 175px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.tighter {
	margin-bottom: 6px;
}
#logo {
	width: 668px;
	margin: 20px auto;
	text-align: left;
}
#wrapper {
	width: 482px;
	margin-left: 135px;
}

