﻿/*------------------------------ Bannder Container ---------------------------*/
.bannerContainer {position:relative; width:100%; height:60px;}	
	.bannerContainer_header {width:100%; height:54px; background:url(images/header_middle.png) repeat-x;}
		.bannerContainer_logo {width:300px; height:54px; position:relative; float:left ; background:url(images/logo.png) no-repeat;}
		.bannerContainer_header_left {width:11px; height:54px; position:relative; float:left ; background:url(images/header_left.png) no-repeat;}
		.bannerContainer_header_right {width:11px; height:54px; position:relative; float:right; background:url(images/header_right.png) 100% 0 no-repeat;}

/*------------------------------- Content Container ----------------------------*/	
.contentContainer {position:relative; width:100%; height:100%;}
.viewPortBody
{
    background-image: url(images/header/UnderHeaderBg.png);
    background-repeat: repeat-x;
    background-color : #f9f6d9;
}