/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	margin : 0;
	color: white;
	background-image: url(../images/bg_tile2.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	margin-top: 0;
	}

	ul {
	list-style: bullet;
	padding-left: 20px; 
	}
	
table, tr, td
{
padding: 0px;
margin: 0px;
}


/* TEXT FORMATTING */
	
.copy
	{ 
	color : #000000; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 13px; 
	font-weight : normal;  
	line-height : 18px;
	text-decoration : none;
	}
	
.header
	{ 
	color : #000000; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 16px; 
	font-weight : normal;  
	line-height : 21px;
	text-decoration : none;
	}
	
	.header25
	{ 
	color : #000000; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 25px; 
	font-weight : normal;  
	line-height : 21px;
	text-decoration : none;
	}
	
.pledge_counter
	{ 
	color : #ffffff; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 35px; 
	font-weight : bold;  
	line-height : 31px;
	text-decoration : none;
	}
	
.link
	{ 
	color : #582B85; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 13px; 
	font-weight : bold;  
	line-height : 18px;
	text-decoration : none;
	}
	
.foot
	{ 
	color : #ffffff; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 15px;
	text-decoration : none;
	}
	
.footlink
	{ 
	color : #FFCC00; 
	font-family : Trebuchet MS, Verdana, sans-serif; 
	font-size : 10px; 
	font-weight : normal;  
	line-height : 15px;
	text-decoration : none;
	}
	
#timeline{
	width:700px;
	height:360px;
	background-color: #56C2E9;	
	padding : 0px; 
	overflow:auto;
	}
	
a img { border:none; }

.mmenu
	{
		position:absolute !important; 
	}
