	
		
	/* TOP
	* * * * * * * * * * * * * * * * * * * * * * * * * */	
	#aetnaTop {
		width: 100%;
		height: 209px;
		display: block;
		background-image: url(images/aetnaTop.jpg);	}
		
		#aetnaTop a { 	
			width: 100%;
			height: 209px;
			display:block; }
			
	
	/* SIDE NAV
	* * * * * * * * * * * * * * * * * * * * * * * * * */	
	#aetnaSideNav {
		width: 139px;
		height: 100%;
		display: block; 
		float: left;
		background-image: url(images/navBg.gif);
		overflow: hidden;	
		/*background: url(images/aetnaDotBg.gif) repeat-y right;*/}
		
		#aetnaSideNav img {
			margin: 10px 0 0 5px;
			border: none;	}
		
		#aetnaSideNav ul {
			margin-left: 44px;	}
			
		#aetnaSideNav ul li {
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;	}
			
		#aetnaSideNav ul li a{
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;
			text-decoration: none;	}
			
		#aetnaSideNav ul li a:hover{
			text-decoration: underline;	}
			
				
	/* BODY
	* * * * * * * * * * * * * * * * * * * * * * * * * */		
	#aetnaBody {
		width: 464px;
		height: inherit;
		min-height: 750px; 
		display: block;
		float: left;
		background: url(images/aetnaDotBg.gif) repeat-y right; }
		
		#aetnaBody p{
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;
			margin-left: 20px; }
			
		#aetnaBody p.Footer	 {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 8px;
			padding: 10px 6px;
			margin-top: 250px;
			color: #505050;
			background: url(images/aetnaDotBg.gif) repeat-x top; } }	
			
		#aetnaBody a {
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #5a5a5a;
			text-decoration: underline; }
		
		#aetnaBody h1 {
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 20px;
			color: #fc3b22;
			background-color: #fdecfa;
			margin-left: 20px;
			margin-right: 2px; }
			
		#aetnaBody h2, #aetnaBody h3 {
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-style: italic;
			margin-left: 20px; }	
			
		#aetnaBody h2 {					
			color: #6434a2;	
			margin-left: 20px; }					
			
		#aetnaBody h3 {					
			color: #cc6113;	
			border-bottom: none;
			font-weight: bold; 
			display: inherit;}	
			
	
	/* BODY - LANDING PAGE
	* * * * * * * * * * * * * * * * * * * * * * * * * */		
	#aetnaBodyButtons {
		width: 444px;
		height: 167px;
		display:block;
		margin-left: 7px;
		background-image: url(images/aetnaBodyButtons.jpg);
		/*margin-top: 40px;*/ }	
		
		#aetnaBodyButtons a {
			display: block;
			float: left;
			height: 167px; 	}
			
		
	/* FOOTER
	* * * * * * * * * * * * * * * * * * * * * * * * * */		
	#aetnaFooter {
		width: 95%;
		height: auto;
		display: block;
		clear: both;	}
		
		#aetnaFooter p {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 8px;
			padding: 0 6px 0 6px;
			color: #505050; }	
			
		
	/* ALIGNMENTS
	* * * * * * * * * * * * * * * * * * * * * * * * * */			
	.right { float: right;}
	.left { float: left;}
		
		
	/* RECIPE BOX PAGE
	* * * * * * * * * * * * * * * * * * * * * * * * * */		
	#RecipeBox { 
		width: 460px;
		height: 150px;
		background-image: url(images/recipeboxbg.jpg);
		display: block;	 }
		
		.NavRecipe {
			width: 115px;
			height: 150px;
			display:block;	
			float: left;
			cursor: pointer; }		
			
		/*#RecipeBox div{
			width: 115px;
			height: 150px;
			display:block;	
			float: left; }	*/				
			
	.ActualRecipe {
		width: 100%;
		height; auto;
		margin: 3px 0 20px 0; 
		display:none;}		
		
	/* RECIPE BOX POP UPS
	* * * * * * * * * * * * * * * * * * * * * * * * * */		
	.RecipePopUp {
		width: 500px;
		height: 390px;
		padding: 10px 10px 0 10px;
		margin: 0;
		background-color: #fff;}
		
	.RecipePopUp h1, .RecipePopUp h2  {
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		color: #8ecc2c;
		font-style: italic;
		margin-left: 25px;	}		
	
		.RecipePopUp h1 { font-size: 20px; }
		
		.RecipePopUp h2 { font-size: 16px; }
			
	.RecipePopUp p {
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000;
		margin-left: 40px; 	}		
		
		
	/* QUESTION OF THE MONTH
	* * * * * * * * * * * * * * * * * * * * * * * * * */		
	.Responses { 
		font-family: Century Gothic, Arial, Helvetica, sans-serif;
		font-size: 12px; }	
	
	.Responses dl dt {
		color: #9A25C0; 
		font-style: italic; }
	
	.Responses dl dd {
		margin: 0 0 15px 40px;
		color: #666666;	}
		
	
		
