/* CSS Document */

div#latestworks {
	padding-bottom:10px;
	/* background-image: url(../CDPrintExpress_graphics/images/images/samples-background.gif);
	background-repeat: no-repeat;
	background-position: 655px 0px; */
	background-color:#BFD0B9;
	width:720px;
}

div#latestworks h3 {
	background-image: ../CDPrintExpress_graphics/images/latestworks.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../CDPrintExpress_graphics/images/latestworks.jpg);
	height:20px;
	color: #445A6A;	
	margin:5px 0px 0px 5px;
	font-size:1em;
	padding-left:35px;
	padding-top: 2px;
}

div.latestworks_image {
	float:left;
	margin:5px 7px 0px 7px;
	border:0px;
	text-align:center;
}

div.clear {
	clear:left;
	height:1px;
}


div#bracketedboxes {
	width:130px;
	float:left;
	border-right: solid 1px black;
	border-left: solid 1px black;
	margin:10px;
}

div#bracketedboxes h5 {
	margin:0px 10px 5px 0px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;	
	font-size:12px;
	text-align:left;
}

div#bracket_topright {
		background-image: url(images/bracket2.gif);
		background-repeat: no-repeat; 
		background-position: right top;
}

div#bracket_topleft {
		background-image: url(images/bracket2.gif);
		background-repeat: no-repeat; 
		background-position: left top;
}

div#bracket_bottomright {
		background-image: url(images/bracket2.gif);
		background-repeat: no-repeat; 
		background-position: right bottom;
}

div#bracketedboxes p {
	margin:0px 10px 0px 10px;
	font-size:11px;
	text-align:left;
}

div#bracket_bottomleft {
	background-image: url(images/bracket2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

