﻿/*
	Specific for layout1, independent of selected style
*/

#content1
{
	float: left;
	width: 475px;
	padding: 9px 90px 70px 20px;
	overflow: hidden;
}

#content2
{
	float: left;
	width: 200px;
	margin-right: 0px;
	overflow: hidden;
}




