div.script {
	font-family: 'Tangerine', serif;
 	font-size: 48px;
 	text-shadow: 4px 4px 4px #aaa;
}


div.subtitle {
	font-family: 'Lobster', serif;
	color:#73c26f;
	font-size: 32px;
	text-shadow: 2px 2px 2px #000000;
}

div.paragraph {
	font-family: 'Droid Sans', serif;
	font-size: 14px;
	text-shadow: 1px 1px 1px #aaa;
}

div.paragraph A:link {
	text-decoration: underline; 
	color:#000000;
}
div.paragraph A:visited {
	text-decoration: underline; 
	color:#000000;
}
div.paragraph A:active {
	text-decoration: none; 
	color:#fa82e2
}
div.paragraph A:hover {
	text-decoration: underline;
	color:#fa82e2;
} 

div.pics A:link {
	text-decoration: none;
	color:#000000;
}
div.pics A:visited {
	text-decoration: none;
	color:#000000;
}
div.pics A:active {
	text-decoration: none; 
	color:#fa82e2
}
div.pics A:hover {
	text-decoration: none;
	color:#fa82e2;
} 

#tabs {
	width:700px;
	//text-align: center;
	margin-left: auto;
    margin-right: auto;
}

#thering {
	text-align: center;
}

.script {
	text-align: center;
}

.ui-tabs .ui-tabs-nav { 
	float: none; 
	text-align: center; 
	
}

.ui-tabs .ui-tabs-nav li { 
	float: none; 
	display: inline; 
}

.ui-tabs .ui-tabs-nav li a { 
	float: none; 
}

body { 
  background-image: url(../images/mono.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment:fixed;
}

#right-sidebar{
  position:absolute;
  top:40%;
  right:0px;
  width:<length>;
  height:100%;
 }
@media screen{
  body>div#right-sidebar{
   position:fixed;
  }
 }
  * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
 
