body {
  margin:		0;
  background:		#666;
}

div#main {
  width:		744px;
  margin:		0 auto;
/*  background:		#FFF;*/
}

div#title {
  float:		left;
  width:		575px;
  height:		60px;
  background:		url("images/title.jpg");
}

div#phone {
  float:		right;
  width:		166px;
  height:		60px;
  background:		#9A9A68;
}

div#phone p {
  margin:		1px 0 0 0;
  color:		#4e3721;
  font-size:		28px;
  font-weight:		normal;
  font-family:		"Trebuchet";
  text-align:		center;
  line-height:		60px;
}

div#office {
  float:		left;
  width:		575px;
  height:		300px;
  margin-top:		3px;
  background:		#000;
}

div#office img {
  display:		block;
}

div#navbar {
  float:		right;
  width:		166px;
  height:		300px;
  background:		#E8DD9B;
  margin-top:		3px;
}

div#navbar ul {
  margin:		15px 0 15px 0;
  padding:		0 20px 0 20px;
  list-style-type:	none;
}

div#navbar li {
  margin:		0;
  padding:		5px 0 5px 0;
  border-bottom:	1px dotted #000;
  text-align:		center;
}

div#navbar li#top {
  border-top:		1px dotted #000;
}

div#navbar li a {
  text-decoration:	none;
  color:		#000;
  font-size:		14px;
  font-family:		"Helvetica";
}

div#navbar li:hover, div#navbar li.sfhover {
  background-color:	#f5eea4;
}

p.heading {
  margin:		5px 10px;
  padding:		0 0 0 5px;
  color:		#4A240D;
  font-size:		18px;
  font-family:		"Palatino Linotype";
  font-variant:		small-caps;
  font-weight:		bold;
  border-bottom:	1px solid #4A240D;
}

div#highlights {
  float:		left;
  width:		152px;
  height:		290px;
  background:		#E6E3C4;
  margin-top:		3px;
}

div#highlights ul {
  margin:		15px 5px 0 25px;
  padding:		0;
  list-style-type:	square;
  font-family:		"Verdana";
  font-size:		13px;
}

div#highlights li {
  margin:		0 0 20px 0;
}

div#content {
  padding:		15px 10px;
  float:		right;
  width:		569px;
  height:		260px;
  background:		#FFF;
  margin-top:		3px;
}

div#content img {
  float:		right;
  margin:		0 0 0 10px;
}

div#content p {
  margin:		5px 0 0 0;
  font-family:		"Verdana";
  font-size:		13px;
  line-height:		19px;
  text-indent:		15px;
}

div#footer {
  text-align:		center;
  float:		right;
  width:		744px;
  height:		30px;
  background:		#4A240D;
  margin-top:		3px;
}

div#footer ul {
  margin:		3px 0 0 0;
  padding:		0;
  list-style-type:	none;
}

div#footer li {
  display:		inline;
  color:		#fff;
}

div#footer a {
  text-decoration:	none;
  color:		#fff;
  font-size:		10px;
  font-family:		"Verdana";
}

div#footer a:hover {
  text-decoration:	underline;
}
