/* =============  page titles are at the bottom =================*/

/* =============  navigation =================*/
#nav{
	width: 601px;
	left: 102px;
	position: relative;
	top: 129px;
}

.nav{
	height: 32px;
	float: left;
}

.nav a{
	display: block;
	height: 100%;
}

.nav a:hover{
	background-position: 0 -32px;
}

#nav-01 a{
	background-image: url(../store/images/nav-01.jpg);
	width: 76px;
}

#nav-02 a{
	background-image: url(../images/nav-02.jpg);
	width: 127px;
}

#nav-03 a{
	background-image: url(../images/nav-03.jpg);
	width: 89px;
}

#nav-04 a{
	background-image: url(../images/nav-04.jpg);
	width: 99px;
}

#nav-05 a{
	background-image: url(../images/nav-05.jpg);
	width: 108px;
}

#nav-06 a{
	background-image: url(../images/nav-06.jpg);
	width: 102px;
}


/* =============  page titles  =================*/

.pg-title{
	width: 100%;	
	/*width: 243px;*/
	height: 39px;
}

#welcome{
	background: url(../images/pg-title-welcome.jpg) no-repeat;
}

#live-seminars{
	background: url(../images/pg-title-live-seminars.jpg) no-repeat;
}

#sign-up{
	background: url(../images/pg-title-sign-up.jpg) no-repeat;
}

#about-us{
	background: url(../images/pg-title-about-us.jpg) no-repeat;
}

#contact-us{
	background: url(../images/pg-title-contact-us.jpg) no-repeat;
}

#bookstore{
	background: url(../images/pg-title-bookstore.jpg) no-repeat;
}

