body{
	margin: 0px 0px 0px 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#layout_main{
	width: 900px;
	left: 50%;
	margin-left: -450px;
	position: relative;
	border-left-color: #e5b9d4;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: #e5b9d4;
	border-right-style: dotted;
	border-right-width: 1px;
}

#layout_main_logo{
	position: relative;
	background-image: url(../images/logo.png);
	width: 380px;
	height: 145px;
	left: 133px;
}

#layout_main_contact{
	position: absolute;
	width: 280px;
	height: 145px;
	left: 610px;
	top: 10px;
	z-index: 20;
	text-align: right;
	font-size: 10px;
}

#layout_main_menubar{
	position: relative;
	width: 571px;
	left: 40px;
	border-bottom-color: #e5b9d4;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#front_main_bride{
	position: absolute;
	width: 225px;
	height: 725px;
	z-index: 10;
	background-image: url(../images/bride2.png);
	top: 30px;
	left: 50%;
	margin-left: 176px;
}

#front_main_content{
	position: relative;
	width: 571px;
	min-height: 540px;
	left: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#front_main_content strong{
	font-variant: normal;
}
#front_main_content a {
	font-variant: normal;
	color: #b34fbe;
}
#front_main_content a:hover {
	font-variant: normal;
	color: #4f5bbe;
}

#footer{
	position: relative;
	background-color: #FADCF9;
	padding: 15px 15px 15px 15px;
}
#footer2{
	position: relative;
	width: 871px;
	left: 50%;
	margin-left: -450px;
	padding: 15px 15px 15px 15px;
}

#footer2 a {
	color: #b34fbe;
	font-size: 17px;
}

.address {
	font-size: 10px;
}

#zoosh{
	position: absolute; 
	background-image: url(../images/zoosh.png);
	width: 91px;
	height: 50px;
	left: 100%;
	margin-left: -95px;
	top: 3px;
	z-index: 200;
}

.PageTitle {
	font-size: 22px;
	color: #6A2766;
	margin-bottom: 20px;
	font-weight: bold;
}.OfferBox {
	background-color: #FADCF9;
}
.Error {
	color: #C00;
}

