/* CSS Document */



li#odd h3{background: #C8C866}
li#odd div{border:2px solid #C8C866;background: #EEE;}

li#even h3{background: #FFBD00}
li#even div{border:2px solid #FFBD00;background:#DAE6FE}

/*
Edit Below this line with Caution!

*/
ul#sp_test,ul#sp_test li{
	margin:0;
	padding:0;
	list-style:none;
	color: #000;
	vertical-align: baseline;
	display: inline;
	
}
ul#sp_test p{margin:0;padding:5px 8px 15px;}
ul#sp_test li{float:left;width:650px;margin:0 10px 10px 0}
ul#sp_test h3{font: normal 120%/1.3 Verdana,sans-serif; 
    text-transform:uppercase;margin:0px;padding: 5px 0 0; text-align:center;color: #000}
ul#sp_test div{background: #FFC;
text-align: justify; 
text-justify: auto; }

ul#sp_test img{ 
    margin: 4px;
	width: 200px;
	 
}
ul#sp_test table{ 
	margin:0;
	padding:0;
	width: 630px;
	 
}

