/* CSS Document */

body
	{
	background-color: #7E2954;
	margin: 20px;
	color: #fff;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	}
	
div#main
	{
	background-color: #936;
	width: 760px;
	margin: auto;
	text-align: left;
	border: 8px solid #c69;
	}
	
div#endspacer
	{
	background-color: #c69;
	height: 1px;
	overflow: hidden;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}
	
a
	{
	color: #ffec00;
	text-decoration: none;
	}
	
a:hover
	{
	color: #ffec00;
	text-decoration: underline;
	}
	
p strong a
	{
	border: 1px dotted #ffec00;
	padding: 8px;
	}
	
p strong a:hover
	{
	background-color: #c69;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	}
	
#main h3,
#main h4,
#main p,
#main ul,
#main ol
	{
	margin: 0 20px 20px 36px;
	padding: 0;
	}
	
#main h3,
#main h4
	{
	font-weight: normal;
	color: #eee;
	}
	
#main li
	{
	font-size: 11px;
	margin-bottom: 6px;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
	padding: 0;
	}
	
div.tile
	{
	width: 380px;
	float: left;
	}
	
div.highlights
	{
	background: #000 url(../chrome/background.jpg) repeat-x bottom left;
	}
	
div.details
	{
	padding: 60px 0 60px 0;
	}
	
div.videogallery
	{
	margin: 10px;
	}
	
p.intro
	{
	font-size: 18px;
	}
	

div#footer
	{
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	}
	
div#footer a
	{
	color: #fff;
	}