	body
	{
		text-align: center;
		background: #B38436 url(backing.jpg) repeat-x;
		color: #444;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 1000px;
		background: #000000;
	}
	
	#nav
	{
		float: left;
		width: 140px;
		display: inline;
		margin-left: 5px;
		padding: 10px 0;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}
	
	#nav li
	{
		background: url(header-bullet.gif) no-repeat 100% .4em;
		padding: 0 10px 5px 0;
	}
	

	#nav a:link 
	{ 
		color: #CC9914; 
		text-decoration: none;
	
	}

	#nav a:visited 
	{ 
		color: #000000; 
		text-decoration: none;
	
	}
	
	#nav a:hover, a:active
	{
		color: #CC9914;
		background: #CC9914;

	}
	
	
	#content
	{
		float: left;
		width: 830px;
		margin-left: 5px;
		padding: 15px 0;
	}
	
	
	#footer
	{
		clear: both;
		background: #000000;
		color: #fff;
		padding: 5px 5px;
		text-align: right;
		font-size: 50%;
	}

	h1
	{
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		background: #D36832;
		color: #FFFFFF;
		padding: 20px;
		margin: 0;
		border-bottom: 5px solid #CCAA66;
	}
	
	h2
	{
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		margin-top: 0;
		color: #CC9914;
		font-weight: bold;
	}
	
	h3
	{
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		margin-top: 0;
		color: #CC9914;
		font-weight: bold;
		font-size:115%;
	
	}

	h4
	{
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		margin-top: 0;
		color: #CC9914;
		font-weight: bold;
	
	}

	a:link 
	{ 
		font-style: italic;
		color: #CC9914; 
	}

	a:visited 
	{ 
		color: #CC9914; 
		text-decoration: none;
	}
	
	a:hover, a:active
	{
		color: #B38436;
	}

	p
	{
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		color: #FFFFFF
	}

	td.title
	{
	
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		font-weight: bold;
		padding: 8px;
		text-align: center;
		font-size: 130%;
		line-height: 40%;
		color: #CC9914;
	
	}

	td.content
	{
	
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		color: #FFFFFF;
	
	}

	td.rating
	{
	
		font-family: times, "times new roman", arial, helvetica, sans-serif;
		font-weight: bold;
		padding: 8px;
		text-align: center;
		font-size: 120%;
		line-height: 40%;
		color: #FFFFFF;
	
	}

	td.graphic 
	{ 
		color: #000000; 
		text-decoration: none;
	
	}