﻿/*Note: Each div is responsible for spacing itself from divs above it and to the left of it.*/

#featureContainer
{
	width:100%;
	vertical-align:top;
}

#titleImage
{
	margin:35px 60px 0px 40px;
	height: 35px;
}

#copyContainer
{
	float:left;
	margin:25px 0px 30px 70px;
	width:490px;
}

#feedContainer
{
	float:right;
	margin:25px 60px 30px 10px;
	width:300px;
	
	/* The following tags set the feed container to the bottom
	of the contentContainer div.  We decided it looked better at the top
	but kept the following just in case we changed our minds later.
	margin-bottom:0%;
	width:300px;
	position:absolute;
	bottom:0px;
	left:530px;*/	
}
#genericContentArea 
{
	width:100%;
	background-image:url('/Style%20Library/Images/BizColostateBranding/makeADifference.gif');
	background-position:right bottom;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
}

