html { 
padding: 0;
margin: 0;
height: 100%;
}


body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333333;
background-color: #b6bf00;
line-height: 16px;
height: 100%;
}
.bold{
	font-weight:bold;
	color: #666666;
}

a:link {
	color: #999900;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #999933;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #99FF00;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

#wrap {
width: 900px;
overflow: hidden;
margin-top: -1px;
margin-left:5%;
margin-right: 5%;
position:relative;
background:#FFFFFF url(/images/BGwhite.jpg) repeat-y;

}


#header {
clear:both;
text-indent:-9000px;
width : 295px;
height: 65px;
position : relative;
background:url(/images/KSDanceProjects.gif) no-repeat;
margin-top :3px;
margin-left:10px;
}
#header h1{
text-indent:-9000px;}


#content {
padding-top: 10px;
margin-left: 20px;
}

#maintext{
min-height:300px;
float:right;
width: 640px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:10px 20px 10px 0px;
padding-left: 10px;
border-left:thin #a0ad37 dotted;

}
h1{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
	line-height:26px;
	color: #666666;
	padding-bottom:2px;
}


.img_header_about {
clear:both;
height:224px;
	width: 900px;
	background:url(/images/about.jpg) no-repeat;
text-indent:-9000px;}

.img_header_contact {
clear:both;
height:224px;
	width: 900px;
	background:url(/images/contact.jpg) no-repeat;
text-indent:-9000px;}

.img_header_change {
clear:both;
height:224px;
	width: 900px;
	background: url(/images/change.jpg) no-repeat;
text-indent:-9000px;}

.img_header_press {
clear:both;
height:224px;
	width: 900px;
	background:
	url(/images/press.jpg) no-repeat;
text-indent:-9000px;}

.img_header_flor {
clear:both;
height:224px;
	width: 900px;
	background: url(/images/flora.jpg) no-repeat;
text-indent:-9000px;}

.img_header_move {
clear:both;
height:224px;
	width: 900px;
	background:
	url(/images/movement.jpg) no-repeat;
text-indent:-9000px;}

.img_header_project {
clear:both;
height:224px;
	width: 900px;
	background: url(/images/feet.jpg) no-repeat;
text-indent:-9000px;}

.img_header_teach {
clear:both;
height:224px;
	width: 900px;
	background: url(/images/movement2.jpg) no-repeat;
text-indent:-9000px;}

.img_header_bio {
clear:both;
height:224px;
	width: 900px;
	background: url(/images/header.jpg) no-repeat;
text-indent:-9000px;}

.img_header_gone{
clear:both;
height:224px;
	width: 900px;
	background: url(/images/goneeatin/gonehdr.jpg) no-repeat;
text-indent:-9000px;}




#ftr {
	clear: both;
	height: 65px;
	background-color:#CCFFCC;
	color:#FFF;
	position:relative;
	border-bottom:thin #FFFFFF dotted;
	background:url(/images/BGgreen.jpg) repeat-y;
}

#ftr p {
     line-height: 1.5em;
     text-align: right;
     float: right;
	 padding-right: 15px;
	 padding-top: 30px;
	 font-size: .8em;
	 
}
	
	/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/skeleton_left.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#nav {
margin-left: 0px;
margin-top: 30px;
clear:both;
float:left; padding:0 0 5px 0; list-style:none; font: 11px verdana, sans-serif; position:relative; z-index:200; }
 
#nav ul {
clear:both;
float:left; padding:0 0 5px 0; margin:0; list-style:none; font: 11px verdana, sans-serif; position:relative; z-index:200;}

#nav li li {border:solid #000; border-color:#cea; border-width:0px 0px 1px 1px;}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {
	display:block;
	color:#999900;
	margin:0 25px 0 10px;
	height:20px;
	line-height:20px;
	text-decoration:none;
	white-space:nowrap;
}

#nav li:hover {position:relative; z-index:300;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-15px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:none; color:#7b5;}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-15px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a,
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{text-decoration:none; color:#7b5;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{
	text-decoration:none;
	color:#CC9933;
}
