﻿/*Note: Each div is responsible for spacing itself from divs above it and to the left of it.*/

#accentPictureContainer
{
	margin: 20px 0px 0px 40px;
	height: 75px;
	/*width:350px;*/
}

#titleImage
{
	margin: 35px 60px 0px 40px;
	width:523px;
	height:35px;
}

#copyContainer
{
	float:left;
	margin:25px 0px 30px 70px;
	width:490px;
}

#feedContainer
{
	float:right;
	margin:25px 60px 30px 10px;
	width:300px;
}





