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

/* !!!! General Content Definitions !!!! */
body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	border-top: none;
	margin-top: 0px;
	background-color: #000080;
}
a:link {
	color: #FF9900;
	text-decoration:  none;
    font-weight:      bold;S
}
a:visited {
	color: #999999;
	text-decoration:  none;
    font-weight:      bold;
}
a:hover {
	color: #333333;
	text-decoration:  none;
    font-weight:      bold;
}
a:focus {
	color: #333333;
	text-decoration:  none;
    font-weight:      bold;
}
a:active {
	color: #009900;
	text-decoration:  none;
    font-weight:      bold;
}
#pageDiv {
	margin-left:auto;
	margin-right:auto;
	width:852px;
}
#SM_Top {
	position:relative;
	width:852px;
	height:269px;
	background-image: url(images/sm_top.png);
}

#SM_Middle {
	width: 852px;
	height: 223px;
	position: relative;
}

#sm_space_left {
	position: relative;
	display: inline;
	width: 193px;
	height: 223px;
	float: left;
	background-image: url(images/sm_space_left.png)
}
#sm_wedding {
	position: relative;
	display: inline;
	width: 239px;
	height: 223px;
	float: left;
	background-image: url(images/sm_wedding_gray.png)
}
#sm_wedding:hover {
	background-image: url(images/sm_wedding.png)
}
#sm_space_middle {
	position: relative;
	display: inline;
	width: 9px;
	height: 223px;
	float: left;
	background-image: url(images/sm_space_middle.png)
}
#sm_gallery {
	position: relative;
	display: inline;
	width: 240px;
	height: 223px;
	float: left;
	background-image: url(images/sm_gallery_gray.png)
	
}
#sm_gallery:hover {
	background-image: url(images/sm_gallery.png)
}
#sm_space_right {
	position: relative;
	display: inline;
	width: 171px;
	height: 223px;
	float: left;
	background-image: url(images/sm_space_right.png)
}
#SM_Bottom {
	position:relative;
	width:852px;
	height:179px;
	z-index:1;
	background-image: url(images/sm_bottom.png);
}
