body {
	margin-top: 0px;
	color: #888;
	background: #eaeadd url(../images/pat.gif) repeat;
	font: 16px/1.1 arial, helvetica, sans-serif;
}


h2 {
	color: #5e5e5e;
	margin: 0;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
}


.container {
	margin: 0 auto;
	padding: 0 30px;
	width: 650px;
	background: #fff;
	height: 100%;
}

.header {
	display: inline;
	float: left;
	margin: 0;
	width: 630px;
	padding: 40px 10px ;
	border-bottom: 4px dashed #feddd6;
	text-align: center;
}

.product {
	display: inline;
	float: right;
	border-bottom: 4px dashed #feddd6;
	padding: 30px 20px;
}

.product-image {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}

.product-description {
	display: inline;
	float: left;
	width: 400px;
	margin: 0 0 0 20px;
	padding: 0;
}

.footer {
	display: inline;
	float: right;
	width: 630px;
	margin: 10px;
	font-size: 10px;
	color: #c0c0c0;
	text-align: center;
}

a, a:link, a:active, a:focus {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #d5ba3e;
}

a:hover {
	font-style: normal;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #fc937d;
}

img {
	border: none;
}

.clear {
	clear: both;
}