body { margin: 0; padding: 0; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; background-color: #000; background-image: url(../images/bg.jpg); background-repeat: no-repeat; background-position: top center; color: #000; }

a { outline: none; }

img { border: none; }

table { border-collapse: collapse; }

h1,h2,h3,h4,h5,h6 { font-family: Georgia; font-weight: normal; }


#container { margin: 0 auto; width: 866px; clear: both; overflow: auto; }
	.homeBox p { margin: 0; padding: 0; }

	#header { float: left; width: 866px; height: 231px; background-image: url(../images/hdrbg.jpg); background-repeat: no-repeat; }

	#nav { float: right; width: 278px; background-image: url(../images/menubg.jpg); background-repeat: repeat-y; }
		#nav .navFtr { height:29px; background-image: url(../images/menuftrbg.jpg); background-repeat: no-repeat; }
		#nav .heading { height: 51px; background-image: url(../images/menutitle.jpg); background-repeat: no-repeat; }
			#nav .heading h1 { display: none; }
			#nav ul { margin: 10px 0; padding: 0; list-style: none; }
				#nav ul li { margin: 0; padding: 0; }
					#nav ul li a { display: block; font-size: 22px; font-weight: bold; font-family: Georgia; color: #4a2811; padding: 5px 0 5px 30px; text-decoration: none; }
						#nav ul li a:hover { color: #000; }
					
	#body { float: left; width: 561px; background-image: url(../images/bdybg.jpg); background-repeat: repeat-y; }
		#body .heading { height: 79px; background-repeat: no-repeat; }
			#body .heading h1 { display: none; }
		#body .footer { height: 28px; background-image: url(../images/bdyftrbg.jpg); background-repeat: no-repeat; }
		#body p, #body h2, #body form { padding: 0 20px 0 20px; line-height: 20px; }
		
	#footer { float: left; width: 100%; margin: 20px 0; color: #999; font-size: 11px; text-align: center; }
		
			