@charset "UTF-8";

#headerContainer
{
	width: 986px;
	height: 115px;
	margin: 0 auto;
	background: url(../images/header-bg.png) no-repeat 0 0;
	position: relative;
	z-index: 199;
}
#printHeader
{
	display: none;
}
#navContainer
{
	width: 790px;
	height: 18px;
	position: absolute;
	left: 40px;
	top: 97px;
}
img#artbar
{
	display: block;
	margin-left: 33px;
}
#pageContentContainer
{
	width: 986px;
	margin: 0 auto;
	background: url(../images/page-content-bg.png) repeat-y 0 0;
}
#leftColumn
{
	width: 176px;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	float: left;
	display: inline;
	margin: 4px 0 0 33px;
	background: url(../images/leftcol-bg.gif) no-repeat 0 0;
}
#leftColumn.about
{
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background: url(../images/leftcol-bg-about.gif) no-repeat 0 0;
}
.centerColumn, .centerColumnWithShadow
{
	width: 520px;
	float: left;
	display: inline;
	margin: 10px 0 0 20px;
	padding-right: 30px;
	padding-bottom: 25px;
	position: relative;
}
.centerColumnWithShadow
{
	background: url(../images/center-column-bg-bottom.gif) no-repeat right bottom;	
}
.centerColumnFullWidth
{
	width: 725px;
	float: left;
	display: inline;
	margin: 10px 0 0 20px;
	padding-bottom: 25px;
	position: relative;
}
.rightColumn
{
	width: 180px;
	float: left;
	display: inline;
	margin: 22px 0 0 0;
}
#footerContainer
{
	width: 986px;
	height: 25px;
	margin: 0 auto;
	padding-top: 25px;
	background: url(../images/footer-bg.png) no-repeat 0 0;
}
#printFooter
{
	display: none;
}


