html *
{
	padding: 0px;
	margin: 0px;
}
body
{
	background-color: #fff;
	font-family: Courier;
	font-color: white;
	color: black;
	margin: 40px 20px 20px 20px;
}
#spotlight
{
	background-color: #000;
	font-family: Courier;
	font-color: white;
	color: black;
}
#spotlights
{
	width: 700px;
	margin: 40px auto;
	background-color: #000;
	font-family: Courier;
	font-color: white;
	color: black;
}
#container
{
	width: 702px;
	height: 500px;
	margin: 0px auto;
}
#paint-over
{
	width: 100%;
	height: 31px;
	background-color: #fff;
}


#theatre-container
{
	width: 600px;
	height: 400px;
	margin: 0px auto;
}
#theatre-container-border
{
	width: 600px;
	height: 400px;
	margin: 0px auto;
	border: 1px solid #aaa;
}
#theatre-container-portrait
{
	width: 400px;
	height: 600px;
	margin: 0px auto;
}
#theatre-container-portrait-border
{
	width: 400px;
	height: 600px;
	margin: 0px auto;
	border: 1px solid #aaa;
}
#theatre-name
{
	width: 600px;
	height: 38px;
	margin: 0px auto;
	background-color: #fff;
	color: #000;	
}
#theatre-name-portrait
{
	width: 400px;
	height: 38px;
	margin: 0px auto;
	background-color: #fff;
	color: #000;
}

#portrait-container
{
	width: 400px;
	height: 638px;
	margin: 0px auto;	
}
#portrait-wide-container
{
	width: 600px;
	height: 439px;
	margin: 0px auto;	
}
#portrait-paint-over
{
	width: 100%;
	height: 38px;
	background-color: #fff;
	vertical-align: bottom;
}
#portrait-name
{
	width: 400px;
	height: 38px;
	margin: 0px auto;
	background-color: #fff;
	color: #000;	
}

#spotlight-container
{
	width: 480px;
	height: 600px;
	margin: 0px auto;	
}
#spotlight-name
{
	width: 480px;
	height: 26px;
	margin: 0px auto;
	background-color: #000;
	color: #fff;	
}

#liveart-name
{
	width: 400px;
	height: 20px;
	margin: 0px auto;
	background-color: #fff;
	color: #000;	
}

#liveart-container
{
	width: 600px;
	height: 400px;
	margin: 0px auto;	
}
#liveart-portrait-container
{
	width: 400px;
	height: 600px;
	margin: 0px auto;	
}
#arrow
{
	width: 700px;
	height: 40px;
	margin: 10px auto;	
}
#nav-top
{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
 	width: 840px;
/* 	height: 34px; */
	background-color: #686868;
}
#nav-top ul
{
	padding: 0px;
	margin: 0px;
}			
#nav-top li
{
	display: block;
	font-size: 11px;
	float: left;
	padding: 5px 14px;
	font-weight: bold;
	list-style: none;
	color: white;
/* 	width: 50px; */
	text-align: center;
}
#nav-top a:link 
{
	font-family: Arial,  Helvetica, Georgia, sans serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
}
#nav-top a:visited 
{
	font-family: Arial,  Helvetica, Georgia, sans serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: none;
}	
#nav-top a:hover 
{
	font-family: Arial,  Helvetica, Georgia, sans serif;
	font-weight: normal;
	color: #fff; 
	text-decoration: underline;
}
img
{
	border: none;
}
img.border
{
	border: 1px solid #555;
}
a:link 
{
	color: #666666; 
	text-decoration: none;
}
a:visited 
{
	color: #666666; 
	text-decoration: none;
}	
a:hover 
{
	color: #666666; 
	text-decoration: none;
}