
#slides	{
	padding:15px 30px;
	float:left;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 335px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 15px 35px; /* padding keeps the content of the div away from the edges */
	margin-right:10px;
}

#greybox	{
	background-color:#b3b3b3;
	color:#000;
	width:530px;
	margin:10px 0px;
	float:left;
}
#greybox a	{
	color:#0055a4;
}
#mission	{
	width:48%;
	float:left;
}
#whyengage	{
	width:48%;
	float:right;
}

.greybl {background: url(../images/greybl2.gif) 0 100% no-repeat #b3b3b3;} 
.greybr {background: url(../images/greybr2.gif) 100% 100% no-repeat;} 
.greytl {background: url(../images/greytl2.gif) 0 0 no-repeat; padding-left:10px;} 
.greytr {background: url(../images/greytr2.gif) 100% 0 no-repeat; padding-top:10px;} 

#middlecolumn	{
	width:255px;
	float:left;
	margin-right:20px;
}
#rightcolumn	{
	width:255px;
	float:left;
}
