@charset "utf-8";
/* CSS Document */

body, html{
	margin: 0px;
	padding: 0px;
	background-color: black;
}

#wrap{
	width: 1326px;
	margin: 0 auto;
	
}
/*home stuff*/
#homebg_leftside{
	width: 125px;
	height: 747px;
	
	background-image: url(images/home_left_side.jpg);
	background-repeat: no-repeat;
	float: left;
	clear: both;
}

#homebg_rightside{
	width: 201px;
	height: 747px;
	
	background-image: url(images/home_right_side.jpg);
	background-repeat: no-repeat;
	float: left;
}

#homebg_center{
	width: 749px;
	height: 747px;
	
	float: left;
	background-image: url(images/home_center.jpg);
	background-repeat: no-repeat;
}
/*end home stuff*/

/*begin nav*/
#nav_container{
	width: 250px;
	height: 747px;
	padding: 0px;
	margin: 0px;
	float: left;
}

#nav_container img{
	float: left;
	padding: 0px;
	margin: 0px;
}

#nav_logo{
	width: 250px;
	height: 270px;
	padding: 0px;
	margin: 0px;
}
/*end nav*/

/*nav rollers*/
#program{
  display: block;
  width: 250px;
  height: 80px;
  background: url(images/nav_program_flip.jpg) no-repeat 0 0;
}

#program:hover{ 
  background-position: 0 -80px;
}

#program span{
  display: none;
}

#about{
  display: block;
  width: 250px;
  height: 72px;
  background: url(images/nav_about_flip.jpg) no-repeat 0 0;
}

#about:hover{ 
  background-position: 0 -72px;
}

#about span{
  display: none;
}

#testimonials{
  display: block;
  width: 250px;
  height: 73px;
  background: url(images/nav_testimonials_flip.jpg) no-repeat 0 0;
}

#testimonials:hover{ 
  background-position: 0 -73px;
}

#testimonials span{
  display: none;
}

#gallery{
  display: block;
  width: 250px;
  height: 76px;
  background: url(images/nav_gallery_flip.jpg) no-repeat 0 0;
}

#gallery:hover{ 
  background-position: 0 -76px;
}

#gallery span{
  display: none;
}

#contact{
  display: block;
  width: 250px;
  height: 69px;
  background: url(images/nav_contact_flip.jpg) no-repeat 0 0;
}

#contact:hover{ 
  background-position: 0 -69px;
}

#contact span{
  display: none;
}
#links{
  display: block;
  width: 250px;
  height: 106px;
  background: url(images/nav_links_flip.jpg) no-repeat 0 0;
}

#links:hover{ 
  background-position: 0 -106px;
}

#links span{
  display: none;
}
/*end nav rollovers*/

/*begin program page*/
#program_content_area{
	width: 751px;
	height: 747px;
	float: left;
	
}

#program_imgstrip{
	background-image: url(images/body_imgs.jpg);
	background-repeat: no-repeat;
	width: 228px;
	height: 747px;
	float: left;
	
}
#programbg_center{
	width: 523px;
	height: 747px;
	background-image:url(images/programbg_center.jpg);
	background-repeat: no-repeat;
	float: left;
	
}

#programbg_rightside{
	width: 200px;
	height: 747px;
	background-image: url(images/programbg_rightside.jpg);
	background-repeat: no-repeat;
	background-color: purple;
	float: right;
}
/*about us*/
#about_center{
	width: 521px;
	height: 747px;
	background-image: url(images/aboutus_center.jpg);
	background-repeat: no-repeat;
	float: left;
}
#about_contentright{
	width: 229px;
	height: 747px;
	background-image:url(images/aboutus_rightcontent.jpg);
	background-repeat: no-repeat;
	float: left;
}

#about_rightside{
	width: 200px;
	height: 747px;
	background-image: url(images/aboutus_rightside.jpg);
	background-repeat: no-repeat;
	float: left;
}

/*testimonials*/
#test_center{
	width: 520px;
	height: 747px;
	float: left;
	background-image: url(images/testimonials_center.jpg);
	background-repeat: no-repeat;
}

#test_contentright{
	width: 230px;
	height: 747px;
	float: left;
	background-image: url(images/testimonials_rightcontent.jpg);
	background-repeat: no-repeat;
}

#test_rightside{
	width: 197px;
	height: 747px;
	float: left;
	background-image: url(images/testimonials_rightside.jpg);
	background-repeat: no-repeat;
}

/*gallery*/
#gallery_center{
	width: 750px;
	height: 747px;
	float: left;
	background-image: url(images/gallery_center.jpg);
	background-repeat: no-repeat;
}

#gallery_rightside{
	width: 200px;
	height: 747px;
	float: left;
	background-image: url(images/gallery_rightside.jpg);
	background-repeat: no-repeat;
}

/*contact*/
#contact_center{
	width: 501px;
	height: 747px;
	float: left;
	background-image: url(images/contact_center.jpg);
	background-repeat: no-repeat;
}

#contact_contentright{
	width: 249px;
	height: 747px;
	float: left;
	background-image: url(images/contact_rightcontent.jpg);
	background-repeat: no-repeat;
}

#contact_rightside{
	width: 200px;
	height: 747px;
	float: left;
	background-image: url(images/contact_rightside.jpg);
	background-repeat: no-repeat;
}
/*links*/
#links_center{
	width: 521px;
	height: 747px;
	background-image: url(images/aboutus_center.jpg);
	background-repeat: no-repeat;
	float: left;
	
}
#links_holder{
	position: relative;
	top: 65px;
}
#links_center a{
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	color: #663333;
	padding-left: 10px;
	padding-right: 15px;
}
#links_contentright{
	width: 229px;
	height: 747px;
	background-image:url(images/aboutus_rightcontent.jpg);
	background-repeat: no-repeat;
	float: left;
}

#links_rightside{
	width: 200px;
	height: 747px;
	background-image: url(images/aboutus_rightside.jpg);
	background-repeat: no-repeat;
	float: left;
}

