/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #813C29;
}

#wrapper{
	width: 864px;
	height: 877px;
	position: relative;
	margin-left: -400px;
	left: 50%;
	background-image:url(../images/home_design3.jpg);
	background-repeat: no-repeat;
}

#menu{
	margin-top: 0px;
	margin-left: 25px;
	width: 385px;
	height: 30px;
	float: left;
}

#about{
	float: left;
	width: 80px;
}

#services{
	float: left;
	width: 115px;
	margin-left: 30px;
}

#contact{
	float: left;
	width: 105px;
	margin-left: 30px;
}
