@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0;
}
#wrapper {
    width:980px;
    margin:0 auto;
    position:relative;
}


a.link {
	text-decoration:underline !important;
}


#container {
	width: 955px;
}
#header {
	height: 204px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 955px;
	border-bottom:1px solid #ffffff;

}
#mainContent {
	width: 955px;


}
#subcontainer {
	clear:both;

	background-image: url(../images/wedding main content.jpg);
	width: 955px;
	height: 937px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/main-content.jpg);
}

div.weddings {
	background-image: url(../images/wedding%20main%20content.jpg) !important;
}

.lefttext {
	margin-top: 365px;
	margin-left: 30px;
	width: 320px;
	text-align: left;
	float: left;
	height: 450px;
}
#nav {
	height: 34px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #9fbec9;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0.7px;
	margin-left: auto;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9fbec9;
	margin-bottom: 0.1em;
}
#event {
	float: none;
	padding-left: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9FBEC9;
}
#read {
	padding-left: 85px;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5a6e75;
	margin-top: 0px;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}
.righttext {
	margin-top: 370px;
	text-align: left;
	float: right;
	margin-right: 30px;
	width: 320px;
}

#footer {
	background-color: #C6D8E2;
	height: 40px;
	background-image: url(../images/footer.jpg);
	width: 955px;
}
#footer p {
	padding-top: 10px;

}
#copyright {
	float: left;
	padding-left: 30px;
}
a:link , a:visited{
	color: #6F929F;
	text-decoration: none;
}
#special {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #5a6e75;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	color: #9fbec9;
}
