/****************
					Fixed 2 column Layout
													*****************/


div#feature{
	height:200px;
}

div#news, #events, #hdad1{
	float:left;
	width:47%;
	padding:3px;
	margin:0 5px 5px 0;
}
	div#news ul, 
	   #events ul{
		list-style:none;
		margin:5px 0 0 5px;
	}
	div#news ul li,
	   #events ul li{
		margin:0 0 5px 0;
	}

div#content{
	float:left;
	width:670px;
	margin-top:5px;
}

div#sidebar{
	float:right;
	width:200px;
	margin-top:5px;
}

img.embed{
	float: left;
}

