body { 
	background-color:#60564d;
}
.container{
}
.content{
	position:relative;
	right:10px;
	width:800px;
	height:675px;
	background-image:url(../images/sub_background.gif);
	background-repeat:no-repeat;
}
.menu{
	float:left;
	position:relative;
	top:50px;
	right:-90px;
	width:117px;
}
	.menu_item{
		font-family:"times new roman", arial;
		color:rgb(147,145,135);
		font-size:15px;
	}
	.menu_item a:link{
		font-family:"times new roman", arial;
		color:rgb(147,145,135);
		font-size:15px;
		text-decoration:none;
	}	
	.menu_item a:hover{
		font-family:"times new roman", arial;
		color:rgb(140,76,44);
		font-size:15px;
		text-decoration:none;
	}
	.menu_item a:visited{
		font-family:"times new roman", arial;
		color:rgb(147,145,135);
		font-size:15px;
		text-decoration:none;
	}	
.label{
	position:relative;
	top:40px;
	right:-360px;
	width:370px;
	height:83px;
}
.sub_content{
	float:left;
	position:relative;
	top:100px;
	left:80px;
	width:650px;
	height:200px;
	overflow:auto;
		border-style:solid;
		border-color:black;
		border-width:0px;
}
.address{
	position:relative;
	top:142px;
	
	text-align:center;
	font-family:"times new roman", arial;
	color:rgb(201,182,167);
	font-size:14px;
}

.footer{
	position:relative;
	top:90px;
	text-align:center;
	font-family:"times new roman", arial;
	color:rgb(152,135,121);
	font-size:14px;
}

/* *** Contact Us Specific Code *** */
.contactus_form{
	font-family:"times new roman", arial;
	color:rgb(0,0,0);
	font-size:14px;
	float:left;
	width:275px;
	padding-left:20px;
}
.contactus_form_elements{
	float:left;
	width:275px;
	padding-bottom:5px;
}

/* *** Events Specific Code *** */
.event{
	float:left;
	width:580px;
	padding-left:20px;
	padding-right:20px;
}
	.event_header{
		float:left;
		width:580px;
		font-family:"times new roman", arial;
		color:rgb(138,80,56);
		font-size:16px;		
	}
	.event_content{
		float:left;
		width:580px;
		font-family:"times new roman", arial;
		color:rgb(147,145,135);
		font-size:14px;		
	}
	
/* *** Your Occasion Specific Code *** */
.youroccasion{
	float:left;
	width:580px;
	font-family:"times new roman", arial;
	color:rgb(147,145,135);
	font-size:14px;	
	padding-left:20px;
	padding-right:20px;	
}

/* *** Galleries Specific Code *** */
.gallery{
	float:left;
	width:600px;
	margin-left:25px;
	margin-right:25px;
}
	.gallery_left{
		float:left;
		width:250px;
		height:250px;
		overflow:auto;
	}
		.gallery_left a:link{
			font-family:"times new roman", arial;
			color:rgb(147,145,135);
			font-size:14px;
			text-decoration:none;
		}
		.gallery_left a:hover{
			font-family:"times new roman", arial;
			color:rgb(140,76,44);
			font-size:14px;
			text-decoration:none;
		}
		.gallery_left a:visited{
			font-family:"times new roman", arial;
			color:rgb(147,145,135);
			font-size:14px;
			text-decoration:none;
		}		
	.gallery_right{
		float:left;
		width:333px;
	}
