* {
	padding: 0;
	margin: 0;
}

/* structure */

body {
	color: #000;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../i-p/dancer3-bg.jpg);
	background-attachment: fixed;
	background-position: right 30%;
	background-repeat: no-repeat;
	}

#outerwrap {
	background-image: url(../i-p/dancer2-bg.jpg);
	background-attachment: fixed;
	background-position: left 65%;
	background-repeat: no-repeat;
	}
#wrap {
	width: 736px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #953800;
	border-right: 1px solid #953800;
	}
#content {
	width: 710px;
	margin: 0;
	padding: 12px;
	}
#mainbody {
	width: 480px;
	float: left;
	padding-top: 25px;
	margin-right: 30px;
	margin-bottom: 25px;
	}
#sidebar {
	width: 200px;
	float: right;
	padding-top: 25px;
	}
#sidebar img {
	padding-bottom: 8px;
	}
img.imgright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	}

/* rules */

p, td, ul, ol, li, dl, dt, dd {
	font-size: 95%;
	text-align: left;
	color: #666;
	}
.clearer {
	clear: both;
	padding: 10px 0 20px 0;
}
.hide {
	display: none;
	}
p.download {
	margin: 0 0 0 6px;
	padding: 2px 15px;
	background: url(../i-p/arrow.gif) no-repeat 0 50%;
	}
img {
	display: block;
	border: 0;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #953800;
	background: transparent; 
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #953800;
	background: transparent; 
	}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #953800;
	background: transparent; 
	}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #953800;
	background: transparent; 
	}
h2 {
	font-size: 150%;
	font-weight: normal;
	color: #d9a30c;
	text-align: left;
	background: transparent;
	padding-bottom: 8px;
	padding-top: 20px;
	}
h2.first {
	padding-top: 0;
	}
h3 {
	color: #953800;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 15px;
	margin-bottom: 4px;
	background: transparent;
	}
h4 {
	color: #999;
	font-size: 90%;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top: 10px;
	margin-bottom: 4px;
	background: transparent;
	}
p {
	line-height: 1.5em;
	margin-bottom: 4px;
	}

/* navigation */

#homepage #listmenu a#hm, #studiopage #listmenu a#std, #staffpage #listmenu a#stf, #classespage #listmenu a#cls, #policiespage #listmenu a#pol, #tuitionpage #listmenu a#tuit, #newspage #listmenu a#nws, #gearpage #listmenu a#gr, #gallerypage #listmenu a#glry {
	color: #dfc3b2;
	}

#listmenu {
	width: 708px;
	float: left;
	border: 1px solid #953800;
	background: url(../i-p/navbar-wh-bg.gif) repeat-x top left;
	}

#listmenu ul {
	margin: 0;
	/*	margin: 0 0 0 30px; */
	}

#listmenu li {
	float: left;
	list-style-type: none;
	background: #fff url(../i-p/navbar-wh-bg.gif) repeat-x top left;
	border-right: 1px solid #953800;
	padding: 20px 4px 4px 4px;
	}
#listmenu li:hover {
	background: #f4ebe5 url(../i-p/navbar-bg.gif) repeat-x top left;;
	}
#listmenu li a {
	padding: 0 6px;
	text-decoration: none;
	color: #953800;
	background-color: transparent;
	}
#listmenu li a:hover {
	color: #953800;
	}
#listmenu li a.here {
	color: #dfc3b2;
	}
* html div#listmenu ul {
	float: left;
	border-left: 1px solid #953800;
	/* margin-left: 15px; */
	}
* html a {display: block;}

/* #mainbody */

#mainbody ul {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 100%;
	}	
#mainbody li {
	list-style-type: square;
	margin-left: 20px;
	line-height: 1.5em;
	}
#mainbody a {
	display: inline;
}

/* #footer */

#footer {
	clear: both;
	width: 734px;
	margin-right: auto;
	margin-left: auto;
	background: #953800;
	border-left: 1px solid #953800;
	border-right: 1px solid #953800;
	}
#footer p {
	font-weight: normal;
	color: #fff;
	text-align: center;
	margin: 0px;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
#outerwrap #wrap #footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
	display: inline;
}
#outerwrap #wrap #footer a:hover {
	color: #FFF428;
}
#footer p.info {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
/* table */

table {
	width: 100%;
	border: 1px solid #b5b5b5;
	background: #fff;
	}		
table caption {
	display: none;
	margin: 0;
	padding: 8px 20px;
	text-align: left;
	border: 1px solid #000;
	border-bottom: none;
	background: #fff;
	}
table th, table td {
	margin: 0;
	padding: 8px 20px;
	text-align: center;
	border-bottom: 1px solid #b5b5b5;
	}
table td.name, table th.name {
	text-align: left;
	}
table tr {
	background: #e6e6e6;
	}
table tr.alt {
	background: #f1f1f1;
	}
table th {
	color: #999;
	}
.bottomspace {
	margin-bottom: 10px;
}
table img {
	padding: 0;
	margin: 0;
	}
#footer p.link {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#content img.coupon {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
div.highlight {
	padding: 0 1em 1em 1em;
	margin: 1.5em auto 0 auto;
	border: 3px solid #CCCCCC;
	width: 80%;
}
.divider {
	padding-bottom: 1.5em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	margin-top: 1.5em;
}
.flash {
	margin-bottom: 8px;
}
div.flv {
	margin-top: 1.5em;
	margin-right: auto;
	margin-bottom: 1.25em;
	margin-left: auto;
	width: 340px;
}
div.flashvideo h3 {
	font-size: 10px;
}
div.flashvideo p {
	font-size: 10px;
	margin-bottom: 8px;
}
div.flashvideo {
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top: solid 1px #ccc;
	padding-top: 6px;
}

