/* Parent Box Structure */

	.parent
		{
			position:			relative;
			top:					10px;
			margin-left:			auto;
			margin-right:		auto;
			width:				900px;
			height:				658px;
			border:				thin none #ff0000;
			background-color:	transparent; 
		}
		
		/* Logo Box Structure */
		
		.logoTitle
			{
				position:			absolute;
				top:				0px;
				left:				0px;
				width:				900px;
				height:				80px;
				z-index:			2;
				border:			thin none #880000;
				background-color:	transparent;
			}
		
			/* Logo Box SubStructure */
		
			.logo
				{
					position:			absolute;
					top:				0px;
					left:				0px;
					width:				900px;
					height:				80px;
					border:				thin none #00ff00;
					background-color:	transparent;
				}
				
			.beast
				{
					position:			absolute;
					top:				0px;
					left:				135px;			
					width: 				404px; 
					height: 			70px;
					border:				thin none #000000;
					background-color:	transparent;
				}
				
			.fireBreath
				{
					position:			absolute;
					top:				50px;
					left:				60px;			
					width: 				104px; 
					height: 			72;
					border:				thin none #000000;
					background-color:	transparent;
				}
		
			.creator
				{
					position:			absolute;
					top:				0px;
					left:				505px;
					width:				392px;
					height:				35px;
					text-align:			center;
					border:				thin none #0000ff;
					background-color:	transparent;
				}
		
			.search
				{
					position:			absolute;
					top:				55px;
					left:				505px;
					width:				392px;
					height:				25px;
					text-align:			center;
					border:				thin none #0000ff;
					background-color:	transparent;
				}
		
		
/* Content Frame Box */

	.contentFrame
		{
			position:				absolute;
			top:					41px;
			left:					0px;
			width:					900px;
			height:					614px;
			border:					thin none #0000ff;
			background-image: 			url(../graphics/Backgrounds/parentBG.gif);
			background-repeat:			no-repeat;
			background-color:			transparent;
			background-attachment:		scroll;
		}
		
		
		/* Link Box Structure */
		
		.linkStrip
			{
				position:			absolute;
				top:				40px;
				left:				0px;
				width:				900px;
				height:				30px;
				z-index:			1;
				border:				thin none #000055;
				background-color:	transparent;
			}
		
			/* Link Box SubStructure */
		
			.leftMenu
				{
					position:			absolute;
					top:				40px;
					left:				10px;
					width:				120px;
					height:				475px;
					text-align:			center;
					border:			thin none #880000;
					background-color: 	transparent;
				}
		
			.linkBox
				{
					position:			absolute;
					top:				0px;
					left:				121px;
					width:				658px;
					height:				30px;
					background-color:	transparent;
					border:				thin none #ff0000;

				}
		
			.adBox
				{
					position:			absolute;
					top:				10px;
					left:				725px;
					width:				150px;
					height:				500px;
					text-align:			center;									
					background-color:	transparent;
					border:			thin none #0000ff;
				}
		
				.ad1
					{
						position:			absolute;
						top:				0px;
						left:				0px;
						width:				150px;
						height:				260px;	
						overflow:			hidden;									
						background-color:	transparent;
						border:			thin none #ff0000;
					}
		
				.ad2
					{
						position:			absolute;
						top:				150px;
						left:				0px;
						width:				140px;
						height:				130px;
						overflow:			hidden;										
						background-color:	transparent;
						border:			thin none #ff0000;
					}
		
				.ad3
					{
						position:			absolute;
						top:				260px;
						left:				0px;
						width:				150px;
						height:				240px;
						overflow:			hidden;									
						background-color:	transparent;
						border:			thin none #ff0000;
					}
		
		/* Content Area Box Structure */
		
		.content
			{
				position:			absolute;
				top:				71px;
				left:				140px;
				width:				620px;
				height:				488px;
				border:				thin none #00ff00;
				background-color:	transparent;
			}
		
			/* Content Area Box SubStructure */
		
			.frameWindow
				{
					position:			absolute;
					top:				0px;
					left:				0px;
					width:				618px;
					height:				330px;
					text-align:			center;
					border:				thin none #0000ff;
					background-color:	transparent;
				}
		
			/* Description SubStructure */
		
			.descriptBox
				{
					position:			absolute;
					top:				340px;
					left:				45px;
					width:				530px;
					height:				150px;
					font-size:			10pt;
					color:				#000066;
					text-align:			justify;
					border:				thin none #ff0000;
					background-color:	transparent;
				}
		
	/* Address Strip Structure */
				
	.address
		{
			position:			absolute;
			top:				525px;
			left:				0px;
			width:				898px;
			height:				57px;
			border:			thin none #880000;
			background-color:	transparent;
		}
		
	/* Address Strip SubStructure */
		
				
		.addressLeft
			{
				position:			absolute;
				top:				0px;
				left:				125px;
				width:				211px;
				height:				55px;
				border:			thin none #00ff00;
				background-color:	transparent;
			}
				
		.addressCenter
			{
				position:			absolute;
				top:				0px;
				left:				337px;
				width:				217px;
				height:				55px;
				border:			thin none #00ff00;
				background-color:	transparent;
			}
				
		.addressRight
			{
				position:			absolute;
				top:				0px;
				left:				554px;
				width:				211px;
				height:				55px;
				border:			thin none #00ff00;
				background-color:	transparent;
			}