/* CSS Document */

* {

padding: 0;
margin: 0;

} 

body{

/* Background image is the image that will appear over entire page. Background Color is a plain colour over the entire page */

background-image:url(i/bodybg.jpg); 
background-repeat:repeat-x; 

/* background-color:#FFFFFF; */ 


}

a{

color:#FFFFFF;

}


.outer{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-4px;
height:830px;
/* background-color:#999999; */
background-image:url(i/bg.jpg);

}

.outerhome{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-4px;
height:1080px;
/* background-color:#999999; */
background-image:url(i/bghome.jpg);

}

.outerstaff{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-4px;
height:1600px;
/* background-color:#999999; */
background-image:url(i/bgstaff.jpg);

}

.outernews{

margin-left:auto;
margin-right:auto;
position:relative;
width:900px;
margin-top:-4px;
height:1000px;
/* background-color:#999999; */
background-image:url(i/bgnews.jpg);

}

p{

font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000

}

h1{

font-family:Arial, Helvetica, sans-serif;
font-size:24px;
margin-bottom:20px;
color:#666666;

}

.outerstaff p{

font-size:12px;
padding-right:7px;

}