#ft{
	float:left;

}
#content{
	padding:8px 25px;
	min-height:450px;
}
#press{
	padding-left:25px;
	float:left;
	padding-right:25px;
	width:440px;
	margin-top:15px;
	margin-bottom:15px;
	min-height:450px;

}
.pressFull{
	float:left;
	padding-right:25px;
	width:980px;
	background-color:#666666;
	background-image:url(images/gray_divider.gif);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:15px;
	margin-bottom:15px;
	min-height:450px;

}
#events{
	padding-right:25px;
	float:left;
	width:180px;
	margin-top:15px;
	background-image:url(images/gray_divider.gif);
	background-repeat:repeat-y;
	background-position:right;

}
.event,.press{
	width:100%;
	border-bottom:1px #cccccc solid;
	padding-top:10px;
	padding-bottom:10px;
	color:#333333;
	text-align:left;
}
#press h1, #events h1{
	color:#FF9933;
	font-size:14px;
	margin:0px;
	padding:0px;
}
.event h2,.press h2{
	color:#666666;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;

}
.event h3,.press h3{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;

}
.press h4{
	font-size:11px;
	font-weight:bold;
	color:#999999;
	padding:0px;
	padding-bottom:5px;
	margin:0px;
}
.press a{
	color:#999999;
	text-decoration:none;
}
#aboutGray{
	background-color:#e5e5e5;
	color:#333333;
	float:right;
	width:215px;
	padding:5px 10px 15px 10px;
	text-align:left;
}
#aboutGray h1{
	font-size:12px;
	font-weight:bold;
}
#aboutGray a,#events a{
	color:#000000;
	text-decoration:underline;
}
