@charset "UTF-8";
/* CSS Document */


/* general */

	body { font: 11px Arial, Helvetica, sans-serif; color: #333333; margin:0; }
	a:link, a:visited { color: #de99b3; text-decoration: none; }
	a:hover, a:active { color: #FFFFFF; text-decoration: none; }
	#home_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#about_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#meringues_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#recipes_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#stockists_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#contact_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#links_link { font: 14px Arial; font-weight: bold; text-decoration: none; }
	#style1 { font: 14px Arial; font-weight: bold; }
	
	#holder { 
		width: 692px; 
		height: 580px; 
		position:relative; 
		margin:0em auto; left:0em; 
		top:70px; 
		}
	
	#current_link {
		color: #ffffff;
		font: 14px Arial; 
		font-weight: bold; 
		text-decoration: none;
		}
	
	.style1 {
		color: #de99b3;
		}
		
	.style1 a:hover {
		color: #ac0040;
		}


/* header */
	#menu { 
		top:20px;
		left:85px;
		Position:relative;
		width: 125px;
		}
		
	#header_band {
		 width: 692px; 
		 height: 196px; 
		 position:absolute 
		 }
		
	img.headimage	{
		width : 692px;
		height : 196px;
		z-index:1;
		}
	
	
/* content */
	img.bgimage	{
		width : 692px;
		height : 382px;
		z-index:1;
		}
	
	#bg_band { 
		top:196px; 
		width: 692px; 
		height: 382px; 
		position:absolute 
		}
		





/* main */
/* home */
	#intro_text {  
		top: 170px; 
		position:relative; 
		width: 475px; 
		height: 170px; 
		margin-left: 63px; 
		z-index:2
		}
		
	#home_text { 
		top: 20px; 
		position:relative; 
		left: 20px; 
		width: 460px; 
		z-index:2}


/* about */
	#about_text { 
		top: 170px; 
		position:relative; 
		width: 510px; 
		margin-left: 82px;  
		z-index:2
		}


/* meringues */
	#meringues_text { 
		top: 170px; 
		position:relative; 
		width: 510px; 
		margin-left: 82px; 
		z-index:2
		}
		
	#meringues_text_two {
		top: 170px;
		position:relative; 
		width: 510px; 
		margin-left: 82px; 
		z-index:2
		}


/* recipes */
	#recipes_text { 
		top: 170px;
		position:relative; 
		width: 510px; 
		margin-left: 82px; 
		z-index:2;
		}
		
	#recipes_text_two {
		top: 170px; 
		position:relative; 
		width: 510px; 
		margin-left: 82px; 
		z-index:2;
		}


/* stockists */
	#under_con { 
		top: 170px;
		position:relative;
		width: 510px; 
		margin-left: 82px; 
		z-index:2; 
		}
	
	
/* contact */
	#contact_text { 
		top: 170px;
		position:relative;
		width: 510px; 
		margin-left: 82px;
		z-index:2; 
		}


/* links */
#links_text { 
		top: 170px;
		position:relative;
		width: 520px; 
		margin-left: 82px; 
		z-index:2; 
		}


/* footer */
#footer { position:absolute; top: 583px; width: 692px; height: 20px; margin:0em auto; left:0em; z-index:3; }
#siteby { width: 230px; height: 20px; float: left; font-size: 9px; }
#siteby a { color: #333333; text-decoration: none; }
#siteby a:hover { color: #ac0040; }
#copyright { width: 270px; height: 20px; float: right; text-align: right; font-size: 9px; }



