@charset "utf-8";
/* CSS Document */

body {
	background-image:url('site_images/background.jpg');
	background-repeat:repeat;
	margin: 10px 0px 20px 0px;
	padding:0px;
	color:white;
	font-family: Arial, Gadget, sans-serif;
	font-size: 15px;
	font-weight:bold;
}

a {
	color:#666666;
}

#menu td {
	width:42px;
	text-align:left;
}

#shop {
	margin:25px;
	width:496px;
	height:449px;
}

#shop td {
	vertical-align:top;
}

td.shop_img {
	height:171px;	
}

td.shop_text {
	vertical-align:middle;
	height:40px;
}

#shop table {
	width:239px;
}

#deco th {
	padding-top:30px;
	padding-bottom:5px;
	margin:0px;
	vertical-align:bottom;
	text-align:left;
}

#deco td {
	font-size:12px;
	line-height:150%;
}

#wedding td {
	vertical-align:top;
	font-size:12px;
	line-height:150%;
}

#wedding ul {
	line-height:200%;
	margin:0px;
}

#wedding th {
	padding-top:30px;
	padding-bottom:15px;
	margin:0px;
	vertical-align:bottom;
	text-align:left;
	font-size:larger;
}

#program th {
	padding-top:30px;
	padding-bottom:15px;
	margin:0px;
	vertical-align:bottom;
	text-align:left;
	font-size:larger;
}

#program td {
	vertical-align:top;
	font-size:12px;
	line-height:150%;
}

#program ul {
	line-height:200%;
	margin:0px;
}

#gallery td {
	vertical-align:top;
	font-size:16px;
}

#gallery a {
	color:white;
	text-decoration:none;
}

#gallery_menu td {
	height:24px;
	vertical-align:middle;
}

#gallery_menu_selected {
	width: 150px;
	font-weight:bold;
}

#gallery_menu a {
	font-weight:normal;
}

#gallery_thumbnails {
	width:296px;
	height:449px;
	margin-left:40px;
	text-align:center;
}

#gallery_thumbnails #window {
	width: 296px;
	height: 409px;
	text-align:center;
	overflow:hidden;
	margin: 10px 0px 10px 0px;
}

#gallery_thumbnails img{
	cursor:pointer;
}

#gallery_thumbnails #window img{
	margin: 0px auto 10px auto;
	display:block;
}

#gallery_thumbnails #gall{
	position:relative;
	top:0px;
	left:0px;
}

#picture {
	display:none;
	background-image:url('site_images/picture_bg.png');
	background-repeat:repeat;
	position:absolute;
	width:897px;
	top:0px;
	z-index:5;
}

#picture table {
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

#picture #photo {
	border: 3px solid white;
}

#picture #close {
	margin-top:10px;
	margin-bottom:10px;
	cursor:pointer;
}
