body{
	margin: 0px;
	padding: 0px;
	background: url('../images/rings-bg.png');
	background-color: #921B1D;
}

.container{
	background: url('../images/cake-bg.png');
	background-repeat: no-repeat;
    display: block;
	width: 930px;
	height: 614px;
}

.map{
	background: url('../images/map.png');
	background-repeat: no-repeat;
    display: block;
	width: 730px;
	height: 700px;
}

.containers{
    display: block;
	width: 836px;
	height: 700px;
}

.logo-area{
	text-align: left;
	width: 960px;
}

.menu{
	background: url('../images/menu.png');
	width: 960px;
	height: 50px;
	padding-top: 10px;
}

.buttons{
	font-family: arial;
	top: 10px;
	padding: 0 10px 0 10px;
	width: 200px;
	margin: 0 10px 0 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.buttons:hover{
	font-family: arial;
	background: white;
	color: #B73936;
	font-weight: bold;	
	text-decoration: none;	
}

.f-left{
	float: left;
	margin-left: 30px;
	height: 135px;
}

.f-right{
	float: right;
	margin-left: 100px;
}

.header{
	width: 730px;
	height: auto;
	top: 70px;	
}

.slideshow{
	padding-top: 5px;
	width: 615px;
}

.slideshow p{
	text-align: left;
}

.mapbg{
	padding-top: 0px;
	width: 642px;
}

.locations{
	float: left;
	background: #FFEC8B;
	width: 290px;
	height: 150px;
	margin: 5px;
	border:5px solid #c0c0c0;
	text-align: left;
	padding: 5px;
	cursor: pointer;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	color: navy;	
}

.locations:hover{
	background: white;
	color: #E47833;
}


.address{
	position: absolute;
	background: white;
	width: 290px;
	height: auto;
	margin: 5px;
	border:5px solid #c0c0c0;
	text-align: left;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	color: navy;	
	font-size: 20px;
	font-family: arial;
}


.logo{
	position:absolute; 
	width: 100px; 
	height: 50px; 
	z-index: 10000;
}

/* fonts */

p.home{
	font-family:times;
	font-size: 18px;
	color: navy;
}

.f-right h1{
	font-size: 40px;
	color: navy;
}

.f-left h1{
	color: white;
	letter-spacing: 2px;
	font-family: brush script mt, arial;		
}

.header h1{
	color: white;
	font-family: brush script mt;
	font-size: 40px;	
	margin: 0px;
	padding: 0px;
}

.menu-end{
	background: url('../images/menu-bottom.png');
	width: 960px;
	height: 50px;
	padding-top: 10px;
}

.cake{
	background: url('../images/caketoprightcorner.png');
	background-repeat: no-repeat;
    width: 290px;	
]