@charset "UTF-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia;
	color:#FFFFFF;
	font-size:12px;
	background-color:#000000;
	text-align: justify;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(images/bg.jpg);
  }
  
  #header {
 	width:831px;
	height:160px;
 }
 
 #menu {
	width:831px;
	height:32px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
		
	
	
 }
 
 #menulist {

	margin-left:20px; 

 
 }
 
 
 
 #submenulist {
 	margin-top:10px;
	margin-left:20px; 
	margin-bottom:10px;
 
 }
 
 
 #bodyholder {
	width:811px; 
	margin-top:20px;
	margin-left:20px;
}
 
 #body2 {
 	width:500px;
	float:left;
	margin-right:20px;
 
 }
 
 #bodyimage {

	margin-bottom:10px;
 }
 
 #footer {
	width:500px;
	height:10px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left:20px;	
clear: both;
display: block;	 
 }
 
 #footermenu {
	margin-top:5px;
	
 
 }
 
 #sideitem {
 	width:291px;
	height:324px;
	float:left;
 }
 
 #menublock {
	height:300px;
 
 
 }
 

.buttonleft {
/*
	height:97px;
*/
	width:90px;
	margin-right:7px;
	float:left;
	margin-top:5px;
	text-align:center;
	

}

.buttonmid {
/*
	height:97px;
*/
	width:90px;
	float:left;
	margin-left:3px;
	margin-right:3px;
	margin-top:5px; 
	text-align:center;
	
}

.buttonright {
/*
	height:97px;
*/
	width:90px;
	float:left;
	margin-left:7px;
	margin-top:5px;
	text-align:center;	

}

.wedding {
	margin-top:10px;
	text-align:center;
	float: right;
}
 
 a {
	text-decoration:none;
	font-weight:500;
	
	}

a:link {
	color:#999999;

	}

a:visited {
	color:#999999;
	
	}

a:hover {
	background-color:#FFFFFF;
	color: #000000;
	
	}

a img {border: none;
		background-color:none;

	 }


#home_link {
width: 240px;
overflow: hidden;
display: block;
height: 0px;
padding: 100px 0 0 0;
margin: 0 0 0 0;
cursor: pointer;
position: absolute;
float: left;
top: 0px;
left: 0px;
background: url('/images/header_home.png') top left no-repeat;
}
#header a:hover {
}
#home_email {
position: absolute;

width: 240px;
height: 0px;
padding-top: 50px;

top: 100px;
left: 0px;

overflow: hidden;
display: block;
cursor: pointer;
background: url('/images/header_contact.png') top left no-repeat;
}
#home_email a:hover {
background: url('/images/header_contact.png') top left no-repeat;
}
