
body {
	background-image: url('bg_gradient.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f0;
	font-size: 12px;
}

#wrapper {
	background-image: url('bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	width: 940px;
	display: block;
	margin: 0px auto;
	height: 500px;
}

#client_info {
	width: 455px;
	height: 145px;
	margin-top: 130px;
	margin-left: 0px;
	float:left;
}

#client_logo {
	float:left;
	padding-right: 10px;
	border-right: 1px solid #d7d6d6;
}

#client_logo img {
	border: none;
}

#client_details {
	padding-left: 20px;
	float: left;
	width: 250px;
}

#client_details p {
	font-family: arial;
	font-size: 12px;
	color: #747474;
	margin:0px;
	line-height: 1.6;
}

#client_details p a {
	color: #08a2dc;
	text-decoration: none;
}


#good_info {
	width: 455px;
	height: 145px;
	margin-top: 350px;
	margin-left: 0px;
	float:left;
}

#good_logo {
	text-align: right;
}

#good_logo img {
	border: none;
}

#good_details {
	text-align: right;
}

#good_details p {
	text-align: right;
	font-family: arial;
	font-size: 12px;
	color: #b68787;
	margin:0px;
	line-height: 1.6;
	padding-right: 3px;
}

#good_details a {
	color: #b68787;
	text-decoration: none;
	font-weight: bold;
}

#good_details .link a {
	color: #f47d37;
	text-decoration: none;
	font-weight: normal;
}

#footer {
	padding-top: 30px;
	width: 100%;
	text-align: center;
	float:left;
}

#footer p {
	font-family: arial;
	font-size: 12px;
	color: #b68787;
	margin:0px;
	line-height: 1.6;
	padding-right: 3px;
}

#footer a {
	color: #BA61A5;
	text-decoration: none;
	font-weight: normal;
}












