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

/* ### GENERAL ### */
* { margin: 0px; padding: 0px; }
html, body { font-family: Verdana; font-size: 11px; color: #000; }
input, select, textarea { font-family: Verdana; font-size: 11px; color: #000; }
body { padding-top: 12px; background: url('../images/mainBg.JPG') #228B22 repeat-x; }
img { border: 0px; display: block; }

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

/* ### MAIN CONTAINER ### */
#mainCntr { margin: 0 auto; padding: 0px 49px 30px 49px; width: 754px; background: url('../images/mainBg.JPG')#228B22 no-repeat top; }



	/* ### HEADER CONTAINER ### */
	#headerCntr { position: relative; width: 754px; height: 133px; background: url('../images/headerBg.png') no-repeat; }
	#headerCntr img { padding: 16px 0px 0px 265px; }
	
		/* ### MENU CONTAINER ### */
		#menuCntr { position: absolute; bottom: 1px; overflow: hidden; width: 754px; height: 36px; }
		#menuCntr ul { list-style: none; }
		#menuCntr li { margin-left: 24px; float: left; display: inline; height: 50px; line-height: 36px; font-weight: bold; }
		#menuCntr li a { display: block; float: left; height: 36px; text-decoration: none; color: #fff; }
		#menuCntr li a:hover, #menuCntr li.selected a { background: url('../images/menuH.gif') no-repeat top; }
		
	/* ### CONTENT CONTAINER ### */
	#contentCntr { padding-top: 2px; overflow: hidden; width: 754px; }
	#contentCntr h1, #contentCntr h2 { padding-left: 5px; height: 36px; line-height: 36px; font-weight: bold; font-size: 11px; color: #fff; border-bottom: 1px solid #fff; background: url('../images/Titlebg.bmp') #71360A no-repeat right; }
	#contentCntr h2 { border: 1px solid #fff; }
	#contentCntr h1 span, #contentCntr h2 span { padding-left: 10px; background: url('../images/bol2.gif') no-repeat left; }
	
		/* ### LEFT CONTAINER ### */
		#leftCntr { float: left; width: 174px; }
		#leftCntr ul { margin-bottom: 3px; padding-bottom: 5px; border: 1px solid #fff; border-top: 0px; background: url('../images/bottom1Bg.JPG') #f2f2f2 repeat-x bottom; }
		#leftCntr li { padding-left: 5px; height: 33px; line-height: 33px; border-bottom: 1px solid #fff; }
		#leftCntr li.last { border-bottom: 0px; }
		#leftCntr li.dark { background-color: #ededed; }
		#leftCntr li a { padding-left: 10px; text-decoration: none; color: #000; background: url('../images/bol.gif') no-repeat left; }
		#leftCntr li a:hover { text-decoration: underline; }
		
		/* ### RIGHT CONTAINER ### */
		#rightCntr { float: right; width: 575px; border: 1px solid #fff; background: url('../images/bottom1Bg.JPG') #ededed repeat-x bottom; }
		#rightCntr p { padding: 7px 7px 7px 7px; line-height: 17px; }
		#rightCntr a { text-decoration: none; font-weight: none; color: #000; }
		#rightCntr a:hover { text-decoration: underline; }
	
	/* ### FOOTER CONTAINER ### */
	#footerCntr { padding-top: 2px; width: 754px; }
	#footerCntr p { text-align: right; font-weight: bold; color: #fff; }
