html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #F755A2;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	text-align: center;
	font: 11px arial, sans-serif;
	color: #312F1A;
	background-image: url(../../wedding/images/bg.jpg);
	background-repeat: repeat;
}

/** layout **/
#wrapper {
	text-align: left;
	width: 714px;
	position: relative;
	height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#header {
	padding-top: 51px;
	width: 550px;
	position: relative;
	background-image: url(../../wedding/images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/** Header **/
h1 {
	color: #FFFFFF;
	padding: 8px;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 2px 21px;
	font-family: "Times new roman", sans-serif;
	font-size: 25px;
	background-position: left;
}

/** Body **/
#body {
  position: relative;
  width: 100%;
}

#nav {
	position: absolute;
	top: 0px;
	left: 0;
	width: 260px;
	padding-top: 430px;
	background-image: url(../../wedding/images/pic_1.jpg);
	background-repeat: no-repeat;
}
#nav ul {
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 35px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	width: 185px;
}
#nav li {
  list-style: none;
}
#nav a {
	color: #FFFFFF;
	font-style: italic;
	padding-right: 8px;
	font-family: "times new roman", serif;
	font-size: 18px;
}

/** content **/

#content {
	width: 462px;
	margin-left: 252px;
	min-height: 278px;
	background-color: #FFFFFF;
	background-image: url(images/body_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 415px;
}

#content .main, #content .main2 {
	float: right;
	width: 250px;
	margin-top: 14px;
	padding-right: 28px;
	text-align: justify;
}

#content .main {
	padding-bottom: 1em;
	background-color: #FFFFFF;
}

#content .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#content .main2 .right {
  margin-left: 18px;
}
#content .main .clear, #content .main2 .clear {
	height: 20px;
	margin-bottom: -10px;
}
#links {
	width: 472px;
	margin-left: 252px;
	min-height: 278px;
	background-color: #FFFFFF;
	background-image: url(images/body_bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: auto;
	padding-left: 20px;
}
#links .main, #content .main2 {
	float: right;
	width: 250px;
	margin-top: 14px;
	padding-right: 28px;
}

#links .main {
	padding-bottom: 1em;
	background-color: #FFFFFF;
}

#links .main p, #content .main2 p {
  margin: 0em 1em 0 0;
}
#links .main2 .right {
	margin-left: 30px;
}
#links .main .clear, #content .main2 .clear {
  height: 20px;
  margin-bottom: -10px;
}

#right {
	float: right;
	width: 134px;
	padding: 12px;
	background-image: url(../../wedding/images/petals.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
}
#right span {
  float: left;
  width: 12px;
  font-size: 9px;
  clear: both;
  margin-top: 3px;
}
#right p {
  float: left;
  width: 110px;
  margin: 0 0 0.6em 0;
  padding: 0 0 0 1em;
  line-height: 1.3;
}
#right .clear {
  height: 10px;
}

h2 {
  font: italic 22px "Times new roman", serif;
  color: #F755A2;
  margin: 0 0 0.5em 0;
}

/** Footer **/

#footer {
	color: #E8E7DA;
	background-position: center;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 275px;
}

#privacy {
	position: absolute;
	right: 6px;
	width: 148px;
	padding: 4px 0;
	text-align: center;
	top: 510px;
	background-image: url(../../wedding/images/footer_tab.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#privacy a {
	color: #FFFFFF;
	font-weight: normal;
}
