body {
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #cddbe9;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 760px;
	text-align: left;
	line-height: 16px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.mainbg {
	clear: both;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	width: 758px;
}
div.left {
	float: left;
	width: 231px;
	margin-left: 12px;
}
div.leftboxbg {
	clear: both;
	background-image: url(images/left-box-bg.gif);
	background-repeat: repeat-y;
	width: 231px;
	display: table;
	line-height: 18px;
	color: #707070;
}
div.leftboxbg a {
	font-size: 12px;
	display: block;
	width: 181px;
	color: #707070;
	padding-left: 10px;
	margin-left: 20px;
}
div.leftboxbg a:hover {
	background-color: #ff0033;
	color: white;
}
div.leftboxbg strong {
	padding-left: 30px;	
}
div.right {
	float: left;
	width: 515px;
}
div.mainphotobg {
	clear: both;
	background-image: url(images/main-photo-bg.jpg);
	background-repeat: no-repeat;
	width: 515px;
	height: 265px;
	position: relative;
}
div.mainphotobg img {
	position: absolute;
	top: 76px;
	left: 39px;
}
div.mainphotobg p {
	position: absolute;
	top: 235px;
	right: 31px;
}
div.mainphotobg p a {
	float: left;
	margin-left: 9px;
}
div.mainphotobg p a img {
	position: static;
}
div.txt {
	width: 434px;
	clear: both;
	margin-left: 35px;
	margin-bottom: 17px;
}
div.samples {
	clear: both;
	height: 110px;
	margin-left: 20px;
	margin-bottom: 17px;
}
div.samples div.cell {
	float: left;
	margin-right: 15px;
}
div.footer {
	clear: both;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 758px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	color: #898989;
}
div.footer a {
	color: #898989;
	margin: 0 5px;
}
