@charset "UTF-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #FFFAF5;
	background-image: url(../images/background.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	min-width: 950px;
	min-height: 580px;
}
/* Center Div Code */
#container {
	float: left;
	height: 50%;
	margin-top: -290px; /* half vertical height*/
	width: 100%;
}
#container2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	height: 580px;
	overflow: hidden; /* don't allow content to scroll inside element */
	text-align: left;
	clear: both;
	z-index: 2;
}
/* Divided rows on page */
#header {
	width: 950px;
	height: 80px;
	text-align: center;
	background-image: url(../images/background-top.png);
	background-position: center;
	background-repeat: no-repeat;
}
#content {
	width: 950px;
	height: 420px;
	text-align: center;
	background-image: url(../images/background-middle.png);
	background-position: center;
	background-repeat: repeat-y;
}
#footer {
	width: 950px;
	height: 80px;
	text-align: center;
	background-image: url(../images/background-bottom.png);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #999;
}
/* Content inside of rows */
#headerlogo {
	display: block;
	padding-top: 35px;
}
/* navigation */
#aboutus {
	position: relative;
	margin-top: -20px;
	margin-left: 130px;
	display: block;
}
#aboutus a {
	width: 77px; 
	height: 16px;
	display: block;
	background: url(../images/aboutus.gif);
	text-indent: -9999px;
}
#aboutus a:hover {
	background: url(../images/aboutus-r.gif);
	text-indent: -9999px;
}
#aboutbikram {
	position: relative;
	margin-top: -16px;
	margin-left: 240px;
	display: block;
}
#aboutbikram a {
	width: 112px; 
	height: 16px;
	display: block;
	background: url(../images/aboutbikram.gif);
	text-indent: -9999px;
}
#aboutbikram a:hover {
	background: url(../images/aboutbikram-r.gif);
	text-indent: -9999px;
}
#schedule {
	position: relative;
	margin-top: -16px;
	margin-left: 600px;
	display: block;
}
#schedule a {
	width: 166px; 
	height: 16px;
	display: block;
	background: url(../images/schedule.gif);
	text-indent: -9999px;
}
#schedule a:hover {
	background: url(../images/schedule-r.gif);
	text-indent: -9999px;
}
#contactus {
	position: relative;
	margin-top: -16px;
	margin-left: 800px;
	display: block;
}
#contactus a {
	width: 91px; 
	height: 16px;
	display: block;
	background: url(../images/contactus.gif);
	text-indent: -9999px;
}
#contactus a:hover {
	background: url(../images/contactus-r.gif);
	text-indent: -9999px;
}
/* content */
#aboutuscontent {
	width: 930px;
	height: 420px;
	padding-top: 0px;
	margin-left: 10px;
	background-image: url(../images/aboutus.jpg);
	background-repeat: no-repeat;
}
#mckell {
	width: 240px;
	height: 205px;
	padding-left: 345px;
	padding-top: 10px;
	text-align: left;
}
#aimee {
	width: 240px;
	padding-left: 345px;
	text-align: left;
}
#aboutbikramcontent {
	width: 930px;
	height: 280px;
	padding-top: 140px;
	margin-left: 10px;
	background-image: url(../images/aboutbikram.jpg);
	background-repeat: no-repeat;
}
#column1 {
	width: 390px;
	height: 280px;
	padding-left: 60px;
	text-align: left;
}
#column2 {
	width: 390px;
	height: 205px;
	margin-top: -390px;
	padding-left: 490px;
	text-align: left;
}
#schedulecontent {
	width: 930px;
	height: 385px;
	padding-top: 40px;
	margin-left: 10px;
	background-image: url(../images/schedule.jpg);
	background-repeat: no-repeat;
}
#contactcontent {
	width: 930px;
	height: 300px;
	padding-top: 1px;
	margin-left: 10px;
	background-image: url(../images/directions.jpg);
	background-repeat: no-repeat;
    padding-left: 277px;
}
#contactform {
	width: 300px;
	height: 300px;
	padding-top: 60px;
	padding-left: 477px;
}
/* footer */
#footerleft {
	height: 25px;
	margin-right: 525px;
	margin-top: -25px;
	text-align: right;
}
#footerright {
	height: 25px;
	margin-left: 525px;
	margin-top: -25px;
	text-align: left;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: none;
}
/* text */
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #573814;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	color: #573814;
}
table {
	margin-left: 345px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #573814;
}
a {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #CC0099;
	text-decoration: none;
}
.quotepink {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #C09;
}
.quoteorange {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #C60;
}
.alignright {
	text-align: right;
}