/* home.css: specific styles for home */

/* override general lay-out */
#subnavigation
{
	height: 308px;
	min-height: 0px;
}

#contentspacer
{
	/* use for the colored-box next to the image */
	width: 200px;
	#width: 201px;
	height: 236px;
	#height: 237px;
	background-color: #fa9800;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	
}

#pageImage
{
	float: left;
	width: 548px;
	height: 236px;
	border-bottom: solid 1px #ffffff;
}

#content
{
	top: 8px;
	left: 350px;
	width: 340px;
	#width: 380px;
	margin-bottom: 16px;
}

/* only for the home */
#homepageBanner
{
    position: absolute;
    top: 244px;
    left: 30px;
}
