			/* This is 8 Crazy Cats layout stylesheet*/
		/* This is the header area*/
    .area01
		{
			position:			absolute;
			left:				0px;
			top:				0px;
			width:				1024px;
			height:				175px;
			border:				none;
			background-color:	transparent;
		}    
		
			/* This is the links area*/
	.area02
		{
			position:			absolute;
			left:				0px;
			top:				175px;
			width:				250px;
			height:				625px;
			border:				none;
			background-color:	transparent;
			
		}

	
			/* This is the body area*/
	.area03
		{
			position:			absolute;
			left:				250px;
			top:				175px;
			width:				675px;
			height:				625px;
			border:				none;
			background-color:	transparent;
		}
		
			/* This is the bottom nav links area*/
	.area04
		{
			position:			absolute;
			left:				150px;
			top:				650px;
			width:				800px;
			height:				125px;
			border:				none;
			background-color:	transparent;
		}		