/* 
    Document   : index
    Created on : 04/11/2013, 2:20:16 PM
    Author     : Spud
    Description:
        Purpose of the stylesheet follows.
*/


#pagetitle
{
    margin-top: 30px;
    font-size: 50px;
	/*line-height: 1;*/
	font-family: Old English Text MT;
	font-weight: bolder;
    text-align: center;
    width: 720px;
	height: 120px;
    color: #FB00B4;
	text-shadow:0px 0px 0 rgb(223,223,-32),1px 1px 0 rgb(205,205,-50),2px 2px 0 rgb(188,188,-67),
	3px 3px 0 rgb(170,170,-85), 4px 4px 0 rgb(153,153,-102),5px 5px 4px rgba(0,0,0,1),
	5px 5px 1px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,.2);
	background-image:url(images/header.png);
	
}

