* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffdfbc;
	padding-top: 40px;
	font-family: Tahoma;
}
#header {
	width: 785px;
	height: 160px;
	margin: 0 auto;
}
#menu {
	width: 785px;
	height: 30px;
	margin: 0 auto;
	background-image: url(menubg.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 0.85em;
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}
#menu a {
	color: #c72b62;
	text-decoration: none;
}
#menu a:hover {
	color: #4b2803;
}
#contentcontainer {
	width: 785px;
	background-color: #dac5ae;
	margin: 0 auto;
	padding-bottom: 30px;
}
#content {
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 30px;
	float: left;
	width: 500px;
	background-color: #e5d7c6;
}
#content p {
	font-size: 0.9em;
	padding-left: 22px;
	padding-bottom: 20px;
	padding-right: 25px;
	line-height: 140%;
	color: #27231f;
}
#content ul {
	padding-left: 50px;
}
#content li {
	color: #27231f;
	font-size: 0.9em;
}
#sidebar {
	float: right;
	width: 194px;
	margin-top: 15px;
	margin-right: 29px;
	background-color: #e5d7c6;
}
.offertitle {
	color: #c72b62;
	font-weight: bold;
	font-size: 0.8em;
	margin-top: 10px;
	margin-left: 8px;
}
.offertitlecentre {
	color: #c72b62;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}
.offerdesc {
	color :#c72b62;
	font-size: 0.8em;
	margin-top: 3px;
	margin-left: 8px;
	line-height: 140%;
}
.offerprice {
	color :#27231f;
	font-size: 1.2em;
	margin-left: 8px;
	margin-bottom: 25px;
	line-height: 140%;
}
.offerguar {
	color :#27231f;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 5px;
	line-height: 140%;
}
.offermore {
	color: #c72b62;
	font-weight: bold;
	text-align: center;
	font-size: 0.8em;
}
.offermore a{
	color: #c72b62;
	text-decoration: none;
}
#offerclearer {
	background-color: #dac5ae;
	margin-top: -3px;
}
.formtext {
	font-size: 0.9em;
	line-height: 140%;
	color: #27231f;
}
#copylink a {
	color: #ffffff;
	text-decoration: none;
}
