/* CSS stuff for Mira's The Pretender DVD Listing */

	body		{	background-color:#e5f8ff;}

	#header 	{	background-color: black;
				color: white;
				margin-top: 0;
				font-size: 0.8em;}

	#menu 	{	background-color: black;
				color: white;
				margin-top: 0; }

	/*#header	{
				background-color: black; 	
				background-image: url(img/tpdvdsbanner01.jpg);
				background-position: center;
				background-repeat: no-repeat; } */
				

	
	#region1	{
			background-color: #FFF7F4;
			border: black solid 1px;
			color: inherit;
			margin-left: 10%;
			margin-right: 10%;
			padding-bottom: 20px; }
			
	#region1bar	{
			background-color: black;
			color: white;
			margin-left: 10%;
			margin-right: 10%;
			text-align: center; }
			
	#region2	{
			background-color: #FFFFF0;
			border: black solid 1px;
			color: inherit;
			margin-left: 10%;
			margin-right: 10%;
			padding-bottom: 20px; }
			
	#region2bar	{
			background-color: black;
			color: white;
			margin-left: 10%;
			margin-right: 10%;
			text-align: center;
			margin-top: 1%; }
	
	table 	{

		margin-left: auto;
		margin-right: auto;
	}

	td {
		text-align: center;
		font-family: Arial, Helvetica;
		font-size: 0.6em;
		color: white;
		background-color: black;
	}
	
	p 	{ 	font-size: 0.7em;
			color: black;
			margin-left:30%;
			margin-right:30%;}


	

	h3	{ text-size: 1em; 
		text-align: center;
	}

	h4	{ text-size: 0.9em; 
		text-align: center;
		padding-top: 20px;
	}


	h5	{ text-size: 0.8em; 
		text-align: center;
		padding-top: 10px;
	}

	h6	{ text-size: 0.6em; 
		text-align: center;

	}

	.disclaimer { 
				text-size: 0.6em; 
				text-align: center;
	       	    background-color: inherit;
				color: darkred;
	}
	
  img { border: 0; }
