/* ################################################## */
/*  MADE BY: WWW.DIRECTBASING.COM                     */
/*  ALEX VAN DER VEGT                                 */
/* ################################################## */

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: 'Trebuchet MS', Arial; font-size: 11px; color: #f37e0c; }
body { background: url('../images/bodyBg.gif') #440406 repeat-x; }
img { border: 0px; display: block; }

/* ### GLOBAL CLASSES ### */
.clearBoth { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding: 0px 3px 0px 3px; width: 937px; background: url('../images/mainBg.gif') #841d14 repeat-y; }

	/* ### HEADER CONTAINER ### */
	#headerCntr { width: 937px; height: 190px; background: url('../images/headerBg.png') no-repeat; }
	
	/* ### LEFT CONTAINER ### */
	#leftCntr { float: left; width: 160px; border-bottom: 1px solid #641811; background: #952218; }
	#leftCntr h2 { padding-left: 5px; display: block; height: 17px; font-size: 11px; line-height: 18px; text-transform: uppercase; color: #fdb56e; background: url('../images/titleBg.gif') repeat-x; }
	#leftCntr a { text-decoration: none; font-weight: bold; color: #fdb56e; }
	#leftCntr a:hover { text-decoration: underline; }
		.menuRight { float: right; }
		.leftBox { padding: 5px; }
		.leftBox strong { color: #fdb56e; }
		.field { margin: 3px; padding: 1px; font-family: 'Trebuchet MS', Arial; font-size: 11px; font-weight: bold; color: #7e231a; border: 1px solid #4e100a; background: #641811; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { width: 160px; }
		#menuCntr ul { list-style: none; }
		#menuCntr li a { padding-left: 10px; display: block; width: 150px; height: 23px; line-height: 22px; text-decoration: none; font-weight: bold; color: #f37e0c; border-bottom: 1px solid #641811; background: #952218; }
		#menuCntr li.last a { border-bottom: 0px; }
		#menuCntr li a:hover, #menuCntr li.selected a { background: #841d14; }
	
	/* ### CENTER CONTAINER ### */
	#centerCntr { float: left; width: 617px; }
	
		/* ### CENTER BOX ### */
		.centerBox { margin: 0px 10px 0px 10px; padding: 15px 10px 1px 10px; width: 577px; background: #952218; }
		.centerBox h1 { margin-bottom: 5px; display: block; font-size: 24px; font-weight: normal; color: #f6ab68; border-bottom: 2px solid #f37e0c; }
		.centerBox p { padding-bottom: 11px; }
			.google { margin-left: 60px; padding-bottom: 11px; }
	
	/* ### RIGHT CONTAINER ### */
	#rightCntr { float: left; width: 160px; border-bottom: 1px solid #641811; background: #952218; }
	#rightCntr h2 { padding-left: 5px; display: block; height: 17px; font-size: 11px; line-height: 18px; text-transform: uppercase; color: #fdb56e; background: url('../images/titleBg.gif') repeat-x; }
	#rightCntr ul { list-style: none; }
	#rightCntr li { float: left; }
	#rightCntr li.first { width: 14px; border-right: 1px solid #fdb56e; }
	#rightCntr li.second { padding-left: 5px; width: 99px; border-right: 1px solid #fdb56e; }
	#rightCntr li.third { padding-left: 5px; width: 25px; }
	#rightCntr li a { text-decoration: underline; color: #fdb56e; }
	#rightCntr li a:hover { text-decoration: none; }
		.rightBox { padding: 3px 5px 3px 5px; }
		
	/* ### FOOTER CONTAINER ### */
	#footerCntr { padding: 20px 0px 10px 0px; width: 937px; }
	#footerCntr p { text-align: center; text-decoration: underline; color: #c74c42; }
	#footerCntr ul { margin: 0 auto; width: 660px; list-style: none; }
	#footerCntr li { margin-right: 3px; float: left; display: inline; line-height: 18px; font-weight: bold; color: #c74c42; }
	#footerCntr li a { text-decoration: none; font-weight: bold; color: #c74c42; }
	#footerCntr li a:hover { text-decoration: underline; }

