@charset "utf-8";
/* CSS Document */

#top {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 30px;
	text-align: justify;
}
#windows {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 30px;
	text-align: justify;
}
#header {
	margin-right: auto;
	margin-left: auto;
	height: 239px;
	width: 800px;
	background-image: url(images/domestic-cleaning-in-bristol.jpg);
	background-repeat: no-repeat;
	margin-top: 30px;
}
#content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 5px;
}
#left {
	float: left;
	width: 380px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #5B5241;
	padding-right: 20px;
}
.boxed {
	width: 350px;
	border: 1px solid #5B503D;
	text-align: justify;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: small;
}
#right {
	float: right;
	width: 380px;
	margin-bottom: 30px;
	margin-top: 30px;
	text-align: justify;
}
#phone {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	font-size: x-small;
	text-align: center;
}
.clear {
	clear: both;
}
#footer {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 30px;
	font-size: x-small;
	text-align: center;
}
body,td,th {
	color: #A6A69A;
	font-family: Trebuchet MS;
	font-size: medium;
}
body {
	background-color: #40372D;
}
h1, h2, h3 {font-family:"Trebuchet MS", Verdana, sans-serif;}
h1 { font-size:22px}
h2 {font-size:18px;}
h3 {font-size:16px;}
.style1 {color: #FFFFFF}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #1F1C17;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
