.fullwidth { /* #masthead */
	position: relative;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 100%;
	text-align: center;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
	background: #FFFDEA; /*#EBE7C1;*/
}
.fullwidthWrapper {  /* #mastheadWrapper */
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
	border-right: solid 1px #fff;
}

#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: 4;
	
	font-family:Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -2px;
	word-spacing: 2px;
	line-height: 1.0em;
	
}
#tagline {
	position: absolute;
	top: 45px;
	left: 0px;
	z-index: 3;
	width: 620px;
	text-align: right;

	margin: 0;
	padding: 0;
	color: #6B6938; /*#9F9B72;*/
	font-family:Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.0em;
}
#tagline .small {
	font-size: 0.9em;
	letter-spacing: 0px;
}

#bodyWrapper {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 645px;
	text-align: left;
}

#mainmenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 645px;
	background: url(images/art/mid_checker.gif);
	overflow: hidden;
}
#mainmenu ul {
	position: relative;
	list-style: none inside;
	width: 100%;	
	margin: 15px 0 0 15px;
	padding: 0;
	z-index: 3;
}
#mainmenu ul li {
	width: 90px;
	height: 90px;
	float: left;
	margin: 0 9px 15px 0;
	background: url(images/art/mid_checker_dk.png);
}
#mainmenu ul li a {
	display: block;
	width: 72px;
	height: 72px;
	margin: 9px 0 0 9px;
	border: none;
}
#mainmenu ul li a:hover {
	border: none;
}
#mainmenu ul li a img {
	border: 0;
}
#mainmenu ul li span {
	color: #000;
	width: 72px;
	display: block;
	font-size: 0.7em;
	margin: 0;
	text-align: center;
	background: #fff;
}
#cover {
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 1;
	width: 500px;
	height: 645px;
	background: url(images/art/covers/Banksia_Baxteri.jpg) top left no-repeat;
}
#datestamp {
	position: absolute;
	top: 5px;
	right: 5px;
	font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.0em;
	letter-spacing: -1px;
	color: #fff;
	text-align: right;
}
#featured {
	position: absolute;
	top: 420px;
	left: 10px;
	width: 200px;
	line-height: 1.4em;
}
#events {
	position: absolute;
	top: 420px;
	left: 300px;
	width: 200px;
	line-height: 1.4em;
}
#featured img, #events img
{
    display: block;
    margin-bottom: 10px;
}
#featured h3, #events h3 
{
    width: 122px;
    height: 45px;
    margin-bottom: 10px;
    text-indent: -9999px;
}
#featured h3 
{
    background: transparent url(images/art/covers/FEATURED.gif) top left no-repeat;
}
#events h3 
{
    background: transparent url(images/art/covers/EVENTS.gif) top left no-repeat;
}
#featured ul, #events ul {
	margin: 0;
	padding: 0;
	list-style: none outside;	
}
#featured li, #events li {
	margin: 0;
	padding: 5px 5px 10px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}
#featured a, #events a {
	color: #fff;
	letter-spacing: -2px;
	border: none;
}
#featured a:hover, #events a:hover {
	color: #fff;
	letter-spacing: -2px;
	border: none;
}

#events li abbr, #events li .location { display: none; }
#events a span {
	display: none;
/*	
	margin: 0;
	padding: 0;
	border-top: solid 1px #fff;
	text-align: right;
	font-size: 0.5em;
	letter-spacing: 0px;	
*/
}
#bottom {
	position: absolute;
	top: 645px;
	left: 120px;
	width: 500px;
	height: 25px;
	text-align: right;
}
#bottom a {
	display: block;
	padding: 4px 0px;
	font-size: 0.8em;
	border: none;
}
#bottom a:hover {
	border: none;
}


/* PastIssues */
#pastIssues 
{
    height: 100px;
    margin: 150px 0;
    padding: 0;
}
#pastIssues ul 
{
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0;
    list-style: none outside;
    overflow: hidden;
    text-align: center;
}
#pastIssues ul li 
{
    display: block;
    float: right;
    border: solid 1px #eee;
    background: #fff;
    padding: 10px;
    margin-right: 10px;
    overflow: hidden;
}
#pastIssues ul li a, #pastIssues ul img
{
    border: none;
}
#pastIssues ul li.selected 
{
    background: #89261E;
}

/* Copyright */

#copyright {
	position: absolute;
	bottom: 0px;
	right: 66px;
	width: 12px;
	height: 270px;
	text-indent: -9999em;
	background: url(images/art/copyright.png) top left no-repeat;
	behavior: url(iepngfix.htc);
}
#copyright a, #copyright a:hover {
	border: none;
}