/* mission statement */
#welcome{
	position : relative;
	width : 600px;
	float : left;
	margin-top : 10px;
}

/* misc flyer */
#advert{
	position : relative;
	width : 600px;
	min-height : 290px;
	float : left;
	margin-top : 20px;
}

#subvert{
	position : relative;
	width : 310px;
	float : right;
	margin-top : 20px;
	margin-right : 1px;
}

/* latest news box */
#news{
	float : right;
	margin-top : 10px;
	position : relative;
	width : 310px;
}

#news h2{
	margin-bottom : 10px;
	font-size : 1.5em;
}

#news img{
	border : 0px;
	max-width : 310px;
}

#news .title{
	color : #000;
	font-weight : bold;
	font-size : 1.1em;
	overflow : hidden;
	white-space : nowrap;
	text-overflow : ellipsis;
}

/* slideshow */
#slideshow{
	position : relative;
	width : 940px;
	height : 590px;
	margin-top : 35px;
}

#slideshow .legend{
	padding-left : 18px;
	height : 48px;
	line-height : 48px;
}

#slideshow img{
	border : 0px;
}