﻿/*****************************************************************************************
	Specific for layout1, independent of selected style
*****************************************************************************************/

#leftContent
{
	width: 456px;
	vertical-align: top;
}
#centerSpacer
{
	width: 20px;
}
#rightContent
{
	width: 456px;
}
#logoImageCell
{
	text-align: right;
	vertical-align: top;
	padding-top: 6px;
	padding-bottom: 12px;
}

#logoImageCell img
{
    border-width:0px;
}

#imageContent1
{
	width: 456px;
	height: 578px;
	overflow: hidden;
}
#imageContent2, #imageContent3
{
	float: left;
	width: 134px;
	height: 111px;
	margin-right: 25px;
}
#imageContent4
{
	float: left;
	width: 134px;
	height: 111px;
}

#content1
{
	height: 581px;
	overflow: auto;
}
#footerText
{
	font-family: Tahoma;
	float: none;
	font-size: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
}
