﻿#layoutHeaderContainer
{
	background: url("../../images/header/bg.gif");
	text-align: center;
	border: solid 0px #FF0000;
}
#layoutHeaderLeft
{
	height: 165px;
	background: url("../../images/header/left.gif");
	border: solid 0px #FF0000;
}
#layoutHeaderRight
{
	height: 165px;
	background: url("../../images/header/right.gif");
	border: solid 0px #FF0000;
}
#layoutHeaderSlogan
{
	width: 505px;
	height: 86px;
	background: url("../../images/header/slogan.gif") 0 0 no-repeat;
	
	text-align: right;
	
	font-family: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
}
#layoutNavigation
{
	width: 505px;
	background: url("../../images/header/navbg.gif");
	border: solid 0px #0000FF;
}
#layoutNavShadow
{
	width: 505px;
	height: 9px;
	background: url("../../images/header/navshadow.gif") 0 0 no-repeat;

	border: solid 0px #0000FF;
}
#layoutNavShadow span { display: none; }
#layoutHeaderWhite
{
	width: 505px;
	height: 39px;
	background: url("../../images/header/headerwhite.gif") 0 0 no-repeat;
	
	border: solid 0px #FF0000;
}
#layoutHeaderWhite span { display: none; }



#layoutBodyContainer
{
	background: url("../../images/bg.gif");
	text-align: center;
	border: solid 0px #FF0000;
}
#layoutBodyContent
{
	width: 768px;
	background: #FFFFFF url("../../images/bgbody.gif");
	text-align: left;
	border: solid 0px #FF0000;
}


#layoutFooterContainer
{
	background: url("../../images/footer/bg.gif");
	text-align: center;
	border: solid 0px #FF0000;
}
#layoutFooterLeft
{
	height: 94px;
	background: url("../../images/footer/left.gif");
	border: solid 0px #FF0000;
}
#layoutFooterLeft span { display: none; }
#layoutFooterRight
{
	height: 94px;
	background: url("../../images/footer/right.gif");
	border: solid 0px #FF0000;
}
#layoutFooterRight span { display: none; }

#layoutFooterShadow
{
	height: 9px;
	background: url("../../images/footer/bottomShadow.gif");
}
#layoutFooterShadow span { display: none; }
#layoutFooterTopShadow
{
	width: 768px;
	height: 9px;
	background: url("../../images/footer/topShadow.gif");
}
#layoutFooterTopShadow span { display: none; }

#layoutFooterLinks
{
	width: 768px;
	height: 18px;
	background: url("../../images/footer/brown.gif");
	text-align: right;
}
#layoutFooterContactText
{
	width: 768px;
	height: 67px;
	background: url("../../images/footer/blue.jpg");
}
#layoutFooterTextContainer
{
	text-align: center;
}
#layoutFooterText
{
	width: 768px;
	padding: 5px;
	text-align: left;
}