body		{
			font-family: Helvetica, sans-serif; 
			font-size: 12px; 
			background-color: #993333;
			text-align: left;
			align: center;

}

/***************************************************************/

a:link			{
			font-family: Helvetica, sans-serif; 
			font-size: 12px; 
			text-decoration: none; 
			color: #000000
}

a:visited	{
			font-family: Helvetica, sans-serif; 
			font-size: 12px; 
			text-decoration: none; 
			color: #000000
}

a:hover		{
			font-family: Helvetica, sans-serif; 
			font-size: 12px; 
			text-decoration: none; 
			color: #FF0000
}


/***************************************************************/

div.parent	{
				position: relative;
				top: 0px;
				width: 760px; 
				height: 1000px;
				background-color: #FFFFFF;
				text-align: left;

}


/***************************************************************/

div.mast	{
				position: absolute; 
				top: 0px;
				left: 0px;
				width: 760px; 
				height: 200px; 
				z-index: 10;
				display: inline;
				

}



div.copy	{
				position: absolute; 
				top: 240px;
				left: 50px;
				width: 300px; 
				height: 200px; 
				z-index: 10;
				display: inline;
				

}

div.picture	{
				position: absolute; 
				top: 240px;
				left: 380px;
				width: 360px; 
				height: 200px; 
				z-index: 10;
				display: inline; 
				

}