/*

IE 6 and below 					* html {} 
IE 7 and below 					*:first-child+html {} * html {} 
IE 7 only 						*:first-child+html {} 
IE 7 and modern browsers only 		html>body {} 
Recent Opera versions 9 and below 		 html:first-child {} 
Modern browsers only (not IE 7) 		html>/**\/body {} 

*/
@import url("layout.css");
@import url("ecard.css");

#footer { 
	padding: 0px 0px 0px 0px;
	display:block;
	background: #000;
	clear:both;
}
#footer #footer1 { 
	height: 53px;
	display:block;
	background: #4e0000;
	clear:both;
	text-transform: uppercase;
	padding: 3px 0px 0px 0px;
}
#footer #footer1 img{ 
	float:left;
}

#footer #footer1 span{ 
	width: 500px;
	padding:0px 5px 0px 5px;
	display:block;
	text-align: center;
	float:left;
}

#footer #footer1 span a{ 
	text-align:center;
	color: #fff;
	font-size:10px;
}

#footer #footer2 { 
	height: 110px;
	display:block;
	background: #740000;
	clear:both;
	margin: 0px auto;
	text-align:center;
}

#footer #footer2 img{ 
	padding: 0px 5px 0px 22px;
}

#footer #footer2 span{ 
	float:left;
	text-align: center;
	width: 763px;
}

#footer #footer3 { 
	height: 19px;
	display:block;
	background: #c60000;
	clear:both;
	text-align: center;
	padding:3px 0px 0px 0px;
}

#footer #footer3 a{ 
	text-align:center;
	color: #fff;
	font-weight:bold;
	font-size:11px;
}


