﻿/* CONTAINERS
------------------------------------------------------- */

div.masthead {
	clear: both;
	display: inline-block;
	background: #e3f1d7 url(../images/MastbannerBGrepeat.png) 0 bottom repeat-x;
	position: relative;
	top: 0px;
	width: 100%;
	height:102px;
	
	
}



div.masthead h1{
	clear: both;
	display: inline-block;
	background: url(../images/MastbannerBG.png) 0 bottom no-repeat;
	position: relative;
	top: 0px;
	width: 100%;
	height:102px;
	
}


div.container {
	width: 1000px;
	margin: 0 10px;
	
}

div.content 
{
	position:relative;
	
	
}

div.left {
	width: 210px;
	float: left;
	padding: 25px 20px 0 0px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	

}

div.centerwrap
{
    float: left;
    width: 770px;
    padding: 5px 0 0 0;
   
}

div.center {
	
	float: left;
	padding: 10px 0 0 0;
	width:550px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
	

}

div.right {
	width: 190px;
	float: right;
	padding: 10px 0px 0 20px;
	min-height: 450px;
	height: auto!important;
	height: 450px;
}

