@charset "ISO-8859-1";
/* CSS Document */
  body 		{
	text-align: center;
	font-family: Stewardson,"Trebuchet MS", "Lucida Sans Unicode", Tahoma, Geneva;
	font-size: large;
	color: #3B334B;
	background-image: url(../imgs/gothicvioletmed.jpg);
	background-position: top center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
   			}
 
  .wrapper	{
	width: 753px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-repeat: no-repeat;
	background: url(../imgs/marbletablet.jpg);
	height: 100%;
	margin-top: 0px;
	vertical-align: top;
			}
.inner {
	background-repeat: no-repeat;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 50px;
	height: 990px;
	margin-bottom: 0px;
}
  a:link 	{
	text-decoration: underline;
	color:#003399;
}
a:visited {
	color: #9966FF;
	text-decoration: underline;
}
  
  a:hover 	{text-decoration: none; color:#FF0080;}
  
  h1		{
	font-size: xx-large;
	color: #2F263B;
	text-align: center;
			}
			
#player		{text-align: center;}

  .footer	{
  			text-align: center;
			}
			
  ol		{
  			text-align: left;
			}
			
  img		{
  			border: none;
			}
			
  @font-face {
    font-family: Stewardson;
    font-style:  normal;
    font-weight: normal;
    src: url(../fonts/STEWARD0.eot);
  }			
