/*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       		{word-spacing: 0px;
				margin: 0px;}

#bg2			{position: absolute;
				top: 145px;
				left: 230px;
				width: 325px;
				height: auto;			
				background-color: #450045;							
				z-index: 1;}

/*HEADER, LOGO, and NAVIGATION*/
#header			{width: 100%;										
				height: 40px;										
				background-color: #666633;							/*#C8C8AC light green/grey*/
				z-index: 80;}
				
#navbar			{width: 100%;										
				height: 24px;										
				background: #450045 url('bg_navbar.jpg');			/*background of #navbar*/
				border-top: 2px solid #FF9900;						/*orange*/						
				padding: 0px 0px 0px 248px;								
				z-index: 95;}										

	#logo		{position: absolute;
				top: 20px;											
				width: 223px;										
				left: 7px;											
				height: 80px;						
				z-index: 100;}
				

				
/*BEGIN SITE CONTENT*/												
#content 		{height: auto;
				font: 13px;
				margin: 50px 19% 10px 111px;
				border: 1px solid #660066;
				background: white;
				z-index: 90;}
				
			#maintext		{font: 13px;
							margin: 15px 15px 15px 115px;
							line-height: 16px;
							background: white;
							z-index: 89;}
				
	/*SUB MENU*/		
	#left		{position: absolute;								/*top, right, bottom, left*/
				top: 120px;
				width: 221px;
				height: 363px;}	
		
	/*RIGHT COLUMN PORTFOLIO*/					
	#right		{position: absolute;
				top: 113px;
				right: 1%;
				height: 300px;
				width: 150px;
				z-index: 2}
				
	/*PAGE TITLE*/			
	#title		{position: absolute;
				top: 85px;
				left: 251px;
				height: 38px;
				width: 292px;
				font: bold 25px 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: 91;}
				
/*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*/
		

table		{font: 11px Arial, Helvetica, sans-serif;										
			border: 1px solid #450045;}				