body {
	background-image: url(../images/bckground_luxury_black.jpg);
}
.container {
	width: 823px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border: 1px solid #000;
}
.header {
	background-image: url(../images/header.jpg);
	height: 118px;
}
.menu {
	height: 27px;
	text-align: center;
	padding-top: 8px;
	background-image: url(../images/menu_background.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.content {
	background-image: url(../images/content_background.jpg);
	background-repeat: repeat;
	min-height: 400px;
	padding: 20px;

}

.footer {
	padding: 20px;
	background-color: #000;
}
.box_image {
	background-image: url(../images/house.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 269px;
}

.box {
	background-color: #FFF;
	padding: 15px;
	border: 3px solid #CEBB99;
	background-image: url(../images/bckground_luxury_green.jpg);
	background-repeat: repeat-x;
	background-position: 0px -40px;
}

.box img {
	border: 4px double #CCC;
}
.box img.noborder {
	border: none;
}
.features .box {
	width: 220px;
	text-align: center;
}
.features {
	margin-top: 10px;
	margin-bottom: 20px;
}
.catalog .thumb {
	width: 160px;
	float: left;
	position: relative;
}
.catalog td {
	text-align: center;
	padding-bottom: 20px;
}
.catalog .description {
	width: 138px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.contentHeader {
	font-weight: bold;
	width: 100px;
	float: left;
}
.email {
	border: 2px solid #CCC;
}
.email td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.email h2 {
	background-color: #CCC;
	padding: 4px;
}

.content .box table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
