﻿/*
	Specific for layout1, independent of selected style
*/

#content1
{
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-left: 15px;
	overflow: hidden;
}

#content2
{
	float: left;
	width: 300px;
	margin-right: 20px;
	overflow: hidden;
}

#content3
{
	float: left;
	width: 300px;
	margin-left: 0px;
	overflow: hidden;
}

#headerImage
{
	background-repeat: no-repeat;	
	background-image: url(/filearchive/images/header_image.jpg);
	overflow: hidden;
}

#headerImageMinHeight
{
	height: 160px;
	width: 970px;
}

#headerImageBottomSpacerDiv
{
	height: 7px;
}
