#content-left {
	width:780px;
	padding:20px 0 60px 21px;
	float:left;
}
	

	.largeThumb {
		float:left;
		width:360px;
		margin:0 20px 20px 0;
		/*background-color:#003366;*/
	}
		.largeHeader {
			height:20px;
			background:url(../images/largeHeaderBG.gif) no-repeat top;
		}
		.largeImg {
			background:#69c;
			border-top:1px SOLID #fff;
			border-bottom:1px SOLID #fff;
		}
		.largeDesc {
			padding:10px;
			background-color:#036;
			border-bottom:1px SOLID #fff;
			color:#fff;
			font-size:11px;
		}
			.largeDesc p {
				margin:0px;
				padding:0px;
			}
			.largeDesc a, .smallDesc a {
				color:#9cf;
			}
			.largeDesc a:hover, .smallDesc a:hover {
				color:#69c;
			}
			
		.largeLink {
			height:30px;
			padding:5px 0;
			text-align:center;
			background:url(../images/largeLinkBG.gif) no-repeat bottom;
		}
			
	.smallThumb {
		float:left;
		width:186px;
		height:100px;
		/*background-color:#003366;*/
	}
		.smallHeader {
			height:20px;
			background-color:#036;
			background:url(../images/smallHeaderBG.gif) no-repeat top;
		}
		.smallImg {
			height:106px;
			background-color:#69c;
			border-top:1px SOLID #fff;
			border-bottom:1px SOLID #fff;
		}
		.smallDesc {
			padding:10px;
			background-color:#036;
			border-bottom:1px SOLID #fff;		
			color:#fff;
			font-size:11px;
		}
			.smallDesc p {
				margin:0px;
				padding:0px;
			}
		.smallLink {
			height:30px;
			padding:5px 0;
			text-align:center;
			background:url(../images/smallLinkBG.gif) no-repeat bottom;
		}

a.buttonTextLink {
	margin:0 auto 0 auto;
	height:21px;
	width:58px;
	line-height:21px;
	padding:3px 10px 4px 24px;
	background:url(../images/buttonBG.gif) no-repeat left;
	font-size:11px;
	color:#fff;
	display:block;
}
a.buttonTextLink:hover {
	color:#fcc;
}