/******************************************************************************
 * Generic CSS
 *****************************************************************************/
body {
	font-family: Arial, Verdana, sans-serif; font-size:12px; color:#000000;
	border:0px; margin:30px auto 0px auto; padding:0px 0px 0px 0px;
	text-align:center; background-color:#cccc99;
	width:641px;
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { }

a { }

h1 { font-size:16px; }

h2 { font-size:14px; }

h3 { font-size:12px; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#wrapper {
	float:left; width:641px; height:351px; margin:0px auto 0px auto; text-align:left;
	background-image:url(../images/index-wrapper-bg.jpg);
}

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

/******************************************************************************
* left
*****************************************************************************/
div#left {
	float:left; width:40px; height:351px;
}

div#left a {
	display:block; width:40px; height:118px;
}

div#left a:hover { background-position:80px 0px; }
div#left a.current { background-position:40px 0px; }
div#left a.current:hover { background-position:40px 0px; }

div#left a span { display:none; }

div#left a#golf {
	margin-top:51px; background-image:url(../images/index-golf-button.jpg);
}

div#left a#wedding {
	margin-top:13px; background-image:url(../images/index-wedding-button.jpg);
}
/******************************************************************************
* right
*****************************************************************************/
div#right {
	float:right; width:567px; height:351px;
}

div#right-content {
	width:567px; height:351px;
}

div.golf-image {
	background-image:url(../images/index-right-golf.jpg);
}

div.wedding-image {
	background-image:url(../images/index-right-wedding.jpg);
}

div#right-content a {
	display:block; float:left; width:277px; height:277px;
	margin-left:126px; margin-top:36px;
}

html>body div#right-content a {
	margin-left:252px;
}

div#right-content a span {
	display:none;
}
