/* asp.css 
	 updated: 12/19/2008 - MPW Version 0.1
	 Revised: 12/23/2008 - MPW Version 1.0
	 Revised: 12/27/2008 - MPW Verwsion 1.1
*/

body {
		background-color: #616161;
		background-image: url(http://anglstapics.com/images/gbg.jpg);
		background-repeat: repeat;
	}
	
	
a {
		color: #FFFFFF;
		text-decoration: none;
}

div {
	
		width: 640px;
		height: 480px;
		margin-left: 200px;
		position: absolute;
		visibility: hidden; 
		color: #FFFFFF;
	
}	

/* ************************ Class Rules ***************** */

a.aMenu {
	
		color: #b3b3ff;
		text-decoration: none;
		font-family: Tahoma, sans-serif;
		font-size: 8pt;
		font-variant: small-caps;
}

/* text body paragraph */
p.US01	{
		
		position: relative;
		color: #FFFFFF;
		font-family: Tahoma, sans-serif;
		font-size: 10pt;
		margin-left: 150px;
		margin-right: 150px;
		margin-top: 0;
		margin-bottom: 6px;
		padding-bottom: 0;
}

/* Paragraph class for asp03.shtml - Proudction, asp05.shtml - Casting, Unsolicited */
p.Para {
	
	display: block;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	margin-top: 3px;
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 2px;
	float: left;
}

/* used in asp05.shtml to manage the bulleted list avoiding UL */
p.inList {
	
	display: block;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 155px;
	margin-right: 155px;
	clear: left;
}

/* manage the link page lists */
p.lnks {
	display: block;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 9pt;
	margin-top: 5px;
	margin-right: 150px;
	margin-left: 150px;
	clear: left;
}

/* ************************ Class Rules Ends ***************** */

/* ************************ Image Rules ***************** */

/* Home Page Logo */
#hpLogo {

	margin-left: 231px;
	border: 0;
}

/* Movie Images */
#ImgBrdr {
		vertical-align: top;
		margin-left: 80px;
		margin-right: 0px;
		margin-top: 0;
		margin-bottom: 5px;
		border: 0;
	}
	

/* Images for About Us, Production, Casting, Links */
#aspHead {
		margin-left: 231px;
		margin-bottom: 0;
		border: 0;
}

#aspMenu {
	
		margin-left: 200px;
		margin-bottom: 5px;
		margin-top: 20px;
		border: 0;
}

/* ************************ End Images ***************** */

/* ************************ em rules ***************** */
em.pItal {
	
	font-style: italic;
	font-weight: 300;
	
}

em.hBold {
	
	font-style: normal;
	font-weight: bold;
}

/* ************************ em rules end ***************** */

/* ************************ Privacy Policy Rules  ***************** */

div#PP01 {
	
	width: 80%;
	margin-top: 5px;
	margin-left: 0px;
	visibility: visible; 
	color: #FFFFFF;
}

#aspPPHd {
	
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 12pt;
	line-height: 2;
	text-decoration: none;
	font-weight: 300;
	margin-left: 5px;
	margin-bottom: 6px;
}

.pp02 {
	
	display:block;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	margin-top: 3px;
	margin-left: 5px;
	margin-right: 200px;
	margin-bottom: 2px;
	
}


/* ************************ Privacy Policy Rules End  ***************** */