@charset "UTF-8";
body {
	background-image: url(../images/kunjani_bkgnd.jpg);
	background-position: center center;
	background-color: #801F1C;
	background-attachment: fixed;
}

#center {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	left: 0px;
}  

#main {
	position: absolute;
	left: 50%;
	width: 978px;
	margin-left: -489px;
	height: 627px;
	top: -332px
} 

#coupon {
	position: absolute;
	left: 50%;
	width: 978px;
	margin-left: -270px;
	height: 527px;
	top: -322px
}

#container {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	top: 50px;
	width: 978px;
}

#mainContent {
	background-image: url(../images/body_bkgnd.jpg);
	background-repeat: repeat;
}

#leftContent {
	background: #000000;
	float: left;
	width: 394px;
	min-height: 600px;
}

#leftContent img {
	margin-left: 66px;
	margin-top: 120px;
}

#rightContent {
	background-image: url(../images/brown_bkgnd.jpg);
	background-color: #BC8947;
	padding: 39px 0px 0px 39px;
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 394px;
	min-height: 600px;
	overflow: visible;
}

#rightContent img {
	float: none;
	border: solid #000000 0px;
}
#rightContent  .centerimg {
	margin-left: 22px;
	margin-right: 22px;
}

#rightContent h1 {
	font-size: 1.6em;
	color: #FFFFFF;
	margin-right: 39px;
	font-family: "Myriad Pro", "Myriad Web Pro", Arial, Verdana, Helvetica;
	margin-bottom: 10px;
	margin-top: 45px;
}

#rightContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-align: justify;
	text-justify: newspaper;
	margin-right: 39px;
	margin-top: 0px;
	line-height: 1.4em;
}

#rightContent .map {
	margin-right: 78px;
}

#rightContent .coupon {
	margin-right: 57px;
}

#rightContent .address {
	margin-top: 15px;
	margin-bottom: 15px;
}


.clearfloat {
	clear:both;
	height:1px;
}
