body 
	{
		scrollbar-face-color: #000000; 
		scrollbar-shadow-color: #CCCCCC; 
		scrollbar-highlight-color: #FFFFFF; 
		scrollbar-3dlight-color: #888888; 
		scrollbar-darkshadow-color: #222222; 
		scrollbar-track-color: #BDB56E; 
		scrollbar-arrow-color: #BDB56E;
		background: #000 url(art/bgtrim.jpg) repeat-y top;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}

#content 
	{
		margin: 0 auto;
	}	
	
#bgimage
	{
		font-size:16px;
		margin: 0px 0px 0px 0px;	
		background: #000 url(art/bastet.jpg) no-repeat;
		text-align: center;
	}	
	
#text
	{
		font-size:16px;
		margin: 50px 120px 5px 120px;
		text-align:left;
	}
	
#text2
	{
		font-size:16px;
		margin: 0px 120px 5px 120px;
		text-align:left;
	}				

#text3
	{
		font-size:16px;
		margin: 0px 3px 5px 30px;
		text-align:left;
	}
	
#text_front
	{
		font-size:16px;
		margin: 0px 0px 0px 0px;	
		background: #000 url(art/dancer.jpg) no-repeat;
		text-align: center;
	}
	
#choose
{
  display: block;
  width: 400px;
  height: 300px;
  background: url("art/flash.png") no-repeat 0 0;

}

#choose:hover
{ 
  background-position: 0 -300px;
}

#choose span
{
  display: none;
}

#choose2
{
  display: block;
  width: 400px;
  height: 300px;
  background: url("art/noflash.png") no-repeat 0 0;

}

#choose2:hover
{ 
  background-position: 0 -300px;
}

#choose2 span
{
  display: none;
}					
	
a 
	{ 
		text-decoration: none; 
		font-weight: bold; 
		font-style: normal; 
		color: #BDB56E;
	}
	
a:hover 
	{
		color: #ECE353;
	}

a:active
	{
		color: #FFFFFF;
	}
	
.image 
{
	border:3px; 
	border-color: #bdb56e; 
	border-style: solid;
	margin: 5px;
}

a:link .image 
{ 
	border-color: #bdb56e; 
} 

a:hover .image, a:active .image
{
	border:3px solid; 
	border-color: #ece353; 
}

.notes
	{ 
		text-decoration: none; 
		font-weight: bold; 
		font-style: normal; 
		font-size: 18px;
		color: #BDB56E;
	}

dt 
{ 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	font-style: normal; 
	color: #bdb56e; 
	margin: 10px 0px 0px 0px;
}	

h1
{ 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 32px; 
	font-weight: bold; 
	font-style: normal; 
	color: #bdb56e; 
	margin: 0px 0px 0px 0px;
	text-align:center;
}		

h2
{ 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 24px; 
	font-weight: bold; 
	font-style: normal; 
	color: #bdb56e; 
	margin: 0px 0px 0px 0px;
	text-align:left;
}	

h3
{ 
	font-family: verdana, helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	font-style: normal; 
	color: #bdb56e; 
	margin: 0px 0px 0px 0px;
	text-align:center;
}		


/***********************************************************
/* TOP Navigation
/***********************************************************/	
#top
	{
	text-align:center;
	margin: 0 auto;
	}

.topnav
	{
		width:990px;
		background: #000;
		text-align:center;
	}

.topnav a
	{
		display:block;
		display:inline;
		width: 10em;
		background: #bdb56e;
		text-align:center;
		color: #000;
		line-height: 20px;
		font-size: 9px;
		font-family:verdana;
		font-weight: bold;
		padding:0px 0px 0px 0px;
		border:solid #2d2b1a;
		margin:0px 0px 0px 0px;
 	}

.topnav a:hover
	{
		background:#ebe353;
		color:#000;
		border:solid #bdb56e;	
	}
