body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #373237;
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
	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 */
}

#container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-right: 35px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0;
}

#mainText {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-shadow: 1px 1px 1px #7a7a7a;
	padding-top: 15px;
	position: absolute;
	top: 440px;
	line-height: 18px;  
	margin-left: 460px;
	border-top: 2px solid white;
	width: 280px;
	color: white;
	font-size: 14px;
	text-align: justify;
}

a.button {  
    padding-left: 20px;  
    padding-bottom: 10px;  
    padding-right: 20px;  
    padding-top: 10px;  
    font-style: italic;  
    line-height: 65px;  
    font-family: Georgia, "Times New Roman", Times, serif;  
    background:#373237;  
    color: #ffffff;  
    text-decoration: none;  
    border:1px solid #000000;  
    text-transform: uppercase;  
    font-size: 15px;     
}  

a.button:hover {  
    background:#5FD2C3;  
    border-color: #7e4d2b;  
} 

/*
BUTTON TEST
#page_footer ul.pagination li.next a {
background:transparent url(http://tfln.s3.amazonaws.com/images/btn-next-page.png) no-repeat scroll 0 0;
border:medium none;
color:#FFFFFF;
font-size:14px;
height:31px;
line-height:30px;
padding:0 0 0 10px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.4);
width:109px;
}
*/

#footerOne {
	margin-left: 35px;
	line-height: 25px;
	width: 410px;
	text-align: left;
	color: #ff1360;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	text-shadow: 1px 1px 1px #202020;
	float: left;
}

#footerOne a{
	text-decoration: none;
	color: #ffffff;
	text-shadow: 2px 2px 1px #202020;
}

#footerTwo {
	list-style-type: none;
	text-shadow: 1px 1px 1px #373237;
	line-height: 14px;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	position: relative;
	width: 280px;
	float: left;
}

#footerTwo a{
	text-decoration: none;
	list-style-type: none;
	color: #ff1360;
}

#twitter_update_list li {
	padding-bottom: 10px;
	margin-left: -40px;
	list-style-type: none;
} 

#copyright{
	clear: both;
	margin-left: 35px;
/* 	width: 4100px; */
	text-align: left;
	color: #ff1360;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 10px;
	font-size: 10px;
	text-shadow: 1px 1px 1px #373237;
}