* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: tahoma;
	border: 0;
	background-repeat: no-repeat;
	color: #fff;
	list-style: none;
}

body {
	width: 978px;
	height: 495px;
	background-color: #261407;
	margin: 70px auto 0;
}

#content {
	width: 672px;
	height: 285px;
	background-image: url('../images/background.jpg');
	background-position: center;
	padding-top: 210px;
	padding-left: 56px;
	float: left;
}

dl {
	height: 65px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 15px;
}

dt {
	font-size: 12px;
	margin-bottom: 10px;
}

#content p {
	width: 459px;
}

img.orderNow {
	float: right;
}

#form { 
	width: 250px;
	height: 361px;
	float: right;
	background-image: url('../images/backgroundOrder.jpg');
}

form {
	width: 212px;
	height: 247px;
	margin: 78px 0 0 22px;
}

#form label {
	color: #ffe0be;
	font-weight: bold;
	font-size: 11px;	
	float: left;
	width: 67px;
	height: 22px;
	margin-bottom: 4px;
	padding-left: 9px;
	padding-top: 5px;
}

#form input.data, textarea {
	float: right;
	width: 115px;
	color: #fff;
	background-color: #563d28;
	border-style: solid;
	border-width: 2px;
	border-color: #8d6a4d;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-right: 6px;
	overflow: hidden;
}

#form textarea {
	height: 47px;
}

#reset {
	width: 33px;
	height: 11px;
	background-image: url('../images/reset.jpg');
	float: left;
	margin-top: 70px;
}

#order {
	width: 131px;
	height: 34px;
	background-image: url('../images/order.jpg');
	float: right;
	margin-top: 18px;
}