/* CSS */

* {
	margin:0;
	padding:0;
}

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;
}

#gallery_content{
	margin:auto;
	width:450px;
	text-align:left;
	float:left;
}



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

}

/* The Cake Icons */

.cakeLink{
	background:url(gallery/images/cake_icon.gif) no-repeat top left;
	display:block;
	width:45px;
	height:52px;
	float:left;
}

.cakeLink a{
	display:block;
	width:100%;
	height:39px;
	font-weight:bold;
	font-size:24px;
	padding-top:10px;
}

.cakeLink a:hover{
	padding-top:10px;
	background:url(gallery/images/cake_icon.gif) no-repeat bottom left;
}

/* Current Cake */

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


