@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}
* {font-family:Arial, Helvetica, sans-serif; font-size:12px;}

/* ##### Main page container ##### */
.container {width: 760px; position: relative} 
/* ## optional positioning of container ## */
/* from top left */
.container {top:5px; left:5px}
/* centred */
/*
.container {margin: 5px auto 5px auto}
*/


/* ##### no borders on images within links ##### */
a img {border: none;}
/* ##### make link text transparent ##### */
.hidden {visibility: hidden;}


/* ##### header ##### */
.header {position: relative; background: transparent url(../images/core/core_header.png) no-repeat top left; width: 760px; height: 260px}
/* position home link */
.siteHome {position: absolute; width: 300px; height: 160px; top: 0px; left:0px}
/* position dates published image */
.published {position: relative; background: transparent url(../images/core/core_published.png) no-repeat top left; width: 228px; height: 51px; top:184px; left:119px; display:inline; float:left}
/* position peel */
.peel {position: relative; background: transparent url(../images/core/core_peel.png) no-repeat top left; width: 142px; height: 207px; top: 57px; left:132px; display:inline; float:left}


/* ##### site banner ##### */
.peelBanner {position:absolute; width: 120px; height: 600px; left:775px; top: 287px;}


/* ##### blank box for copy ##### */
.blankBox {background: transparent url(../images/core/core_blankBox.png) no-repeat top left; width: 500px; height: 240px; margin-top: 15px; display:inline; float:left}
/* ##### inner box for copy ##### */
.copyBox {overflow:auto;height:150px;width:460px; margin-top:10px; margin-left:20px}
/* ##### text formating ##### */
.blankBox h1 {font-size:14px; font-weight: normal; font-family:Impact, Arial Black, Arial, Helvetica, sans-serif;  line-height:24px}
.blankBox p {margin-left: 35px; line-height:24px}

/* ##### positioning of green buttons ##### */
.b_green {margin-top: 16px; margin-left: 30px; width: 215px; height: 135px; display:inline; float:left}