/* CSS Document- home page */

body {
text-align: center;
	min-width: 948px;
	margin: 0;
	background: url(home_files/bg.gif) repeat-y;
	background-position: center top;
	
		}



#container {
	text-align: left;
	margin: 0 auto;
	margin-top: 30px;
	border: 2px solid #679741;
	width: 948px !important;
	width: 952px ;
	overflow: auto;
	background-color: #FFFFFF;
	height: 592px;
	}
	

.left{
float: left;
height: 100%;
display: inline;
overflow: hidden;
}

.left2{
float: left;
height: 100%;
background: url(home_files/3_bg.gif) repeat-x;
display: inline;
overflow: hidden;
}

.left2 img{
padding-top: 244px;
}

.lead{
padding-left: 68px;
background-color: #D70066;
}

.logo{
padding-left: 115px;
}

.spacer {
background-color: #D70066;
height: 244px;
}