/* CSS Document */


div.cRight {
	width: 100%;
	text-align: right;
}

div.cImgWrapper {
	position: relative;
	overflow: hidden;
	
	width: 100%;
	
	text-align: center;
	
	margin: 20px 0px;
}

img#imgPlace {
	width: 430px;
	height: 254px;
	
	border: 1px solid #002E2E;
}
