/* ### general ### */
* { margin: 0px; padding: 0px; }
html, body { height: 100%; font-family: Verdana; font-size: 11px; color: #fff; }
input, select, textarea { font-family: Verdana; font-size: 11px; color: #000; }
body { background: url('../images/bodyBg.jpg'); }
img { border: 0px; display: block; }
a, input { outline: none; }

/* ### global classes ### */
.clear { clear: both; height: 1px; }

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

/* ### main container ### */
#mainCntr { margin: 0 auto; padding: 50px 0px; width: 731px; }
	
	/* ### header container ### */
	#headerCntr { position: relative; width: 731px; height: 194px; background: url('../images/headerBg.png') no-repeat; }
	#headerCntr h1 { position: absolute; top: 50px; left: 160px; }
	#headerCntr h1 a { display: block; width: 391px; height: 64px; text-indent: -9999px; background: url('../images/logo.png') no-repeat; }
	
		/* ### menu box ### */
		.menuBox { position: absolute; top: 163px; left: 0px; width: 731px; }
		.menuBox ul { overflow: hidden; width: 731px; list-style: none; }
		.menuBox li { padding: 0px 45px; float: left; display: inline; height: 31px; line-height: 31px; font-weight: bold; }
		.menuBox li a { text-decoration: none; color: #000; }
		.menuBox li a:hover, .menuBox li.selected a { text-decoration: underline; }
	
	/* ### content container ### */
	#contentCntr { padding: 20px 25px 0px 25px; width: 681px; background: url('../images/contentBg.png') repeat-y; }
		
		/* ### text box ### */
		.textBox { width: 681px; }
		.textBox h2 { padding-bottom: 10px; font-size: 25px; font-weight: normal; }
		.textBox p { padding-bottom: 10px; line-height: 17px; }
	
	/* ### footer container ### */
	#footerCntr { padding-top: 19px; width: 731px; background: url('../images/footerBg.png') no-repeat; }
	#footerCntr p { padding-top: 10px; font-size: 14px; text-align: center; }
	#footerCntr a { text-decoration: none; color: #fff; }
	#footerCntr a:hover { text-decoration: underline; }
	
	a {
		color: #B3B374;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
