/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Arial; font-size: 12px; color: #8c806e; }
input, select, textarea { font-family: Arial; font-size: 12px; color: #8c806e; }
body { background: #fff url('../images/body-bg.gif') top left repeat-x; }
img { border: 0px; }

/* ### GLOBAL CLASSES ### */
.clear { clear: both; }

/* ### WRAPPER ### */
#wrapper { width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { padding: 20px 0px; margin: 0 auto; width: 954px; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 954px; height: 75px; overflow: hidden; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { margin-top: 7px; width: 954px; height: 45px; background: url('../images/menu-bg.gif') top left no-repeat; }
		#menuCntr ul { list-style: none; overflow: hidden; }
		#menuCntr li { float: left; height: 42px; line-height: 42px; background: url('../images/seperator.gif') top right no-repeat; }
		#menuCntr li a { padding: 0px 27px; text-decoration: none; font-size: 14px; color: #000; }
		#menuCntr li a:hover { text-decoration: underline; }
		
		/* ### COPY BOX ### */
		.languageBox { float: right; overflow: hidden;  }
		.languageBox img { margin-left: 7px; }
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { margin-top: 12px; overflow: hidden; height: 491px; width: 954px; background: url('../images/content-bg.jpg') top left no-repeat; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding-left: 42px; padding-top: 395px; float: left; width: 505px; }
		
			/* ### TEXT BOX ### */
			.textBox { width: 505px; }
			.textBox h3 { padding-bottom: 15px; color: #fff; font-size: 15px; text-transform: uppercase; }
			.textBox h3 span { color: #ff8400; }
			.textBox p { color: #fff; }			
			
		/* ### RIGHT CONTAINER ### */
		#rightCntr { padding-right: 32px; float: right; width: 300px; }
		
			/* ### FIND BOX ### */
			.findBox { padding-top: 25px; width: 350px; text-align: center; }
			.findBox h2 { padding-bottom: 15px; overflow: hidden; letter-spacing: 3px; font: 24px 'Trebuchet MS'; text-transform: uppercase; color: #fff; }
			.findBox div.text { padding: 10px; overflow: auto; width: 335px; height: 380px; text-align: left; background: #fff; }
			.findBox p { padding-bottom: 10px; color: #000; }

#content{

	width:954px;
	height:100%;
	margin-top:14px;

}

#content_left{

	width:220px;
	height:100%;
	float:left;

}

#content_middle{

	width:458px;
	height:100%;
	float:left;
	margin-left:20px;

}

#content_right{

	width:230px;
	height:100%;
	float:left;
	margin-left:25px;
}

.brown{

	color:#8C806E;
	font-weight:bold;
	font-size:20px;
	

}

#content_middle1{

	width:340px;
	height:100%;
	float:left;
	margin-left:20px;
	

}


#content_right1{

	width:345px;
	height:380px;
	float:left;
	margin-left:25px;
	background-color:#FFFFFF;
}

