﻿.mainFrame 
{
	width: 100%;
	height: 100%;
	padding: 0px 38px;
}
#header
{
	width: 100%;
	height: 70px;
	background-image: url(Master/topBg.gif);
	background-repeat: repeat-x;
}
#header #headerLeft
{
	width: 100%;
	height: 100%;
	background-image: url(Master/topLogo.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header #headerRight
{
	width: 100%;
	height: 100%;
	background-image: url(Master/topRight.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#banner
{
	width: 100%;
	height: 110px;
	background-image: url(Master/topBannerBg.jpg);
	background-repeat: repeat-x;
}
#banner #bannerRight
{
	width: 100%;
	height: 100%;
	background-image: url(Master/topBannerRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#banner #bannerSearch
{
	width: 855px;		/* search (216) + banner (639) */
	height: 100%;
	background-image: url(Master/topBannerSearch.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.searchTextBox 
{
	border: solid 1px #000;
	width: 108px;
	height: 20px;
}
.searchButton
{
	width: 34px;
	height: 25px;
	vertical-align: bottom;
}
#banner #bannerMain
{
	width: 100%;
	height: 100%;
	background-image: url(Master/topBannerMain.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#main
{

	background-color: #595959;
}
#main #mainLeft
{
	background-image: url(Master/bodyLeft.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#main #mainRight
{
	background-image: url(Master/bodyRight.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding:1px;
}
#bottom
{
	clear: both;
	height: 36px;
	background-image: url(Master/footerBg.jpg);
	background-repeat: repeat-x;
}
#bottom div
{
	height: 100%;
	background-image: url(Master/footerLeft.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#bottom div div
{
	height: 100%;
	background-image: url(Master/footerRight.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#footer 
{
	margin-left: 216px;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #666;
}