@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #e1d7b4 url("images/bg-house.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #776b40;
	line-height: 18px;
}
.background-green {
	background: url("images/bg.jpg");
	background-repeat: repeat-x;
}
#submenu {
	margin: 0px;
	background: url("images/cap-top.jpg");
	height: 50px;
	overflow: hidden;
}
#submenu-inside {
	margin: 0px;
	background: url("images/cap-top-inside.jpg");
	height: 50px;
	overflow: hidden;
}
#header {
	margin: 0px;
	height: 210px;
	background: url("images/bg-header.png");
	background-repeat: no-repeat;
	padding: 0px 35px 0px 35px;
}
#main_content {
	margin: 0px;
	background: url("images/bg-main.png");
	padding: 0px 35px 20px 35px;
}
#footer {
	height: 40px;
	margin-top: -1px;
	background: url("images/cap-bottom.png");
	background-repeat: no-repeat;
	font-size: 10px;
	padding: 5px 0 0 0;
}
#footer p {
	margin: 0;
	color: #fff;
}
h1 {
	margin-top: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #5c4a55;
}
a:link {
	color: #5c4a55;
	font-weight: bold;
}
a:visited {
	color: #5c4a55;
	font-weight: bold;
}
a:hover {
	color: #000;
	font-weight: bold;
}
blockquote {
	width: 400px;
	background: #f5f1e6;
	padding: 10px;
	border: 1px solid #e1d7b4;
	text-align: center;
}
blockquote p {
	margin: 0;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #5c4a55;
}
#copyright {
	float: left;
	color: #fff;
	margin: 0 0 0 30px;
}
#phone {
	float: right;
	color: #ffff00;
	font-size: 16px;
	font-weight: bold;
	margin: 0 30px 0 0;
}
#phone span {
	color: #fff;
	font-weight: normal;
}
#phone-inside {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}
#phone-inside span {
	color: #5c4a55;
	font-weight: normal;
	font-size: 12px;
}