body {
	background: url(images/spend_the_day_fred_bg.jpg) #226ace repeat-x;
	margin: 0;
	padding: 0;
}

a	{
	color:#eee;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}	

div#wrapper {
	margin: 20px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1#textHeader {
	background: url(images/spend_the_day_fred.jpg) #266ace no-repeat;
	width: 592px; 
	height: 161px;
	text-indent: -9999px;
	text-align: center;
	margin: 0 auto;
}

div#navHeader {
	background: #0825a1;
	width: 592px;
	height: 20px;
	margin: 0 auto;
	color: #FFF;
	text-align: right;
}	

table#navTable { 
	width:590px;
	margin: 0 auto;
}

.tblLeft {
	width: 50%;
	text-align: left;
}

.tblRight {
	width: 50%;
	text-align: right;
}		

div#mainContent {
	background: #fff;
	border: solid 2px #0825a1;
	width: 588px;
	margin: 0 auto;
	color: #ccc;
}	

div#mainContent p {
	width: 500px;
	margin: 16px auto;
	text-align: justify;
}

div#mainContent h2 {
	width: 500px;
	margin: 10px auto;
	text-align: center;
}	


		
div#footer {
	background: url(images/spend_the_day_fred_copyright.jpg) no-repeat #0825a1;
	width: 592px;
	height:17px;
	margin: 0 auto;
	color: #ccc;
}	

div#footer a, div#footer a:link, div#footer a:visited {
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}

div#footer a:hover	{
	text-decoration:underline;
}

.formatText {
	padding: 20px;
	padding-right: 30px;
	text-align: left;
	color: #666;
}	

.textCenter {
	text-align: center;
}	

.textOR {
	color: #900;
}

.textBLU {
	color: #005a9c;
}		

.padding1 {
	padding-right: 20px;
	padding-top: 2px;
}	

.boldText {
	font-weight: bold;
}

.uText {
	text-decoration: underline;
}	

.tableSplit	{
	width: 100%;
	margin:0 auto;
	text-align:center;
}		