.menu{
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}

#home{
	background:url(../images/menubg.png) 0 0;
	display:inline-block;
	height:40px;
	width:195px;
}

#home:hover{
	background:url(../images/menubg.png) 0 -35px;
}

#functions{
	background:url(../images/menubg.png) -210px 0;
	display:inline-block;
	zoom: 1;
	height:40px;
	width:149px;
}

#functions:hover{
	background:url(../images/menubg.png) -210px -35px;
}

#theabbey{
	background:url(../images/menubg.png) -360px 0;
	display:inline-block;
	height:40px;
	width:79px;
}

#theabbey:hover{
	background:url(../images/menubg.png) -360px -35px;
}

#sayingido{
	background:url(../images/menubg.png) -439px 0;
	display:inline-block;
	height:40px;
	width:96px;
}

#sayingido:hover{
	background:url(../images/menubg.png) -439px -35px;
}


#chapelphotographers{
	background:url(../images/menubg.png) -535px 0;
	display:inline-block;
	height:40px;
	width:154px;
}

#chapelphotographers:hover{
	background:url(../images/menubg.png) -535px -35px;
}


#contact{
	background:url(../images/menubg.png) -689px 0;
	display:inline-block;
	height:40px;
	width:65px;
}

#contact:hover{
	background:url(../images/menubg.png) -689px -35px;
}







body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:100%l
	}

#container {
	width: 770px;
	margin: 0px auto auto auto;
	padding: 0px;
	}

#topImage {
	margin: 0;
	padding: 0;
	position:relative;
	width:766px;
	height:75px;
	left:0px;
	z-index:1;
	background-color: #000000;
	border: 0px none;
}

#container2 {
	width: 766px;
	height:494px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	border: 4px solid #FFFFFF;
	overflow: hidden;
	}
	
#menu {
	width: 762;
	height:40px;
	margin: 0px;
	padding: 0px;
	background-color: #671703;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
	z-index:100;
	}
	
#menuf {
	width: 762;
	height:40px;
	margin: 0px;
	padding: 0px;
	background-color: #BDAE8D;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FFFFFF;
	overflow: hidden;
	z-index:100;
	}

#text {
	width:200px;
	height:440px;
	overflow:hidden;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	padding: 1px 0px 2px 4px;
	float:left;
	z-index:1;
	display:block;
	}
	
#flash {
	width:559px;
	height:450px;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	vertical-align: middle;
	border: 0px;
	padding: 0px;
	background-color: #000;
	display:block;
	}
	
#footer {
	clear: both;
	width: 766px;
	margin: 2px 0px 2px 0px;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	background-color: #000;
	color: #666;
	}
	
	#footer .copy {
		float: left;
		text-align: left;
		}
	
	#footer .atom {
		
		text-align: right;
		}


/* BELOW ARE ALL TEXT STYLES ETC */
a {
	color: #999999;
}

a:hover {
	background-color:#999999;
	color:#ffffff;
	}
	
p{
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: justify;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.formtextbox {
	border: 2px solid #ffffff;
}
.formdropbox {
	border: 2px solid #000000;
	background-color: #FFFFFF;
	}
