@charset "UTF-8";
/* CSS Document */

#main{
	height: 600px;
	width: 777px;
	background-image: url(../images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	margin-bottom: auto;
	border: 1px solid #999999;
}

#header{
	height: 144px;
	background-image: url(Drag to a file to make a link.);
	background-position: right top;
	background-repeat: no-repeat;
	width: 777px;
	background-image: url(../images/home/header.jpg);
}

#header1{
	height: 144px;
	background-image: url(Drag to a file to make a link.);
	background-position: right top;
	background-repeat: no-repeat;
	width: 777px;
	background-image: url(../images/residential/header.jpg);
}

#header2{
	height: 144px;
	background-image: url(Drag to a file to make a link.);
	background-position: right top;
	background-repeat: no-repeat;
	width: 777px;
	background-image: url(../images/rep/header.jpg);
}

#header3{
	height: 144px;
	background-image: url(Drag to a file to make a link.);
	background-position: right top;
	background-repeat: no-repeat;
	width: 777px;
	background-image: url(../images/retaining/header.jpg);
}

#logo{
	margin-left: 15px;
	position: absolute;
	margin-top: 15px;
}

#menu{
	height: 35px;
	width: 777px;
}

#lft_bar{
	height: auto;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	float: left;
}
#rt_bar{
	float: left;
	width: 450px;
	padding: 10px;
}

#footer{
	margin-top: 30px;
	clear: both;
	float: left;
}

a:link {
	text-decoration: none;
	color: #1D5D3B;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #D0462E;
}
a:active {
	text-decoration: none;
	color: #4D3107;
}
