/* ################################################## */
/*  Made by: www.AllHEREINDIA.com                     */
/*  Semantisch correcte xHTML 						  */
/* ################################################## */

/* ### 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: #23250a url('../images/bg.jpg') no-repeat center top; }
img { border: 0px; display: block; }

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

/* ### WRAPPER ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; width: 881px; background: url('../images/contentTop.png') no-repeat center top; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 881px; height: 130px; }
	#headerCntr h1 { position: absolute; top: 22px; left: 114px; }
	#headerCntr h1 a { display: block; width: 437px; height: 72px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	
	
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding: 0 65px 0 55px; overflow: hidden; width: 761px; }
	#contentCntr h2 { color: #788eb6; font-size: 18px; font-weight: normal; font-family: 'Myriad Pro',Arial; }
	#contentCntr h3 { padding-bottom: 10px; color: #788eb6; font-size: 18px; font-weight: normal; font-family: 'Myriad Pro',Arial; }
	#contentCntr p { padding: 5px 0; line-height: 18px; color: #1b1c07; font-size: 12px; font-family: 'Trebuchet MS',Arial; }
	#contentCntr a { color: #f96602; text-decoration: none; }
	#contentCntr a:hover { text-decoration: underline; }
	
		/* ### CENTER CONTAINER ### */
		#centerCntr { padding: 15px 0; margin-bottom: 15px; background: url('../images/dotted.gif') repeat-x center bottom; }
		
		/* ### LEFT CONTAINER ### */
		#leftCntr { padding-right: 15px; float: left; width: 400px; background: url('../images/vertLine.gif') repeat-y right; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 320px; overflow: hidden; }
		#rightCntr .left { width: 190px; float: left; }
		#rightCntr .right { width: 120px; float: right; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { padding: 10px 60px 0 60px; overflow: hidden; height: 72px; text-align: right; width: 761px; margin: 0 auto; background: url('../images/contentBottom.png') no-repeat 15px top; }
	#footerCntr p, #footerCntr p a { color: #4b4d12; font-size: 11px; text-decoration: none; }
	#footerCntr p a:hover { text-decoration: underline; }
