@charset "utf-8";

/* CSS Document 
filename: home.css
author: Larry Lem
last modified: 08/28/2008
*/

/* ---------------------------------------------------------------------------------- */
/* --| tags |-- */

body {

}

#wrapper {
    width: 770px;
	margin-right:auto;
	margin-left:auto;

}

#nav {
    float: left;
	width: 343px;
	height: 530px;
	margin: 0;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position:0 0;
	background-image: url(qigongwithernienavbg.jpg);
}

#homeright {
    float: right;
    width: 427px;
	height: 530px;

	background-repeat: no-repeat;
	background-position:0 0;
	background-image: url(qigongwitherniehomeright.jpg);
}


/* --| main menu |-- */

a:link, a:visited {
    text-decoration: none;
	background-color: transparent;
	
}

#aboutus a, #contactus a {
    margin: 0;
	border: 0;
	display: block;
	overflow: hidden;
	left: 0;
	padding: 87px 0 0 0;
	height: 0px !important;
	height /**/:87px; /* IE5/Win */
}

#history a, #classes a, #healing a, #testimonials a {
    margin: 0;
	border: 0;
	display: block;
	overflow: hidden;
	left: 0;
	padding: 89px 0 0 0;
	height: 0px !important;
	height /**/:89px; /* IE5/Win */
}

#aboutus a {
	top: 0;
}

#history a {
	top: 87px;
}

#classes a {
	top: 176px;
}

#healing a {
	top: 265px;
}

#testimonials a {
	top: 354px;
}

#contactus a {
top: 443px;
}

#aboutus a:hover,  #history a:hover, #classes a:hover, #healing a:hover, #testimonials a:hover, #contactus a:hover {
	background-image: url(qigongwithernienavover.jpg);
	background-repeat: no-repeat;
	margin: 0;
	border: 0;		
}

#aboutus a:hover {
    width: 343px;
	height: 87px;
	background-position: 0 0;
}

#history a:hover {
	width: 343px;
	height: 89px;
	background-position: 0 -87px;
}

#classes a:hover {
    width: 343px;
	height: 89px;
	background-position: 0 -176px;
}

#healing a:hover {
    width: 343px;
	height: 89px;
	background-position: 0 -265px;
}
#testimonials a:hover {
    width: 343px;
	height: 89px;
	background-position: 0 -354px;
}
#contactus a:hover {
    width: 343px;
	height: 87px;
	background-position: 0 -443px;
}

/* end of main menu */

