@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* end reset */
a
{text-decoration: none;}

body {
	background: #FFe;
	color: #999;
	padding-top: 50px;
	position: relative;
}
.wedding {
	background-color:#FFF;}
#container {
	width:800px;
	margin:auto;
}

h1 {
	background: inherit;
	font: italic normal 1.5em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
}
h2 {
	background: inherit;
	font: italic normal 1.1em georgia, sans-serif;
	letter-spacing: 1px; 
	color: #666;
	margin: 20px 0 10px;
	padding-bottom: 5px;
	text-align: left;
}
h3 {
	background: inherit;
	font: normal 1em georgia, sans-serif;
	color: #777;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

#footer {
	width:755px;
	margin:0 -45px 40px 0;
	clear:both;
	background-color:#666;
	color:#FFF;
}
#footer p {
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
	}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox {
	cursor: default;
	list-style: none;
}

.hoverbox a {
	cursor: default;
}
.hoverbox a .preview {
	display: none;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.hoverbox img {
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}
.hoverbox li {
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}
.hoverbox .preview {
	border-color: #000;
	width: 300px;
	height: 300px;
}