/*
    screen.css: SCREEN stylesheet
    ------------
    Job:               Royal Liver
    Produced by:       
    Start date:        01/05/2008
    ------------
    COLOUR SPEC:
	
	
    
    ------------
    TOC:
    1.	type selectors
    2.	structural
    3.	navigation
    4.	forms
    5.  tables
    6.	specific templates
    7.	forums (remove if not required)
    8.	hacks
*/
/* =1. type selectors */
* 
{
margin:0;
padding:0;
border:none;
font-size:1em;
}
body
{
font-size:76%;
color:#ebebeb;
background:#373737 url(/_common/img/background.jpg) top center no-repeat;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5;
}
ul
{
list-style:none;
}
p
{
padding:0 0 12px 0;
}
h1
{
font-size:3em;
padding:0 0 12px 0;
}

/* =2. structural */

div.wrapper
{
width:883px;
margin:7% auto 0 auto;
padding:0 40px 85px 40px;
background:transparent url(/_common/img/background-shadow.jpg) bottom center no-repeat;
}
div.wrap
{
position:relative;
width:883px;
height:440px;
}


/* =3. navigation */


/* =4. forms */



/* =5. tables */

/* =6. specific templates */

/* =7. forums */

/* =8. hacks */

.cf:after
{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
