@charset "utf-8";
/* CSS Document */

/*	#*#*#*#*#*#*#*#*    Global CSS		#*#*#*#*#*#*#*#*#*#*	*/

body {
	background:				url(images/background.png) repeat-x #000;
	font:					small Tahoma, Geneva, sans-serif;
}

img {
	border:					none;
}	

#wrapper {
	width:					900px;
	margin:					0 auto;
}

/*	#*#*#*#*#*#*#*#*    Header		#*#*#*#*#*#*#*#*#*#*	*/


#header {
	width:					inherit;
	height:					170px;
	background:				url(images/header_bg.png);
}

#header_logo {
	float:					left;
	margin:					0px;
	padding:				0px;
}

#header_logo p{
	padding:				0px;
}

/*	#*#*#*#*#*#*#*#*    Main Top Nav		#*#*#*#*#*#*#*#*#*#*	*/

#nav {
	width: 					680px; 
	height: 				37px; 
	position: 				relative; /** Places image at the top of the page **/
	top:					125px;
	left:					210px;
	background:				url(images/nav.png) no-repeat 0 0;
	list-style: 			none;
}
#nav li {
	display: 				inline;
}

#nav span {
	display:				none;
}
#nav li a:link, #nav li a:visited {
	border: 				none;
	width: 					85px; /** width of the button in active state **/
	height: 				37px; /** height of the button in active state **/
	display: 				block; 
	position: 				absolute; 
	top: 0; 
	/*text-indent: 			-7000px; /** Removes li text from the screen **/
	outline: 				none;
}
#nav li.nav_home a:link, #nav li.nav_home a:visited { 
	left: 					0;
}
#nav li.nav_about a:link, #nav li.nav_about a:visited { 
	left: 					85px  /** how many px left of the first **/
}
#nav li.nav_classes a:link, #nav li.nav_classes a:visited { 
	left: 					170px  /** how many px left of the first **/
}
#nav li.nav_kenpo a:link, #nav li.nav_kenpo a:visited { 
	left: 					255px  /** how many px left of the first **/
}
#nav li.nav_instructors a:link, #nav li.nav_instructors a:visited { 
	left: 					340px  /** how many px left of the first **/
}
#nav li.nav_photos_videos a:link, #nav li.nav_photos_videos a:visited { 
	left: 					425px  /** how many px left of the first **/
}
#nav li.nav_links a:link, #nav li.nav_links a:visited { 
	left: 					510px  /** how many px left of the first **/
}
#nav li.nav_contact a:link, #nav li.nav_contact a:visited { 
	left: 					595px  /** how many px left of the first **/
}

#nav li.nav_home a:hover {
	background:				url(images/nav.png) no-repeat 0px -37px; /** moves image up showing the rollover states **/ 
}
#nav li.nav_about a:hover {
	background: 			url(images/nav.png) no-repeat -85px -37px; /** moves image up and right showing the rollover states **/
}
#nav li.nav_classes a:hover {
	background: 			url(images/nav.png) no-repeat -170px -37px; /** moves image up and right showing the rollover states **/
}
#nav li.nav_kenpo a:hover {
	background: 			url(images/nav.png) no-repeat -255px -37px; /** moves image up and right showing the rollover states **/
}
#nav li.nav_instructors a:hover {
	background: 			url(images/nav.png) no-repeat -340px -37px; /** moves image up and right showing the rollover states **/
}
#nav li.nav_photos_videos a:hover {
	background: 			url(images/nav.png) no-repeat -425px -37px; /** moves image up and right showing the rollover states **/
}
#nav li.nav_links a:hover {
	background: 			url(images/nav.png) no-repeat -510px -37px; /** moves image up and right showing the rollover states **/
}
#nav li.nav_contact a:hover {
	background: 			url(images/nav.png) no-repeat -595px -37px; /** moves image up and right showing the rollover states **/
}




/*	#*#*#*#*#*#*#*#*    Content		#*#*#*#*#*#*#*#*#*#*	*/

#content {
	width:					900px;
	background:				url(images/content-background.png) 0 0 no-repeat;
}

#content h1 {
	position:				relative;
	top:					30px; 
	left:					20px;
	color:					#FFF;
}

#content p {
	clear:					left;
	margin:					20px 20px 0px 20px;
	width:					870px;
}

/*	#*#*#*#*#*#*#*#*    Footer		#*#*#*#*#*#*#*#*#*#*	*/

#footer {
	margin:					0px;
	padding:				2px;
	width:					900px;
	height:					42px;
	background:				url(images/footer-background.png) 0 0 no-repeat;
	text-align:				right;
}

#footer p {
	position:				relative;
	top:					-3px;
	left:					-30px;	
}

#footer p, #footer a {
	color:					#FFF;	
}

#footer a:hover {
	color:					#000;	
}
