*, html{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}



#theContent{
	margin:auto;
	margin-top:50px;
	width:1000px;
	margin-bottom:100px;  /* the bottom margin is the negative value of the footer's height */	
}



#theContent img{
	padding-right:35px;
}






/*============================================ MAIN CONTENT =============================== */


#firstText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-bottom:40px;
	padding-left:50px;
	padding-right:50px;
}

#firstText #singlePost h3 a{
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	color:#666666;
}

#firstText h3{
	height:35px;
}

#firstText #singlePost{
	margin-bottom:25px;
	float:left;
	width:100%;
	background-color:#E5E5E5;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#firstText #singlePost a{
	text-decoration:none;
	color:#999999;
}

#firstText #singlePost img{
	padding-bottom:10px;
}



/*============================================ FOOTER =============================== */




.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}



.footer {
	background-color:#000000;
	background-image:url(images/bottomBack.jpg);
	background-repeat:repeat-x;
	margin-top:25px;
}


.footer .footerContent{
	width:900px;
	margin:auto;
}


.footer .footerContent ul{
	padding-top:30px;
}


.footer .footerContent ul li{
	float:left;
	width:20%;
	text-align:center;
}


.footer .footerContent ul li a{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-size:14px;
	font-weight:bold;
}


#copyright{
	color:#999999;
	font-size:12px;
	text-align:center;
	margin-top:-20px;
}


