/*** banner photo ***/

#frame-main-left .banner-photo,
#frame-main-right .banner-photo {
	width:218px;
	
	background-image:url(../img/banners/banner_photo_main.jpg);
	background-repeat:repeat-y;
	
	text-align:center;
}
#frame-main-left .banner-photo-top,
#frame-main-right .banner-photo-top {
	width:100%;
	height:12px;
	
	background-image:url(../img/banners/banner_photo_top.jpg);
	background-repeat:no-repeat;
}
#frame-main-left .banner-photo-main,
#frame-main-right .banner-photo-main {
	width:194px !important;

	margin-left:auto;
	margin-right:auto;

	background-image:url(../img/banners/banner_photo_bg.jpg);
	background-repeat:repeat-x;
	background-color:#dad8d7;
	
	text-align:center;
}
#frame-main-left .banner-photo-main-container,
#frame-main-right .banner-photo-main-container {
	width:174px !important;

	margin-left:auto;
	margin-right:auto;
	
	margin-top:10px;
	margin-bottom:10px;
}
#frame-main-left .banner-photo-main-container-nomargin,
#frame-main-right .banner-photo-main-container-nomargin {
	width:194px !important;

	margin-left:auto;
	margin-right:auto;	
}
#frame-main-left .banner-photo-bottom,
#frame-main-right .banner-photo-bottom {
	width:100%;
	height:12px;
	
	background-image:url(../img/banners/banner_photo_bottom.jpg);
	background-repeat:no-repeat;
}

/*** banner photo large ***/

#frame-main-middle .banner-photo {
	width:100%;
	
	background-image:url(../img/banners/banner_photo_large_main.jpg);
	background-repeat:repeat-y;
	
	text-align:center;
}
#frame-main-middle .banner-photo-top {
	width:100%;
	height:12px;
	
	background-image:url(../img/banners/banner_photo_large_top.jpg);
	background-repeat:no-repeat;
}
#frame-main-middle .banner-photo-main {
	width:402px;

	margin-left:auto;
	margin-right:auto;
	
	background-image:url(../img/banners/banner_photo_large_bg.jpg);
	background-repeat:repeat-x;
	background-color:#dad8d7;
	
	text-align:center;
}
#frame-main-middle .banner-photo-main-container {
	width:382px;
	
	margin-left:auto;
	margin-right:auto;
}
#frame-main-middle .banner-photo-main-spacer {
	width:100%;
	height:10px;
}
#frame-main-middle .banner-photo-bottom {
	width:100%;
	height:12px;
	
	background-image:url(../img/banners/banner_photo_large_bottom.jpg);
	background-repeat:no-repeat;
}
#frame-main-middle .banner-photo-divider {
	width:100%;
	height:22px;
	
	margin:7px 0 0 -1px;
	
	background-image:url(../img/divider.png);
	background-repeat:no-repeat;
}

/*** banner text ***/

.banner-text {
	width:204px;
	
	margin-left:auto;
	margin-right:auto;
	
	text-align:center;

	margin-top:7px;
}
.banner-text-main {
	width:174px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:0px;
}
.banner-text-main-nomargin {
	width:204px;
	
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

/*** fixed frames ***/

#frame-main-container.fixed-height .banner-photo-main {
	height:216px;		/* minimum height */
}
#frame-main-container.fixed-height #frame-main-right .banner-photo-main {
	height:96px;		/* minimum height */
}
#frame-main-container.fixed-height .banner-text-main {
	height:219px;		/* minimum height */
}
#frame-main-container.fixed-height #frame-main-middle .banner-photo-main-container {
	height:86px;		/* minimum height */
}