/*GENERAL*/
body      		{font: 11px Arial, Helvetica, sans-serif;
				text-align: left;
				margin: 0px;
				padding: 0px;
				background: #999966 url('BG_bodybottom.jpg') repeat-x;}		/*mid brown/green used in graphics*/
           
p       		{text-align: left;
				word-spacing: 0px;
				margin: 0px;}									/*top&bottom | right&left*/

/*HEADER, LOGO, NAVIGATION and SUBMENU*/
#header			{width: 100%;
				height: 40px;			
				background-color: #666633;						
				z-index: 80;}
				
#navbar			{width: 100%;
				height: 24px;
				background: #450045 url('bg_navbar.jpg');		/*background of #navbar*/
				border-top: 2px solid #FF9900;					/*orange*/
				padding-left: 248px;		
				z-index: 95;}

	#logo		{position: absolute;
				top: 20px;
				width: 223px;
				left: 7px;
				height: 80px;						
				z-index: 100;}
								
	#submenu	{position: absolute;							/*top, right, bottom, left*/
				top: 114px;
				width: 120px;
				height: 525px;
				font-size: 11px;
				color: white;
				text-align: left;
				line-height: 15px;
				background: #450045 url('bg_submenu.jpg') repeat-x;
				border-top: 2px solid #FF9900;}	

					#submenu2	{margin: 0px 1px 5px 4px;		/*text container for submenu*/
								top: 0px;}						

/*BEGIN SITE CONTENT*/							
#container 		{height: 575px;
				min-width: 725px;
				background: white url('BG_bodymain.jpg');}		/*white to #999966 vertical fade 800px height*/
				
	#title		{position: absolute;
				top: 83px;
				left: 320px;
				height: 38px;
				width: 300px;
				font: bold 29px BernhardFashion BT, Papyrus, Verdana, Arial, Helvetica, sans-serif;
				color: #450045;										
				line-height: 35px;
				text-align: center;
				border-left: 1px solid #660066;
				border-right: 1px solid #660066;
				background: white;
				z-index: 94;}
				
	#intro	 	{position: absolute;								
				top: 115px;
				left: 130px;
				width: 625px;
				height: auto;
				font-size: 13px;
				line-height: 19px;
				border: 1px solid #660066;
				background: white;
				z-index: 93}	
				
					#intro2		{margin: 1px 10px 8px 0px;		/*text container for intro or any large margin area*/
								top: 0px;}
				
	/*row 2 - middle*/	
	#closing	{position: absolute;
				top: 270px;
				left: 160px;
				height: 110px;
				width: 650px;
				font-size: 11px;
				font-weight: bold;
				line-height: 19px;
				color: #330033;
				border: 1px solid #FF9900;
				background: white url('bg_closingindex.jpg') repeat-x;
				z-index: 92;}
				
					#closing2	{margin: 27px 10px 4px 10px;		/*text container for closing*/
								top: 0px;}
										
	/*row 3*/
	#left		{position: absolute;								/*top, right, bottom, left*/
				top: 390px;
				left: 130px;
				height: 241px;
				width: 170px;
				font-size: 12px;
				border: 1px solid #660066;
				background: white;}
								
	#leftcenter	{position: absolute;
				top: 390px;
				left: 310px;
				height: 241px;
				width: 170px;
				font-size: 12px;							
				border: 1px solid #660066;
				background: white;}

	#rightcenter{position: absolute;
				top: 390px;
				left: 490px;
				height: 241px;
				width: 170px;
				font-size: 12px;						
				border: 1px solid #660066;
				background: white;}
							
	#right		{position: absolute;
				top: 390px;
				left: 670px;
				height: 241px;
				width: 170px;
				font-size: 11px;							
				border: 1px solid #999966;
				background: white;}
	
					#row3	{margin: 3px 5px 5px 5px;
							top: 0px;}							/*text container for bottom four - row 3 and any other small font generic place*/
				
/*END SITE CONTENT/BEGIN FOOTER*/
#footer   		{height: 38px;
				text-align: right;
				font-size: 10px;
				font-weight: bold;
				color: silver;
				line-height: 37px;
				border-bottom: 2px solid #FF9900;				/*orange*/
				background: #666633 url('bg_footer.jpg');}		/*white to #666633 vertical fade 1300px height*/
				
				#footer_in	{margin: 12px 2px 0px 200px;}		/*top, right, bottom, left*/ /*text container for right column*/

				