/* 
    Document   : flaming
    Created on : 10-Feb-2009, 19:52:55
    Author     : Brian Lanigan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body{
	background-color:black; 
	margin:0px; 
	padding:0px;
	font: 100% Arial, sans-serif;
}

#header {
	border-top: 1px #000 solid;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 950px;
	height: 133px;
	
}
#header img {
        border: none;
}




#content {
	text-align: center;
	font-size: .9em;
	margin: 0px auto 0px auto;
	width: 740px;
	height: 445px;
	padding: 30px 10px 15px 200px;
	overflow: auto;
	background:  url(Untitled-7812v8test_02.png) no-repeat;
	text-align: left;
}

#content a:hover img {
        border: 1px #fff solid;
 }
#content a img{
        border: 1px transparent solid;
 }
 
 #area {
        width: 100%;
        height: 400px;
        overflow: auto;
}

#area p{
        line-height: 1.5em;
       
}

#area ol li{
        margin-bottom: 1em
    
}

#area h1 strong{
        display: none;
  
}

#welcome {
        background-image:url(images/welcome.png);
        width: 518px; 
        height: 46px;
         
    }
    
#why {
        background-image:url(images/why.png);
        width: 555px; 
        height: 43px;
         
    }    
    
#art {
        background-image:url(images/art.png);
        width: 366px; 
        height: 43px;
         
    }     


#aoife {
        background-image:url(images/aoifew.png);
        width: 366px; 
        height: 43px;
         
    }        
    
#dwork{
        background-image:url(images/davew.png);
        width: 366px; 
        height: 43px;
         
    }  

#after {
        background-image:url(images/after.png);
        width: 366px; 
        height: 43px;
         
    } 

#pierce {
        background-image:url(images/pafter.png);
        width: 366px; 
        height: 43px;
         
    } 

#tongue {
        background-image:url(images/tafter.png);
        width: 408px; 
        height: 43px;
         
    } 

#clonmel {
        background-image:url(images/clonmel.png);
        width: 447px; 
        height: 43px;
         
    }     

#dun {
        background-image:url(images/dun.png);
        width: 491px; 
        height: 43px;
         
    }            
    
#footer {
	font-size: .8em;
        text-align: center;
	margin: 0px auto 0px auto;
	width: 950px;
	height: 62px;
	background:  url(Untitled-7812v8test_03.png) no-repeat;
}

#footer a{
        color: black;
 }
