@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#fff;
	}
	
#wrapper {
	width:1000px;
	margin:auto;
	background-color:#fff;
	position:relative;
	}
	
#header {
	background-image:url(../images/GalisHeader01.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:150px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	
#main {
	background-image:none;
	background-repeat:no-repeat;
	padding-left:0px;
	padding-bottom:25px;
	background-color: #fff;
	}
	
.property {
	float:left;
	padding-top:28px;
	padding-left:10px;
	}

#footer {
	background-image:none;
	background-repeat:no-repeat;
	width:1000px;
	height:100px;
	background-color: #fff;
	}

