@charset "utf-8";
/* CSS Document */

body {
	background:url(weddings/images/structure/weddings-background.gif) repeat-x #EADFBC;
	margin:0;
	padding:0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	background:url(images/home-bg.jpg) no-repeat top center;
	width:918px;
	padding:0px 20px;
	margin:0px auto;
}


h1 {
	margin:0px;
	padding:0px;
	display:block;
	height:71px;
	text-indent:-10000px;
}


ul, li {
	margin:0;
	padding:0;
	list-style:none;
}

#imagestop {
	margin-bottom:7px;
	background:url(images/home-top-1.jpg);
}

#imagesbot {
	background:url(images/home-bottom-1.jpg);
}



a.weddings {
	display:block;
	float:left;
	background:url(images/home-weddings.gif) top center;
	width:257px;
	height:233px;
	text-indent:-10000px;
	margin:0px;
	padding:0px;
}


a.events {
	display:block;
	float:left;
	background:url(images/home-events.gif) top center;
	width:252px;
	height:233px;
	text-indent:-10000px;
	margin:0px;
	padding:0px;
}


a:hover {
	background-position:bottom center;
}





