	/*********************************************** Tag Styles */
	
	
	body{
	font-family: Arial, sans-serif;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_full_rust.jpg);
	background-color: #660000;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	}
	
	/*********************************************** Links and Anchors */
	
	/************ Nav frame */
	
	#navigation{
	width:110px;
	padding: 0px;
	background-color: #FFFFFF;
	font: small Verdana,sans-serif;
	float: right;
	}
	
	/************Nav links */
	
	#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
	
	#sectionLinks a:link {
		display: block;
		border-top: 1px solid #222;
		border-bottom: 1px solid #666;
		background-image: url(../images/navBack_grad1.jpg);
		font-weight: bold;
		padding: 3px 0px 3px 10px;
		color: #fff;
		text-decoration: none;
	}
	
	#sectionLinks a:visited {
		display: block;
		border-top: 1px solid #222;
		border-bottom: 1px solid #666;
		background-image: url(../images/navBack_grad1.jpg);
		font-weight: bold;
		padding: 3px 0px 3px 10px;
		color: #fff;
		text-decoration: none;
	}
	
	#sectionLinks a:hover{
	border-top: 1px solid #666;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-decoration: none;
	}
	
	#sectionLinks2{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	}
	
	#sectionLinks2 a:link {
		display: block;
		border-top: 1px solid #222;
		border-bottom: 1px solid #666;
		background-image: url(../images/navBack_grad2.jpg);
		font-weight: bold;
		padding: 3px 0px 3px 10px;
		color: #fff;
		text-decoration: none;
	}
	
	#sectionLinks2 a:visited {
		display: block;
		border-top: 1px solid #222;
		border-bottom: 1px solid #666;
		background-image: url(../images/navBack_grad2.jpg);
		font-weight: bold;
		padding: 3px 0px 3px 10px;
		text-decoration: none;
		color: #fff;
	}
	
	#sectionLinks2 a:hover{
	border-top: 1px solid #666;
	background-color: #FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	}
	
	/************ Left Sub Nav */
	
	.relatedLinks {
	padding: 10px 0px 10px 10px;
	font-size: 12px;		
	}
	.relatedLinks a:link {
		color:#330000;
		text-decoration:none;
	}
	
	.relatedLinks a:visited{
		color:#330000;
		text-decoration:none;
	}
	
	.relatedLinks a:hover{
		color: #330000;
		text-decoration: underline;
	}
	
	
	/************ Page Title */
	
	.pageTitle {
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 80%;
	text-decoration:none
	}
	
	.pageTitle a:link {
		color:#fff;
		text-decoration:none;
	}
	
	.pageTitle a:visited {
		color:#fff;
		text-decoration:none;
	}
	
	.pageTitle a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	/************ Lists */
	
	#tl {
		position:absolute;
		top: -1px;
		left: -1px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	}
	
	#tr {
		position:absolute;
		top: -1px;
		right: -1px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
	}
	
	#ir {
		position:absolute;
		right: 12px;
		margin: 0px;
		padding: 0px;
		z-index: 101;
		top: 27px;
	}
	
	
	/*********************************************** Story */
	
	.story {
		font-size: 80%;
	}
	
	.story p {
		padding: 0px 0px 0px 0px;
	}
	
	.story a:link {
		color:#330000;
		text-decoration:none;
	}
	
	.story a:visited {
		color:#330000;
		text-decoration:none;
	}
	
	.story a:hover {
		color:#330000;
		text-decoration:underline;
	}
	
	.story li {
		font-style: italic;
		text-indent: 20px;
	}
	
	.story a.capsule{
		font: bold 1em Arial,sans-serif;
		color: #005FA9;
		display:block;
		padding-bottom: 5px;
	}
	
	.story a.capsule:hover{
		text-decoration: underline;
	}
	
	/*********************************************** Bullet Styles */
	
	ul{
	list-style-type: circle;
	padding-left: 1em;
	margin-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	font-style: normal;
	}
	
	li{
	list-style-type:none;
	padding-left:inherit;
	margin-left:inherit;
	text-indent:inherit;
	}
	
	/*********************************************** Form Styles */
	
	form {
		margin: 0;
		padding: 0;
	}
	
	label{
	 font: bold 1em Arial,sans-serif;
	 color: #334d55;
	}
					
	input{
	font-family: Arial,sans-serif;
	}
	
	
	
	/*********************************************** Headers */
	
	/************ Page Title */
	
	h1{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 115%;
	font-weight: bold;
	text-align: left;
	font-style: normal;
	}
	
	/************ Subhead */
	h2{
		font: bold 100% Arial,sans-serif;
		color: #663333;
		margin: 0px;
		padding: 0px;
	}
	
	/************ Sub Sub Head */
	h3{
	font: normal 90% Arial,sans-serif;
	color: #666;
	margin: 0px;
	padding: 0px;
	}
	
	/************ Nav Link Section Head */
	h4{
		font: bold 100% Arial,sans-serif;
		color: #663300;
		margin: 0px;
		padding: 0px;
	}
	
	/************ Photo Caption */
	h5{
	 font: 90% Arial,sans-serif;
	 color: #CCCCCC;
	 margin: 0px;
	 padding: 0px;
	}
	
	
	/*********************************************** Blocks */
	
	#pageHead{
	position: absolute;
	top: -95px;
	left: -111px;
	right: 2%;
	width:613px;
	height: 140px;
	background-image: url(../images/pageHead_02.png);
	z-index: 100;
	background-repeat: no-repeat;
	}
	
	#leftColumn {
	position: absolute;
	top: 180px;
	width:116px;
	height: 339px;
	background-image: url(../images/leftNavGlass_05.png);
	z-index: 100;
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	padding-top: 65px;
	text-align: left;
	left: 106px;
	}
	
	#centerHead {
		position: absolute;
		top: 100px;
		left: 212px;
		width:545px;
		z-index: 101;
	}
	
	#centerColumn {
		position: absolute;
		top: 100px;
		left: 212px;
		width:510px;
		z-index: 100;
		background-color: #FFFFFF;
		padding-left: 35px;
		background-image: url(../images/centerColumn_main_image.jpg);
		background-repeat: no-repeat;
	}
	
	#centerColumnLow {
	position: absolute;
	top: 204px;
	left: 212px;
	width:325px;
	z-index: 100;
	background-color: #FFFFFF;
	padding-left: 35px;
	padding-top: 35px;
	padding-right: 185px;
	
	}
	#infoLeft {
	left: 34px;
	position: absolute;
	width: 476px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	top: 365px;
	}
	#infoRight {
		left: 255px;
		position: absolute;
		width: 250px;
		padding-bottom: 10px;
		padding-top: 10px;
		padding-right: 10px;
		top: 365px;
	}
	
	#pageTitle {
		height: 30px;
		width: 255px;
		left: 30px;
		top: 73px;
		position: absolute;
	}
	
	#pageFoot {
		left: 60px;
		width:300px;
		height: 40px;
		z-index: 100;
		background-color: #FFFFFF;
		vertical-align: top;
		text-align: left;
	}
	#pageFootIndex {
		left: 60px;
		width:350px;
		height: 20px;
		z-index: 100;
		background-color: #FFFFFF;
		padding-left: 35px;
	}
	
	/************ Floating Dancers */
	
	#centerFloater {
	float: right;
	left: 211px;
	top: -82px;
	height: 541px;
	width: 432px;
	z-index: 150;
	position: absolute;
	background-image: url(../images/centerFloater_valerie.png);
	background-repeat: no-repeat;
	}
	
	#centerFloater2 {
	float: right;
	left: 349px;
	top: 1px;
	height: 256px;
	width: 308px;
	z-index: 150;
	position: absolute;
	background-image: url(../images/centerFloater_labya2.png);
	background-repeat: no-repeat;
	}
	#centerFloater3 {
	float: right;
	left: 349px;
	top: 283px;
	height: 308px;
	width: 415px;
	z-index: 150;
	position: absolute;
	background-image: url(../images/centerFloater_pirocouple.png);
	background-repeat: no-repeat;
	}
	#centerFloater4 {
		float: right;
		left: 370px;
		top: 5px;
		height: 371px;
		width: 239px;
		z-index: 150;
		position: absolute;
		background-image: url(../images/centerFloater_clara.png);
		background-repeat: no-repeat;
	}
	#centerFloater5 {
		float: right;
		left: 345px;
		top: 9px;
		height: 281px;
		width: 304px;
		z-index: 150;
		position: absolute;
		background-image: url(../images/centerFloater_labya.png);
		background-repeat: no-repeat;
	}
	#centerFloater6 {
	float: right;
	left: 375px;
	top: -50px;
	height: 365px;
	width: 310px;
	z-index: 150;
	position: absolute;
	background-image: url(../images/centerFloater_jumpflourish.png);
	background-repeat: no-repeat;
	}
