#body { 
	background-image: 
	url('sky4.jpg');
	background-repeat: repeat-x;

	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Tahoma, Comic Sans MS, Helvetica, Geneva, Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #678; 
	color: #234; 
	background-color: #2E3450;
	margin: 0px auto; 
	padding-left: 300px; /*css minwidth effect in IE*/
	padding-right: 300px; 
	text-align: center; /*candidates for cc*/
	}

#body2 { 
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Tahoma, Comic Sans MS, Helvetica, Geneva, Verdana, Arial, sans-serif;
	line-height: 20px;
	color: #555753; 
	background-color: #9999CC;
	margin: 0px auto; 
	padding-left: 300px; /*css minwidth effect in IE*/
	padding-right: 300px; 
	text-align: center; /*candidates for cc*/
	}
	
.expander {
	background-image: 
	url('hand.jpg');
	background-repeat: no-repeat;
	background-position:bottom;

  position: relative;
  margin-left: -270px; /*css minwidth, plus potential body margins*/
  margin-right: -270px;
  margin-top: 15px;
  padding: 20px;
  padding-bottom: 0px;
  margin-bottom: 50px;
  min-width: 600px;
  text-align: left; /*candidates for cc*/
  background-color: #fff;
  border-width: 2px;
  border-color: black;
  border-style: outset; 
 }
 
.sizer 
{
    margin: auto;  /* missing at GA!  FIREFOX participates in jellomold!*/
	width: 77%;  /*for full jello mold (lowering % allows margins to share in fluidity, not yet hacked for bsb controls*/  
}
 


#logodiv {
	text-align: center;
}

#mainpitch {
	color: #346; 
	margin-top: 0px;
	margin-left: -20px;
	margin-right: -20px;
	background-color: #def;
	padding: 10px;
	padding-left: 30px;
	padding-right: 20px;
	border: solid 1px lightblue;
	background-image: 
	url('sky3.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.listening
{
	text-align: center;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.bodypitch {
	color: #678; 
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	font-size: .9em;
}

.home {
text-align: right;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 0px;
font-size: .8em;
}
.copyright
{font-size: .8em;
 text-align: center;
 background-image: 
 url('sky3.jpg');
 background-repeat: no-repeat;
 background-position: bottom;
 text-align: center;
 padding: 5px;
 padding-top: 40px;
 margin: -20px;
 margin-bottom: 0px;
 margin-top: -22px;
 border: solid 1px #eaeaef;
 }

A.links:link    {color:#349; text-decoration:underline;}
A.links:visited {color:#34A; text-decoration:underline;}
A.links:hover   {color:#9900ff; text-decoration:underline;}
A.links:active  {color:#000; text-decoration:underline;}

#clients {
	overflow: scroll;
	position: absolute;
	visibility: hidden;
	z-index: 10;
	top: 150px;
	left: 100px;
	height: 150px;
	width: 400px;
}

li
{margin-bottom: 10px;
 font-size: .8em;
 color: #678; 
}

#clientlist
{
 margin-left: 80px;
}

#projectlist
{
 margin-left: 55px;
 margin-right: 40px;
}