body {
	background-color: #60320c;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.main_bg {
	background-image: url(images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.dot_vertical {
	background-image: url(images/dot.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 5px;
}
.dot_horizontal {
	background-image: url(images/dot_horizontal.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.verti_line {
	background-image: url(images/verti_line.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.wedding {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #cebb84;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}
.table_border {
	border: medium dotted #CEBB66;
}

.heading_txt {

	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #cebb84;
	text-decoration: none;
}
