
body{
	background:#FEFFDB url(gallery/photos/gallery_bg.gif) no-repeat left top;
	width:100%;
	margin:15px;
	font-family:Arial,helvetica, sans-serif;
	color:#9F3E9C;
}

a {
	color:#9F3E9C;
	text-decoration:none; 
}

img{ border:0px none;}


#navigation{
	margin:auto;
	text-align:center;
	width:335px;
	float:left;

}

/* The Cake Icons */   

.thumb{
	width:300px;
	padding-right: 10px; 
	float:left;
}

.thumb li{
	background:url(cake_icon.gif) no-repeat top left;
	display:block;
	width:45px;
	height:52px;
	float:left; 
	margin:0;
	padding:0;
}

.thumb li a{
	display:block;
	width:100%;
	height:39px;
	font-weight:bold;
	font-size:24px;
	padding-top:10px; 
	text-align:center;
}

.thumb li a:hover{       
	margin:0;
	padding:0;
	padding-top:10px;
	background:url(cake_icon.gif) no-repeat bottom left;
}

/* Current Cake */

.currLink{
	width:45px;
	float:left;
	font-size:24px;
	padding-top:8px;
	height:44px;
}


