@charset "utf-8";


/* framework
----------------------------- */

.headline{
	width : 850px;
	margin : 0 auto 0 auto;
	padding-top : 5px;
	padding-bottom : 5px;
}

/*
.header{
	background-color : #ceccae;
	width : 100%;
	height : 80px;
}
*/


.header{
	background-color : #f4f3e3;
	width : 100%;
	height : 80px;
}


.topImg{
	background : #ffffff url(../img/topBg.jpg) scroll repeat-x center top;
	width : 100%;
	height : 250px;
	clear : both;

}


.globalLinks{
	background-color : #eae7ca;
	width : 100%;
	height : 50px;
}


.container{
	background : #feeded url(../img/bg2.jpg) repeat-x scroll center top;
	width : 100%;
	height : auto;
}


.plant{
	background : #ffffff url(../img/infoBg2.jpg) no-repeat scroll center bottom;
	width : 100%;
	height : auto;
}


.footerFrame{
	background:url(../img/footerbg.gif) repeat-x scroll left top; width : 100%;
}



.footer{
	width : 900px;
	height : auto;
	margin : 0 auto 0 auto;
	padding-top : 10px;
	padding-bottom : 30px;
	clear : both;
}


.content{
	background : #ffffff url(../img/sideMenuBg.gif) repeat-y scroll left top;
	width : 850px;
	margin : 0 auto 0 auto;
}

.formContainer{
	background-color : #ffffff;
	width : 850px;
	margin : 0 auto 0 auto;
}



.sideMenu{
	background-color : #eae7ca;
	width : 200px;
	height: auto;
	float : left;
}



.mainColumn{
	width : 650px;
	height: auto;
	padding-bottom : 30px;
	float : left;
}

.mainColumnFrame{
	width : 600px;
	margin : 0 auto 0 auto;
}




