/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}

* {
	margin: 0 0;
	padding: 0 0;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}

a {
	text-decoration:none;
	color: #7ebaac;
}

a:hover {
	color: #000;
}

#wrapper {
	width: 572px;
	margin: 150px auto 0px auto;
}

#header {
	width: 572px;
}

#header h1 {
	width: 262px;
	height: 261px;
	position: absolute;
	top: 70px;
	margin-left: -105px;
	background: url(images/logo-h1.png) no-repeat transparent;
}

#header h1 a, #header h2 a {
	width: 262px;
	height: 261px;
	display: block;
	text-indent: -9999px;
}

#banner-container {
	width: 572px;
	height: 400px;
	background: url(images/landing-bg.jpg) no-repeat #FFF;
	margin-top: 70px;
}

#commercial-banner {
	width: 315px;
	height: 32px;
	margin-left: -22px;
	position: absolute;
	top: 510px;
	text-indent: -9999px;
	background: url(images/commercial-banner.png) no-repeat transparent;
}

#wedding-banner {
	width: 266px;
	height: 32px;
	margin-left: 314px;
	position: absolute;
	top: 470px;
	text-indent: -9999px;
	background: url(images/wedding-banner.png) no-repeat transparent;
}

#commercial-banner a, #wedding-banner a {
	display: block;
}

a#container-link {
	display: block;
	position: relative;
	width: 572px;
	height: 400px;
}

#content {
	padding-top: 30px;
	text-align: center;
}

#content p {
	font-size: 15px;
	line-height: 20px;
}
