a.menu{
	text-align : center; 
	font-family: Arial, sans-serif; 
	font-style : normal;	
	text-decoration : none;
	font-size : 10pt;
	color: #ffffff;	
}

a.menu:hover{
	text-align: center; 
	font-family: Arial, sans-serif; 
	font-style: normal;
	text-decoration: underline;
	font-size: 10pt;
	color: #EDB751;		 	 
}

html,body {
	background-color: #1A1919;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: black;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

#container {
	background-color: #1A1919;	
   width: 1024px;
	position:relative; /* needed for footer positioning*/   	
	margin: 0 auto;	 /* center, not in IE5 */
   min-height:100%; /* real browsers */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
}

#top {
	background: #333333;
	background-image: url('/artwork/wedding_top_logo_1.jpg');
	background-repeat: no-repeat;		  
	width: 100%;
	height: 77px;
   text-align: center;
   position: absolute; 
}

#menubar{
	background: #4D4D4D;
	background-image: url('/artwork/menubarbg.jpg');
	position: absolute;
	width: 100%;
	height: 32px;
	top: 77px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: white;
}

#content {	
	background: #646464;
	top: 108px;
	bottom: 20px;
	width: 100%;
	padding: 0em 0em 0em; /* bottom padding for footer */
	position: absolute;
	overflow: auto;
   text-align: left;	
}

#indexphoto {
	background-image: url('/pictures/index.jpg');
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	width: 100%;
}

#footer {
	position: absolute;
	width: 100%; 
	bottom:0; /* stick to bottom */
	background-color: #333333;
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: white;
	height: 20px;
}