@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color : #000000;
	background-color: #5C0013;
	background-image:url(../images/body_bgr.jpg);
	background-repeat:repeat-x;
}
p {
	font-size: 0.75em;
	padding: 0.5em 2em;
	color: #fff;
}
a {
	text-decoration: none;
	color: #df526f;
}
a:hover {
	color: #eee;
}
img {
	border: 0;
}
.left {
	float: left;
	width: 485px;
}
.right {
	float: left;
	width: 485px;
}
#container {
	width: 971px;
	text-align: left;
	margin: 0px auto;
	background-color:#5C0013;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#content {	
	width: 971px;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
#residental {
	float: left;
	width: 256px;
	height: 452px;
}
#flash {
	float: left;
	width: 459px;
	height: 452px;
	background-color: #000;
}
#commercial {
	float: left;
	width: 256px;
	height: 452px;
}
#wrap {
	clear: left;
	width:971px;
	background-color: transparent;
	background-image:url(../images/wrap_bgr.gif);
	background-repeat:repeat-y;
}

#footer {
	width: 971px;
	background-color: #2E0009;
	color:#FFFFFF;
}
#footer a {
	color: #93172e;
}
#footer a:hover {
	color: #eee;
}
#footer .left {
	float: left;
	width: 400px;
}
#footer .right {
	float: right;
	width: 530px;
}
#design {
	width: 17em;
	background-color: #5C0013;
	margin: 3px;
	color: #fff;
	text-align: left;
}