body {
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	margin: 0;
}
a img {
	border: none;
}
table {
	margin: 0 auto;
	width: 100%;
}
td {
	padding: 15px;
}
input {
	width: 200px;
}
#header {
	background-image: url('../images/header_background.gif');
	background-repeat: repeat-x;
}
#navigation {
	background-color: #963;
	height: 25px;
}
#navigation img {
	margin: 0;
}
#contact_info {
	color: #999;
	font-size: 10px;
	text-align: right;
	padding: 4px 40px 0 0;
}
#contact_info a {
	color: #999;
	font-weight: bold;
}
.heading {
	padding: 40px 10px 5px 10px;
	text-align: left;
	font-weight: bold;
	color: #938857;
}
#content {
	text-align: left;
	margin: 0 10px 0 10px;
	padding: 0 0 0 40px;
}
#footer {
	clear: both;
	border-top: 1px solid #938857;
	padding: 20px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #938857;
}
#footer a {
	color: #000;
}
#site_map {
	color: #938857;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0 0 30px 0;
}
#site_map a {
	color: #000;
}
.title {
	font-size: 18px;
	font-weight: bold;
}

/* for index.html page */
#home_masterbed_image {
	float: right;
}

/* for aboutus.html page */
#moniques_background { line-height: 18px; padding: 0 30px 0 30px; }
#moniques_background img { float: right; }
#moniques_background .title { padding-top: 50px; }

#interior_design_service { clear: both; line-height: 18px; padding: 0 30px 0 30px; }
#interior_design_service img { float: left; margin-right: 20px; }
#interior_design_service .title { padding-top: 50px; }

#design_philosophy { clear: both; line-height: 18px; padding: 0 30px 30px 30px; }
#design_philosophy img { float: right; margin-left: 20px; }
#design_philosophy .title { padding-top: 50px; }

/* for gallery.html page */
#gallery { text-align: center; font-weight: bold; }
#gallery a { color: #000; text-decoration: none; }
#gallery img { border: 1px solid #aaa; padding: 2px; margin: 10px; }

/* for testimonials.html page */
#testimonials_1 img { float: left; padding-right: 10px; }
#testimonials_2 { clear: both; border-top: 1px solid #000; border-bottom: 1px solid #000; }
#testimonials_2 img { float: right; padding: 10px; }
#testimonials_3 img { float: right; }

/* for requestinfo.html page */
#submit_button { width: 100px; }
#checkboxes input { width: 20px; }
.form_style { font-family: Arial; font-size: 13px; }

