body {
	background: #e2951f url("../_images/backgrounds/homepage.jpg") top center repeat-x;
}
#header {
	height:400px;
}
#logo {
	margin:0 40px;
	width:310px;
	height:58px;
	display:block;
	z-index:200;
}
* html #logo {
  top:0;
  margin-top:14px;
}
#logo h1 {
	background:transparent url(../_images/logo/home.gif) no-repeat;
}

#footer {
	width:490px;
	margin:20px 0 10px 178px;
}

#content {
	display:block;
}

#content ul.inline {
	clear:both;
}

#content ul.ul-placement {
	padding:0 0 0 80px;
}


#content ul.ul-placement2 {
	padding:20px 0 20px 120px;
}

div.copy {
	width:485px;
	margin:10px auto;
}

li#new-development,
li#exciting-developments,
li#view-homes {
	float:left;
	margin-left:10px;
}

li#new-development a,
li#exciting-developments a,
li#view-homes a {
	background-repeat: no-repeat;
	height:89px;
	display:block;
}

li#new-development,
li#new-development a {
	width:241px;
	background-image:url("../_images/buttons/1-u.gif");
}
li#new-development a:hover {
	background-image:url("../_images/buttons/1-o.gif");
}

li#exciting-developments,
li#exciting-developments a {
	width:219px;
	background-image:url("../_images/buttons/2-u.gif");
}
li#exciting-developments a:hover {
	background-image:url("../_images/buttons/2-o.gif");
}

li#view-homes,
li#view-homes a {
	width:209px;
	background-image:url("../_images/buttons/3-u.gif");
}
li#view-homes a:hover {
	background-image:url("../_images/buttons/3-o.gif");
}


li#contact-us,
li#current-projects {
	float:left;
	margin-left:50px;
}

li#current-projects a,
li#contact-us a {
	width:216px;
	height:34px;
	background-repeat: no-repeat;
	display:block;
}

li#current-projects,
li#current-projects a {
	background-image:url("../_images/buttons/videotour-u.gif");
}
li#current-projects a:hover {
	background-image:url("../_images/buttons/videotour-o.gif");
}

li#contact-us,
li#contact-us a {
	background-image:url("../_images/buttons/contact-us-u.gif");
}
li#contact-us a:hover {
	background-image:url("../_images/buttons/contact-us-o.gif");
}