body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #000000;
	background-image:url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	}
#pagewrap {
	margin: auto;
	position:relative;
	top: 50px;
	width: 770px;
	}
a, a:visited {
	text-decoration: none;
	color: #ff7f00;
	}
a:hover {
	text-decoration: underline;
	}		
	
h1 {
	font-family: "Century Gothic", Arial;
	font-size: 33px;
	color: #77943a;
	border-bottom: dotted 2px #888;		
	font-weight: normal;
	}
#bamboo-top {
	width: 100%;
	height: 22px;
	background-repeat: repeat-x;
	background-image:url(../images/bamboo-top.png);
	}	
.footerbar {
	height: 21px;
	background-repeat: repeat-x;
	background-image:url(../images/bamboo-bottom.png);
	}
#logo {
	width: 354px;
	height: 98px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-bottom: 20px;
	}			
a#logo-bottom {
	width: 210px;
	height: 90px;
	background-image:url(../images/logo-bottom.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	display:block;
	}	
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 23px;
	top: 107px;
	height: 20px;
	width: 722px;
	background-image: url(../images/nav.png);
	z-index: 1000;
	}
	#nav li {
		margin: 0;
		padding: 0;
		list-style: none;
		position: absolute;
		top: 0;

	}
	#nav li, #nav a {height: 21px; display: block; margin: 0; padding: 0;/* z-index: 3;*/}
		.home {width: 67px;}
		.contact {left: 67px; width: 91px;}
		.schedulelocations {left: 158px;	width: 216px;}
		.instructorbiography {left: 374px;	width: 225px;}
		.resources {left: 597px; width: 125px;}
		
		
		.home a:hover {background: url(../images/nav.png) 0px 21px; }
		.contact a:hover {background: url(../images/nav.png) -67px 21px;}
		.schedulelocations a:hover {background: url(../images/nav.png) -158px 21px;}
		.instructorbiography a:hover {background: url(../images/nav.png) -374px 21px;}
		.resources a:hover {background: url(../images/nav.png) -597px 21px;}

.allframe {
	padding:2px;
	border:1px solid #999;
	}
	
#foot-container {
	margin:0 auto;
	width:945px;
	position: relative;
	margin-top: 2px;
	
	}	
#sec-nav {
    margin: 0 0 0 50px;
		padding: 0;
		left: 0;
		z-index: 500;
		
		float: left;
  }
		#sec-nav ul {
		  margin: 0;
			padding: 0;
		  }
		#sec-nav li {
		  margin: 0 15px 0 0;
			padding: 0;
			list-style:none;
			display: inline; 
			font-size: 10px; 
		  }
		#sec-nav li a, #sec-nav li a:visited {
		  text-decoration: none;
			color: #fff;
		  }
		#sec-nav li a:hover {
		  text-decoration: none;
			color: #ff7f00;
		  }				
a#webmaster, a:visited#webmaster {
	float: right;
	color:#fff;
	font-size: 10px; 	
	text-decoration: none;
	display: block;
	
	}
a:hover#webmaster {
	color: #ff7f00;
	}	
#nav2 {
  margin: 0;
		padding: 0;
		position: absolute;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		top: 107px;
		left: 6px;
		width: 100%;
		z-index: 500;
		text-align: center;		
  }
		#nav2 ul {
		  margin: 0;
			padding: 0;
			
		  }
		#nav2 li {
		  margin: 0 7px 0 0;
			padding: 0;
			display: inline; 
			font-size: 15px;
			background-image:url(../images/square.png);
			background-repeat:no-repeat;
			background-position:right center;
			padding-right:12px;
			
		  }
		#nav2 li a, #nav li a:visited {
		  text-decoration: none;
			color: #000;
		  }
		#nav2 li a:hover {
		  text-decoration: none;
			color: #77943a;
		  }		
		 #nav2 li.nobull {
			background-image:none;!important
		
				
			
			
