/*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;}

/*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-size: 13px;
				margin: 50px 18% 10px 165px;
				border: 1px solid #660066;
				background: white;
				z-index: 90;}
				
		#content2 	{height: auto;
					font-size: 13px;
					margin: 50px 36% 10px 165px;
					border: 1px solid #660066;
					background: white;
					z-index: 90;}
				
			#maintext		{font-size: 13px;
							margin: 15px;
							line-height: 17px;}
							
					#maintext2		{font-size: 13px;
									margin: 15px 40px 15px 20px;
									line-height: 18px;
									height: 1900px;}
							
	/*SUB MENU*/		
	#left		{position: absolute;								/*top, right, bottom, left*/
				top: 114px;
				width: 152px;
				height: auto;
				font-size: 11px;
				color: white;
				text-align: left;
				line-height: 15px;
				background: #450045 url('bg_submenu.jpg') repeat-x;
				border-top: 2px solid #FF9900;
				border-bottom: 2px solid #000000;}	

					#left2		{margin: 0px 1px 10px 6px;			/*text container for submenu -*/
								top: 0px;}
				
	/*RIGHT TEXT COLUMN*/					
	#right		{position: absolute;
				top: 75px;
				right: 1%;
				height: auto;
				width: 15%;
				font-size: 11px;
				color: white;
				border: 1px solid #666633;
				background: #999966 url('bg_right.jpg') repeat-x;}
				
					#right2a	{margin: 4px 5px 5px 5px;			/*text container for right column*/
								top: 0px;}
							
		/*RIGHT TEXT COLUMN for hosting pages*/					
		#right2	{position: absolute;
				top: 123px;
				right: 1%;
				height: auto;
				width: 34%;
				background-color: white;}
				
					#right2b	{margin: 0px;}						/*text container for right column on mananged hosting plan pages*/
				
	/*PAGE TITLE*/			
	#title		{position: absolute;
				top: 85px;
				left: 251px;
				height: 38px;
				width: 292px;
				font: bold 24px 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;}
	
						